Bug#577279: xserver-xorg-input-synaptics: no synaptics functionality after sid update
Hi,
I experienced this problem too. Adding the AutoServerLayout option fixed it for me. Here's my relevant section in xorg.conf:
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "1"
Option "MaxTapTime" "0"
Option "TapButton1" "1"
Option "AutoServerLayout" "on"
EndSection
Cheers.
Reply to: