The solution for disabling mouse accel in Ubuntu 16.04 LTS across reboots does not work for me


up vote
0
down vote
favorite
How to disable mouse acceleration in Ubuntu 16.04
I tried every solution in this post and they didn't work across reboots. The 'xset m 0/1 4' command works but when I create the 50-mouse-accel-disable.conf, 80-mouse-accel-disable.conf, or 90-mouse-accel-disable.conf files they all don't work across reboots. I even tried it with 'Identifier "My Mouse"' and 'Identifier "12"' since my zowie mouse is listed as ID 12 when i do 'xinput list' command:
$ xinput list
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ E-Signal USB Gaming Keyboard id=10 [slave pointer (2)]
â â³ SteelSeries SteelSeries Siberia 800 id=11 [slave pointer (2)]
â â³ Kingsis Peripherals ZOWIE Gaming mouse id=12 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Power Button id=7 [slave keyboard (3)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ E-Signal USB Gaming Keyboard id=9 [slave keyboard (3)]
mouse
add a comment |Â
up vote
0
down vote
favorite
How to disable mouse acceleration in Ubuntu 16.04
I tried every solution in this post and they didn't work across reboots. The 'xset m 0/1 4' command works but when I create the 50-mouse-accel-disable.conf, 80-mouse-accel-disable.conf, or 90-mouse-accel-disable.conf files they all don't work across reboots. I even tried it with 'Identifier "My Mouse"' and 'Identifier "12"' since my zowie mouse is listed as ID 12 when i do 'xinput list' command:
$ xinput list
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ E-Signal USB Gaming Keyboard id=10 [slave pointer (2)]
â â³ SteelSeries SteelSeries Siberia 800 id=11 [slave pointer (2)]
â â³ Kingsis Peripherals ZOWIE Gaming mouse id=12 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Power Button id=7 [slave keyboard (3)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ E-Signal USB Gaming Keyboard id=9 [slave keyboard (3)]
mouse
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How to disable mouse acceleration in Ubuntu 16.04
I tried every solution in this post and they didn't work across reboots. The 'xset m 0/1 4' command works but when I create the 50-mouse-accel-disable.conf, 80-mouse-accel-disable.conf, or 90-mouse-accel-disable.conf files they all don't work across reboots. I even tried it with 'Identifier "My Mouse"' and 'Identifier "12"' since my zowie mouse is listed as ID 12 when i do 'xinput list' command:
$ xinput list
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ E-Signal USB Gaming Keyboard id=10 [slave pointer (2)]
â â³ SteelSeries SteelSeries Siberia 800 id=11 [slave pointer (2)]
â â³ Kingsis Peripherals ZOWIE Gaming mouse id=12 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Power Button id=7 [slave keyboard (3)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ E-Signal USB Gaming Keyboard id=9 [slave keyboard (3)]
mouse
How to disable mouse acceleration in Ubuntu 16.04
I tried every solution in this post and they didn't work across reboots. The 'xset m 0/1 4' command works but when I create the 50-mouse-accel-disable.conf, 80-mouse-accel-disable.conf, or 90-mouse-accel-disable.conf files they all don't work across reboots. I even tried it with 'Identifier "My Mouse"' and 'Identifier "12"' since my zowie mouse is listed as ID 12 when i do 'xinput list' command:
$ xinput list
â¡ Virtual core pointer id=2 [master pointer (3)]
â â³ Virtual core XTEST pointer id=4 [slave pointer (2)]
â â³ E-Signal USB Gaming Keyboard id=10 [slave pointer (2)]
â â³ SteelSeries SteelSeries Siberia 800 id=11 [slave pointer (2)]
â â³ Kingsis Peripherals ZOWIE Gaming mouse id=12 [slave pointer (2)]
⣠Virtual core keyboard id=3 [master keyboard (2)]
â³ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
â³ Power Button id=6 [slave keyboard (3)]
â³ Power Button id=7 [slave keyboard (3)]
â³ Sleep Button id=8 [slave keyboard (3)]
â³ E-Signal USB Gaming Keyboard id=9 [slave keyboard (3)]
mouse
mouse
edited Mar 30 at 22:53


Terrance
17.3k23784
17.3k23784
asked Mar 30 at 22:50


Yupitshat
1
1
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
The easiest way to make your settings consistent after reboot/shutdown is to add the command xset m 0/1 4
to "Startup Applications" in the Dash. The command will be run when you log in.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The easiest way to make your settings consistent after reboot/shutdown is to add the command xset m 0/1 4
to "Startup Applications" in the Dash. The command will be run when you log in.
add a comment |Â
up vote
0
down vote
The easiest way to make your settings consistent after reboot/shutdown is to add the command xset m 0/1 4
to "Startup Applications" in the Dash. The command will be run when you log in.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
The easiest way to make your settings consistent after reboot/shutdown is to add the command xset m 0/1 4
to "Startup Applications" in the Dash. The command will be run when you log in.
The easiest way to make your settings consistent after reboot/shutdown is to add the command xset m 0/1 4
to "Startup Applications" in the Dash. The command will be run when you log in.
answered Mar 31 at 2:25


stumblebee
2,3083922
2,3083922
add a comment |Â
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%2f1020715%2fthe-solution-for-disabling-mouse-accel-in-ubuntu-16-04-lts-across-reboots-does-n%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