dyy1 发表于 2005-4-1 10:13:55

鼠标滚轮不能使用

我用mouseconfig设置成generic mouse usb, 结果还是不行。请问该如何设置呢?
PS:我用的是普通3键滚轮usb mouse。

KanKer 发表于 2005-4-1 10:45:03

修改/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

12543122 发表于 2005-4-1 10:49:08

普通的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

樱家冢 发表于 2005-4-1 12:14:20

PS/2和USB的区别在于
Option            "Device"
这里

naing 发表于 2005-4-1 12:35:12

直接设成微软智能鼠标就可以了
页: [1]
查看完整版本: 鼠标滚轮不能使用