解决Cyborg R.A.T 3在Linux下点击失效问题

在终端中

cat /proc/bus/input/devices

可以查看到鼠标的一些相关信息,然后我们可以编辑xorg.conf文件

sudo gedit /etc/X11/xorg.conf

在文件中添加以下内容

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

然后重启即可,Enjoy~

posted @ 2012-09-20 01:44  CoffeeDeveloper  阅读(399)  评论(0编辑  收藏  举报