|
|
开始用pacman -S nvidia安装的驱动,后来从官方ftp上下载到最新的进行过尝试,问题始终存在。
退出X的时候屏幕点不亮... 一按Ctrl+Alt+Backspace后,黑屏....但是没有死机,只好摸黑reboot了...
/var/log/Xorg.0.log里面也没有什么出错信息
在wiki上和论坛里,还有google实在是没找到相关的解决~.....现在用kdm凑合着....
之前是因为hal模块未启动,进不了X,启动后可以正常进入X,但是新的问题又出来了...
上xorg.conf
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/100dpi:unscaled"
- FontPath "/usr/share/fonts/75dpi:unscaled"
- FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/Type1"
- EndSection
- Section "Module"
- # Load "dri"
- Load "xtrap"
- Load "glx"
- Load "dbe"
- Load "extmod"
- Load "freetype"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "nvidia"
- VendorName "nVidia Corporation"
- BoardName "GeForce 9600M GS"
- BusID "PCI:1:0:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 1
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 8
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 15
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 16
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
复制代码 |
|