Comment 49 for bug 582809

Revision history for this message
tob (tobynbertram) wrote :

@pauls
Try and use the "catchall" section in /usr/share/X11/xorg.conf.d/50-synaptics.conf

Section "InputClass"
 Identifier "touchpad catchall"
 MatchIsTouchpad "on"
 MatchDevicePath "/dev/input/event*"
 Driver "synaptics"
 Option "SHMConfig" "on"
 Option "JumpyCursorThreshold" "50"
EndSection