LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1911|回复: 12

在opensuse10.3安装N卡驱动后白屏和花屏的请注意!!!!

[复制链接]
发表于 2007-10-12 17:25:52 | 显示全部楼层 |阅读模式
用文本编辑器打开/etc/X11/xorg.conf,找到“Section "Module"”,在下面添加“    Load           "v4l"”,保存退出即可解决问题。

在“Section "Extensions"”下添加“    Option         "Composite" "Enable"”可以在不开启XGL的情况下启用3D特效
发表于 2007-10-12 18:20:51 | 显示全部楼层

感谢

感谢楼主。这个问题困扰广大菜鸟许久了。
回复 支持 反对

使用道具 举报

发表于 2007-10-12 20:59:25 | 显示全部楼层
找不到Section "Extensions‘’啊,同目录里吗?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-10-12 21:17:41 | 显示全部楼层
在/etc/X11/xorg.conf文件中最后几行。
回复 支持 反对

使用道具 举报

发表于 2007-10-13 09:12:36 | 显示全部楼层
还是白屏的可以试一下这个,不用启动XGL:

To use NVIDIA's driver directly to run Compiz or Compiz Fusion run the following commands and restart X.

su -
nvidia-xconfig --composite
nvidia-xconfig --allow-glx-with-composite
nvidia-xconfig --render-accel
nvidia-xconfig --add-argb-glx-visuals
回复 支持 反对

使用道具 举报

发表于 2007-10-13 09:13:49 | 显示全部楼层
谢谢您的回复,可是我找不到~
# /.../
# SaX generated X11 config file
# Created on: 2007-10-12T21:28:55+0800.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [SaX2] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "rotocol" "Standard"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "USB Mouse"
  Option       "rotocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  320 240
  HorizSync    30-70
  Identifier   "Monitor[0]"
  ModelName    "MAG 770AG"
  Option       "DPMS"
  VendorName   "TW"
  VertRefresh  43-160
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline         "1024x768" 95.50 1024 1088 1200 1376 768 769 772 807
  Modeline         "1024x768" 85.45 1024 1088 1200 1376 768 769 772 803
  Modeline         "1024x768" 74.62 1024 1080 1192 1360 768 769 772 799
  Modeline         "800x600" 60.07 800 840 928 1056 600 601 604 632
  Modeline         "800x600" 53.14 800 840 928 1056 600 601 604 629
  Modeline         "800x600" 45.50 800 840 920 1040 600 601 604 625
  Modeline         "800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection


Section "Device"
  BoardName    "GeForce 7300 GT"
  BusID        "1:0:0"
  Driver       "nvidia"
  Identifier   "Device[0]"
  VendorName   "NVIDIA"
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1024x768" "800x600"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1024x768" "800x600"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-10-13 09:37:23 | 显示全部楼层
没有自已加试一下
Section "Extensions"
             Option            "Composite" "Enable"
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-10-18 09:58:27 | 显示全部楼层
Post by 逍遥游510
用文本编辑器打开/etc/X11/xorg.conf,找到“Section "Module"”,在下面添加“    Load           "v4l"”,保存退出即可解决问题。


还是不行
有其它办法吗?
回复 支持 反对

使用道具 举报

发表于 2007-10-18 10:20:28 | 显示全部楼层
估计到目前为止还是没人搞定7300的
回复 支持 反对

使用道具 举报

发表于 2007-10-18 14:30:15 | 显示全部楼层
是呀!~我的问题也是7300这块显卡,我都要放弃了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表