cobranail 发表于 2004-2-2 15:11:55

问个usb带滚轮的鼠标的问题

滚轮不起作用…………
这时XF86Config里的配置:
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" "IMPS/2"
      Option      "Device" "/dev/input/mice"
      Option      "ZAxisMapping" "4 5"
      Option      "Emulate3Buttons" "no"
EndSection

Section "ServerLayout"
      Screen      0"Screen0" 0 0
      InputDevice    "DevInputMice" "CorePointer"
      InputDevice    "wacom" "SendCoreEvents"
      InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

樱家冢 发表于 2004-2-3 11:27:32

mouseconfig里面换别的鼠标看看,注意选USB的,比如Logitech Mouseman Wheel(USB)之类的。

cobranail 发表于 2004-2-3 13:28:45

很神奇,我把ZAxisMapping的"4 5" 改成"5 4",竟然能用了,当然是反着的。
再改回"4 5"滚轮就能正常使用了。
神奇啊! :shock::shock:

樱家冢 发表于 2004-2-3 14:29:50

……
无语?

hotboy1000 发表于 2004-2-3 17:46:19

汗`~~这样都可以阿?会不会是原先45的设置没有被系统认可啊?

tyfrlj 发表于 2004-2-4 15:26:36

:mrgreen: 怪,没见过,可称世界第一大奇迹,我怎么看,配置都没有问题啊 :mrgreen:

EricNeon 发表于 2004-2-5 16:24:24

晕倒的感觉...
这样竟然也可以?我今天刚升级到了kernel-2.6.2,鼠标就不能用,用mouseconfig设置了也不行.等会再进一次用这方法看看.
页: [1]
查看完整版本: 问个usb带滚轮的鼠标的问题