kpjmlql 发表于 2004-7-14 19:33:19

鼠标不能用滑轮,晕!

我的是RH 9.0系统,鼠标是方口的,两按键,中间一个滑轮的。XF86config内容如下,请高手赐教啊,谢谢!

Section "InputDevice"
        Identifier"Mouse0"
        Driver      "mouse"
        Option          "Protocol" "Microsoft"
        Option          "Device" "/dev/ttyS1"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "yes"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier"DevInputMice"
        Driver      "mouse"
        Option          "Protocol" "Microsoft"
        Option          "Device" "/dev/input/mice"
        Option          "ZAxisMapping" "4 5"
        Option          "Emulate3Buttons" "yes"
EndSection

bigcat00 发表于 2004-7-14 20:22:28

redhat-config-mouse,设置一下吧。

bufferfly 发表于 2004-7-16 21:10:17

你用的是笔记本吧,否则不会有两个鼠标(一个笔记本的,一个USB)。

把 Option "Emulate3Buttons" "yes" 的 "yes"改成 "no"。

还有确认你的USB鼠标类型, Option "Protocol" "Microsoft" 是微软的老式鼠标,新的应该用 "ExplorerPS/2",通用的滚轮鼠标用"IMPS/2"
页: [1]
查看完整版本: 鼠标不能用滑轮,晕!