问个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 mouseconfig里面换别的鼠标看看,注意选USB的,比如Logitech Mouseman Wheel(USB)之类的。 很神奇,我把ZAxisMapping的"4 5" 改成"5 4",竟然能用了,当然是反着的。
再改回"4 5"滚轮就能正常使用了。
神奇啊! :shock::shock: ……
无语? 汗`~~这样都可以阿?会不会是原先45的设置没有被系统认可啊? :mrgreen: 怪,没见过,可称世界第一大奇迹,我怎么看,配置都没有问题啊 :mrgreen: 晕倒的感觉...
这样竟然也可以?我今天刚升级到了kernel-2.6.2,鼠标就不能用,用mouseconfig设置了也不行.等会再进一次用这方法看看.
页:
[1]