Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 3079  / 3 Years ago, tue, october 26, 2021, 3:04:08

so I have a Kabalo Gaming Vibration Racing Steering Wheel for racing.
It works great but I have one problem. It's able to move the mouse and by extension, centres it to the centre of my screen. How would I disable it so it can not move my mouse? Using Kubuntu 16.04


More From » 16.04

 Answers
1

the answer of Jonathan does not work anymore. (ubuntu 18.04)



replace "False" with "off" (small characters !!)



add or change
/usr/share/X11/xorg.conf.d/50-joystick.conf
to this content:



Section "InputClass"
Identifier "joystick catchall"
MatchIsJoystick "on"
MatchDevicePath "/dev/input/event*"
Driver "joystick"
Option "StartKeysEnabled" "off" # Disable mouse support of joypad
Option "StartMouseEnabled" "off"
EndSection

[#9162] Wednesday, October 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
umplegitimat

Total Points: 137
Total Questions: 126
Total Answers: 118

Location: Saint Pierre and Miquelon
Member since Sat, Aug 21, 2021
3 Years ago
;