LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
123
返回列表 发新帖
楼主: diyself

急啊,鼠标不动了

[复制链接]
发表于 2005-3-20 21:57:00 | 显示全部楼层
Post by xiaoma
我试了一下,发现新版的hwd反而没有旧版的好用,不知是我的系统问题还是普遍问题。
这次我也遇到鼠标不能用的问题,我把不用的注释掉就行了。

  1. #Section "InputDevice"
  2. #Identifier "Serial Mouse"
  3. #Driver "mouse"
  4. #Option "Protocol" "Microsoft"
  5. #Option "Device" "/dev/ttyS0"
  6. #Option "Emulate3Buttons" "true"
  7. #Option "Emulate3Timeout" "70"
  8. #Option "SendCoreEvents" "true"
  9. #EndSection

  10. Section "InputDevice"
  11. Identifier "PS/2 Mouse"
  12. Driver "mouse"
  13. Option "Protocol" "auto"
  14. Option "ZAxisMapping" "4 5"
  15. Option "Device" "/dev/psaux"
  16. Option "Emulate3Buttons" "true"
  17. Option "Emulate3Timeout" "70"
  18. Option "SendCoreEvents" "true"
  19. EndSection

  20. #Section "InputDevice"
  21. #Identifier "USB Mouse"
  22. #Driver "mouse"
  23. #Option "Device" "/dev/input/mice"
  24. #Option "SendCoreEvents" "true"
  25. #Option "Protocol" "IMPS/2"
  26. #Option "ZAxisMapping" "4 5"
  27. #Option "Buttons" "5"
  28. #EndSection
复制代码

我用的是第二个,把第一个和第三个注释掉就行了。



这个关键是看哪个screen段里面有没有.
回复 支持 反对

使用道具 举报

发表于 2005-3-21 11:25:15 | 显示全部楼层
呵呵,我把另外两个注释掉,我的鼠标活了,谢谢各位
回复 支持 反对

使用道具 举报

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

本版积分规则

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