Friday, May 10, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 2159  / 3 Years ago, sat, july 17, 2021, 5:52:11

I just got myself a new Cyborg R.A.T 9 mouse. The problem is that the mouse keeps freezing. Well not really. I can still move the cursor around but I'm not able to open/close anything. The clicks won't be recognized. As soon as I plug the USB to the laptop, the Touchpad won't work either. It only works correctly when I unplug the USB again.



What can I do?



Thanks!


More From » mouse

 Answers
7

welcome to AskUbuntu.



I have found a solution that may be useful to you.



On the terminal, type sudo su.



Next, create a new configuration file, by typing
gedit /etc/X11/xorg.conf.d/20-cyborgrat9.conf



Copy and paste this code into the config file.



Section "InputClass"
Identifier "R.A.T."
MatchProduct "R.A.T.7|R.A.T.9"
MatchDevicePath "/dev/input/event*"
Option "Buttons” “17"
Option "ButtonMapping" "1 2 3 4 5 0 0 8 9 7 6 12 0 0 0 16 17"
Option "AutoReleaseButtons" "13 14 15"
Option "ZAxisMapping" "4 5 6 7"
EndSection


Lastly, reboot your computer.


[#27124] Monday, July 19, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ardtry

Total Points: 254
Total Questions: 99
Total Answers: 114

Location: Finland
Member since Fri, Oct 21, 2022
2 Years ago
ardtry questions
;