Skip to content

Instantly share code, notes, and snippets.

@pho
Created May 26, 2014 08:20
Show Gist options
  • Save pho/6b1cb05e3a1a690f6976 to your computer and use it in GitHub Desktop.
Save pho/6b1cb05e3a1a690f6976 to your computer and use it in GitHub Desktop.
RAT5 XOrg config
[pho@asgard ~]$ cat /etc/X11/xorg.conf.d/50-vmmouse.conf
Section "InputDevice"
Identifier "RAT5"
Driver "evdev"
Option "Name" "Saitek Cyborg R.A.T.5 Mouse"
Option "Vendor" "0738"
Option "Product" "1705"
Option "Protocol" "auto"
Option "Device" "/dev/input/by-id/usb-Mad_Catz_Mad_Catz_R.A.T.5_Mouse-event-mouse"
Option "Emulate3Buttons" "no"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9 10 11 12 0 0 0"
Option "Resolution" "6400"
EndSection
[pho@asgard ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment