I have a new Ubuntu-Mate and I'm taking advantage of the Apple Magic mouse and keyboard.
The Magic mouse, in the OSX has a smooth scroll... like a roll, there is a scrolling control depending on the strength of the finger movement.
I would like to have this behaivour in Ubuntu, but I can't get information about this ( I've found information about change direction but not about "rolling movement")
The aplication "naturalscrolling" seems than doesn't exist anymore.
How can I achieve this?
Thanks
While I have not played around with Ubuntu-Mate, I assume that it has similar install options available as regular Ubuntu.
The current hid_magicmouse module included in the Kernel for Ubuntu 16.0.4 has crappy initial settings and does not have the inertia capability similar to MacOS (ie the screen keeps scrolling after you let go); however, it does have the option of changing the settings to customize and improve the scrolling experience.
Here is a brief description of each of the settings:
To update the settings, the easiest way is to unload the module and reload it with the new settings. You can do this at the terminal prompt as follows:
Refer to this blog for additional details and how to make the settings permanent and how to change the driver to implement Natural scrolling (This blog is where the information above came from).