Madcatz RAT 3鼠标问题


3

我在使用Ubuntu 13.04配置Madcatz RAT 3鼠标时遇到问题。就像鼠标在切换窗口时遇到问题一样。运动效果很好。

我已经将其添加到我的xorg.conf中,但仍然无法正常工作:

Section "InputClass"
    Identifier      "Mouse Remap"
    MatchProduct    "Madcatz Mad Catz R.A.T.3 Mouse"
    MatchDevicePath "/dev/input/event*"
    Option      "ButtonMapping" "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 0 0 0"
EndSection

这是更多信息。

从xinput列表中:

Madcatz Mad Catz R.A.T.3 Mouse              id=13   [slave  pointer  (2)]

更多细节:

niel@niel-VPCF13M1E:~$ xinput query-state 13
2 classes :
ButtonClass
    button[1]=up
    button[2]=up
    button[3]=up
    button[4]=up
    button[5]=up
    button[6]=up
    button[7]=up
    button[8]=up
    button[9]=up
    button[10]=down
    button[11]=up
    button[12]=up
    button[13]=up
    button[14]=up
    button[15]=up
    button[16]=up
    button[17]=up
    button[18]=up
ValuatorClass Mode=Relative Proximity=In
    valuator[0]=512
    valuator[1]=762
    valuator[2]=-7

cat / proc / bus / input / devices

I: Bus=0003 Vendor=0738 Product=1703 Version=0100
N: Name="Madcatz Mad Catz R.A.T.3 Mouse"
P: Phys=usb-0000:05:00.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1c.5/0000:05:00.0/usb3/3-1/3-1:1.0/input/input18
U: Uniq=
H: Handlers=mouse3 event15 
B: PROP=0
B: EV=17
B: KEY=3ff0000 0 0 0 0
B: REL=103
B: MSC=10

有人知道如何解决这个问题吗?谢谢!

Answers:


0
Section "InputClass"
    Identifier  "Mouse Remap"
    MatchProduct    "Madcatz Mad Catz R.A.T.3 Mouse"
    MatchDevicePath "/dev/input/event*"
    Option      "ButtonMapping" "1 2 3 4 5 6 7 8 0 0 0 0 0 0 0 0 0 0 0"
EndSection

5
为什么要这样解决?请添加一些说明。
gertvdijk
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.