Hi,

I ran into this issue, tried adding /etc/X11/xorg.conf.d/10-synaptics with the content below. Didn't work, tried lots of other things and then looked in the xorg.conf man page, which says that the config snippets should end in ".conf". Renaming to "10-synaptics.conf", and it works.

Section "InputClass"
        Identifier "touchpad"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "HorizEdgeScroll" "on"
        Option "VertEdgeScroll" "on"
        Option "HorizTwoFingerScroll" "on"
        Option "MinSpeed" "0.1"
        Option "MaxSpeed" "1.0"
        Option "AccelFactor" "0.005"
        Option "CoastingSpeed" "10"
        Option "CornerCoasting" "true"
EndSection


Cheers,

Marcus



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to