LinuxSir.cn,穿越时空的Linuxsir!

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

X启动问题

[复制链接]
发表于 2006-2-20 00:26:54 | 显示全部楼层 |阅读模式
这两天重装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
发表于 2006-2-20 02:19:21 | 显示全部楼层
modprobe nvidia.
回复 支持 反对

使用道具 举报

发表于 2006-2-20 02:35:49 | 显示全部楼层
screen 部分是要配置的,参考你的Gentoo手册。
回复 支持 反对

使用道具 举报

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

本版积分规则

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