LinuxSir.cn,穿越时空的Linuxsir!

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

滚轮鼠标滚轮没用

[复制链接]
发表于 2007-8-24 11:20:09 | 显示全部楼层 |阅读模式
要怎么才能激活
发表于 2007-8-24 11:39:11 | 显示全部楼层
google "xorg.conf 滚轮"
回复 支持 反对

使用道具 举报

发表于 2007-8-24 13:05:41 | 显示全部楼层
  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
复制代码


照上面写。是什么样的鼠标就用哪一个。其实你应该用hwd自动生成的。
回复 支持 反对

使用道具 举报

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

本版积分规则

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