Comment 23 for bug 3406

Revision history for this message
lorijho (bugreporter-tabr) wrote :

Running 7.04 (Feisty) on a Thinkpad T43.

Just put

Load "synaptics"

in the Section "Module" and

Option "SHMConfig" "on"

in the Section "InputDevice with the synaptics driver. It works like a charm here.

FYI, here's my entire InputDevice Section:

Section "InputDevice"
        Identifier "Synaptics Touchpad"
        Driver "synaptics"
        Option "SendCoreEvents" "true"
        Option "Device" "/dev/input/event3"
        Option "Protocol" "evdev"
        Option "SHMConfig" "on"
EndSection