LinuxSir.cn,穿越时空的Linuxsir!

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

刚刚更新了一下,结果X起不来了,大家帮我看看吧

[复制链接]
发表于 2006-3-28 22:12:17 | 显示全部楼层 |阅读模式
刚刚upgrade了一下testing,结果x就起不来了
报错如下:
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
        No such device.
(EE) Configured Mouse: cannot open input device
(EE) PreInit failed for input device "Configured Mouse"
(II) UnloadModule: "mouse"
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
No core pointer

Fatal server error:
failed to initialize core devices

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

(II) Silicon MotionSetting mode 0x03

好像是鼠标的设备,不过我/dev/psaux   和 /dev/input/mice都试过了,都不行啊
发表于 2006-3-28 22:25:12 | 显示全部楼层
把udev删除了,再安装上hotplug试试。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-3-28 23:00:10 | 显示全部楼层
dpkg -r udev 不行阿
依赖关系什么的
回复 支持 反对

使用道具 举报

发表于 2006-3-28 23:04:53 | 显示全部楼层
楼主,你的/var/log/Xorg.0.log里面有什么关于鼠标的错误信息?
回复 支持 反对

使用道具 举报

发表于 2006-3-29 22:23:30 | 显示全部楼层
看错误信息应该鼠标的模块不能正确加载的问题。我现在用的是USB的鼠标,下面是我的xorg.conf中有关鼠标的配置部分,你可以参考一下:

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
回复 支持 反对

使用道具 举报

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

本版积分规则

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