Ubuntu – How to set the scroll speed of apple magic mouse

applemagic-mouse

How to set the scroll speed of apple magic mouse?

I only found the moving speed.

Best Answer

At the moment only way is setup it directly in hid_magicmouse driver.

For testing run:

sudo rmmod hid_magicmouse
# scroll-speed value from 0 (slow) to 63 (fast):
sudo modprobe hid_magicmouse scroll-speed=45 scroll-acceleration=1 

For permanent settings put to the /etc/modprobe.d/magicmouse.conf this:

options hid_magicmouse scroll-speed=45 scroll-acceleration=1