Turn off controller from moving mouse

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
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
16.04 kubuntu mouse
add a comment |Â
up vote
0
down vote
favorite
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
16.04 kubuntu mouse
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
16.04 kubuntu mouse
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
16.04 kubuntu mouse
16.04 kubuntu mouse
edited Jan 27 at 21:08
asked Jan 27 at 20:54
Jonathan
30116
30116
add a comment |Â
add a comment |Â
 1 Answer
 1
 
active
oldest
votes
up vote
1
down vote
Just figured out how. Create and edit a new textfile at /user/share/X11/xorg.conf.d/50-joystick.conf with the following content:
Section "InputClass"
 Identifier "joystick catchall"
 MatchIsJoystick "on"
 MatchDevicePath "/dev/input/event*"
 Driver "joystick"
 Option âÂÂStartKeysEnabledâ âÂÂFalseâ #Disable mouse
 Option âÂÂStartMouseEnabledâ âÂÂFalseâ #support
EndSection
 
 
 1
 
 
 
 
 solved my issue with Steam and my Wii U Pro controller ! thanks
 â ttoine
 Aug 16 at 8:26
 
 
 
add a comment |Â
 1 Answer
 1
 
active
oldest
votes
 1 Answer
 1
 
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Just figured out how. Create and edit a new textfile at /user/share/X11/xorg.conf.d/50-joystick.conf with the following content:
Section "InputClass"
 Identifier "joystick catchall"
 MatchIsJoystick "on"
 MatchDevicePath "/dev/input/event*"
 Driver "joystick"
 Option âÂÂStartKeysEnabledâ âÂÂFalseâ #Disable mouse
 Option âÂÂStartMouseEnabledâ âÂÂFalseâ #support
EndSection
 
 
 1
 
 
 
 
 solved my issue with Steam and my Wii U Pro controller ! thanks
 â ttoine
 Aug 16 at 8:26
 
 
 
add a comment |Â
up vote
1
down vote
Just figured out how. Create and edit a new textfile at /user/share/X11/xorg.conf.d/50-joystick.conf with the following content:
Section "InputClass"
 Identifier "joystick catchall"
 MatchIsJoystick "on"
 MatchDevicePath "/dev/input/event*"
 Driver "joystick"
 Option âÂÂStartKeysEnabledâ âÂÂFalseâ #Disable mouse
 Option âÂÂStartMouseEnabledâ âÂÂFalseâ #support
EndSection
 
 
 1
 
 
 
 
 solved my issue with Steam and my Wii U Pro controller ! thanks
 â ttoine
 Aug 16 at 8:26
 
 
 
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Just figured out how. Create and edit a new textfile at /user/share/X11/xorg.conf.d/50-joystick.conf with the following content:
Section "InputClass"
 Identifier "joystick catchall"
 MatchIsJoystick "on"
 MatchDevicePath "/dev/input/event*"
 Driver "joystick"
 Option âÂÂStartKeysEnabledâ âÂÂFalseâ #Disable mouse
 Option âÂÂStartMouseEnabledâ âÂÂFalseâ #support
EndSection
Just figured out how. Create and edit a new textfile at /user/share/X11/xorg.conf.d/50-joystick.conf with the following content:
Section "InputClass"
 Identifier "joystick catchall"
 MatchIsJoystick "on"
 MatchDevicePath "/dev/input/event*"
 Driver "joystick"
 Option âÂÂStartKeysEnabledâ âÂÂFalseâ #Disable mouse
 Option âÂÂStartMouseEnabledâ âÂÂFalseâ #support
EndSection
edited May 31 at 16:30
Thomas
3,31481326
3,31481326
answered Jan 28 at 1:58
Jonathan
30116
30116
 
 
 1
 
 
 
 
 solved my issue with Steam and my Wii U Pro controller ! thanks
 â ttoine
 Aug 16 at 8:26
 
 
 
add a comment |Â
 
 
 1
 
 
 
 
 solved my issue with Steam and my Wii U Pro controller ! thanks
 â ttoine
 Aug 16 at 8:26
 
 
 
1
1
solved my issue with Steam and my Wii U Pro controller ! thanks
â ttoine
Aug 16 at 8:26
solved my issue with Steam and my Wii U Pro controller ! thanks
â ttoine
Aug 16 at 8:26
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000501%2fturn-off-controller-from-moving-mouse%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password