3 April 2016

Restore previous mouse acceleration behavior on Fedora 22+

After upgrading Fedora, you may face new mouse acceleration behavior, that looks
strange to you.

For instance, it seems it can happen after Upgrade to Fedora 22 or newer.

To restore the mouse acceleration behavior we used to have on Fedora 21 and older, you simply need to launch this instruction as root:
cat < /etc/X11/xorg.conf.d/50-mouse-acceleration.conf
Section "InputClass"
Identifier "My Mouse"
MatchIsPointer "yes"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "AccelSpeed" "-1"
EndSection
EOF

And then restart X server (or the whole computer).

No comments:

Post a Comment

Thank you for your visit, let's share your point of view: