I've just installed Ubuntu 16 lts and my mouse (R.A.T.TE on a USB 3 port) only accepts about 20% of left clicks that I make, if I unplug it and plug in a old Logitech I found in my house it works (the R.A.T.TE works just fine in windows).Can anyone help me?
Asked
Active
Viewed 2,151 times
1 Answers
1
Type the following into terminal:
sudo gedit /etc/X11/xorg.conf
Then copy and paste the following into the editor that opens
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Mad Catz Mad Catz R.A.T.TE"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 0 0 0 0 0"
EndSection
Save and restart.
edwinksl
- 24,109
Hongyu Wang
- 111