|
|
这两天重装gentoo,昨天刚刚架起基系统。
然后:
emerge fvwm
emerge nvidia-kernel
emerge nvida-glx
然后复制我以前可以正常使用的 xorg.conf 到 /etc/X11/
startx
系统提示信息为:
Using vt7
(EE)NVIDIA(0):Faild to initialize the NVIDIA kernel module
(EE)NVIDIA(0):***Aborting***
(EE)Screen(s) found , but none hava a usable configuration
Fatal Server error:
no screen found
请问这是怎么回事? 以前可以用的配置,怎么不能用了?
注:gcc为3.4.4-r1 且内核与nvidia-kernel nvidia-glx glibc 均在同一版本gcc下编译
附我的xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "glx"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
DisplaySize 330 250
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "BENQ FP71G+"
HorizSync 30.0 - 83.0
VertRefresh 50.0 - 76.0
Option "DPMS"
VertRefresh 60
ModeLine "1280X1024" 94.50 1024 1076 1172 1376 768 777 780 808 +hsync +vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
VideoRam 65536
BoardName "NV28 [GeForce4 Ti 4200 AGP 8x]"
BusID " CI:1:0:0"
Option "EnablePageFlip" "true"
Option "AGPFastWrite" "true"
Option "NvAgp" "2"
Option "EnableDepthMoves" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
modes "1280x1024"
ViewPort 0 0
EndSubSection
EndSection |
|