Comment 7 for bug 952170

Revision history for this message
Albert (optimisme) wrote :

As said before, it is very easy to do just changing the synaptics configuration:

 more /usr/share/X11/xorg.conf.d/50-synaptics.conf

...
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
 Option "VertScrollDelta" "-111"
 Option "HorizScrollDelta" "-111"
...