I have been trying to implement natural scrolling. My most recent attempt has been to change HorizScrollDelta and Vert ScrollDelta in /etc/X11/xorg.config.d/50-synaptics.conf. However, when I attempt it the computer fails to boot.
(notice that #4 and #5 are switched. This represents the switch in the vertical scrolling direction… if you want the horizontal scrolling to switch as well, just switch the 6 and 7)
Save the file with the name .Xmodmap (with the dot in front) in the Home folder.
Close the file as well as terminal.
Log in & out and the mouse scrolling direction should change now.
To revert the setting, just remove the .Xmodmap file from you system.
Accord to the MATE 1.12 release notes, “Touchpad support is significantly improved and now features multi touch and natural scrolling.”
The ubuntu-mate-dev PPA has MATE 1.12.1 for Wily and Xenial. I’ve only installed it in a VM, so I haven’t seen or tested the touchpad functionality, but I can say it’s been stable for me.
I don’t think I’d install it on an absolutely required system, but give it a try as long as you can handle the possibility of needing to roll back via ppa-purge.
I upgraded to ubuntu-mate-dev and saw the addition of the natural scrolling checkbox in touchpad options. However, enabling did nothing. I added the ppa:zedtux/natrualscrolling, but the package naturalscrolling was not found.
Eventually, what did it was the addition .Xmodmap file with “pointer = 1 2 3 5 4 6 7 8 9 10 11 12”
Glad the .Xmodmap file with pointer = 1 2 3 5 4 6 7 8 9 10 11 12 (or something at least) “pointed” you to satisfaction ; and sorry about the gksu gedit vs gksudo pluma (MATE’s fork of the Gedit 2 text editor)!
Open Dconf > org > mate > desktop > peripherals > touchpad > scroll-method and set it to the desired number, look at the bottom of that page, there are 3 options! (Change any other options you want on that page too!):
That is for edge scrolling vs two finger scrolling correct? I want Natural Scrolling (reverse direction scrolling). My Dconf has touchpad options where you listed, and it does include a Natural Scrolling option. However, enabling it does nothing.
I did mark this thread solved. However, I didn’t use the solution I listed because it also reverses the direction when I use a mouse. I think I will just stick with default direction scrolling on both Mouse and Touchpad from now on.