LinuxSir.cn,穿越时空的Linuxsir!

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

装了NVIDIA的驱动后却不能启动X了。

[复制链接]
发表于 2004-1-14 18:39:48 | 显示全部楼层 |阅读模式
按精华区的贴子装了NV的驱动,结果startx后,在屏幕的左上角出现一个小提示:Could not start kdeinit.check your installstion.
发表于 2004-1-16 09:58:13 | 显示全部楼层
我的也是,可是最终删除了/etc/X11/XF86Config文件中的
#########################
ChipSet     "GeForce4 MX 440 with AGP8X"
一行后,解觉问题!
然后你看看你#startx后的提示错误信息是什么?
##############我的config文件
Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
        Load "freetype"
        Load "xtt"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        #Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "Auto"
        Option      "Emulate3Buttons"
        Option      "Device" "/dev/sysmouse"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection
Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    31.5 - 64.3
        VertRefresh  50.0 - 100.0
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        Card        "nv GeForce4 MX 440 with AGP8X"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Depth     16
                Modes    "1024x768"
        EndSubSection
EndSection
########################################
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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