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 via email to