LinuxSir.cn,穿越时空的Linuxsir!

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

新装的2006.1,startx的时候提示找不到mouse 和键盘驱动

[复制链接]
发表于 2006-9-6 22:58:06 | 显示全部楼层 |阅读模式
键盘驱动的名字忘了,3个字母,,mouse 记得倒是很清楚。
反复试了好几个内核了,全都不行。
真见鬼了。 具体的错误信息没复制下来,因为偶windows用的ntfs。。。。 只敢读,不敢写。
郁闷啊,谁见过这个错误。。。
等下偶想办法把错误信息弄过来。。


Xorg.0.log:

(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) No Input driver matching `mouse'
(EE) No Input driver matching `kbd'
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
No core keyboard

Fatal server error:
failed to initialize core devices




xorg.conf :



Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option            "rotocol" "auto"
        Option            "Device" "/dev/mouse"
        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   "NV34 [GeForce FX 5200]"
        BusID       "CI: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

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
 楼主| 发表于 2006-9-6 23:17:12 | 显示全部楼层
找到了,贴在上面了。
错误提示是
(EE) No Input driver matching `mouse'
(EE) No Input driver matching `kbd'
我的内核配置文件直接用的以前的,还是05年3月的,也是2.6内核的配置文件,当时用着没问题,这个应该没影响吧? 难道这1年多时间内核有什么重大改动? 还用了一次livecd的内核配置文件,一样不管用。
郁闷死了,从来没见过这种错误
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-9-7 10:25:59 | 显示全部楼层
emerge xorg-x11 INPUT_DEVICES="evdev keyboard mouse"
或者 emerge
x11-base/xorg-server
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse
x11-drivers/xf86-input-evdev
回复 支持 反对

使用道具 举报

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

本版积分规则

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