鼠标滚轮不能使用
我用mouseconfig设置成generic mouse usb, 结果还是不行。请问该如何设置呢?PS:我用的是普通3键滚轮usb mouse。 修改/etc/X11/XF86Config里鼠标节的内容如下:
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection 普通的usb鼠标就选PS/2 mouse。 应该能用滚轮。
/etc/X11/Xf86Config 中的设置:
Section "InputDevice"
Identifier"Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
PS/2和USB的区别在于
Option "Device"
这里 直接设成微软智能鼠标就可以了
页:
[1]