Comment 27 for bug 951123

Revision history for this message
Louis M (tioui) wrote :

You can try adding this in your xorg.conf file:

Section "InputClass"
        Identifier "Touchpad"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "VertScrollDelta" "-235"
        Option "HorizScrollDelta" "-235"
EndSection

You can change the 235 values for anything you want. It work for me.

Louis