Skip to content

Instantly share code, notes, and snippets.

@toke
Created August 31, 2010 00:02
Show Gist options
  • Save toke/558270 to your computer and use it in GitHub Desktop.
Save toke/558270 to your computer and use it in GitHub Desktop.
I used this configuration in /usr/lib/X11/xorg.conf.d/ on my peppermint linux (EeePC 1005PE) to get multi finger scroll enabled
Section "InputClass"
Identifier "Enable two finger scroll for synaptics touchpad"
MatchProduct "SynPS/2 Synaptics TouchPad"
MatchDevicePath "/dev/input/event10"
Option "VertTwoFingerScroll" "on"
Option "EmulateTwoFingerMinW" "8"
Option "EmulateTwoFingerMinZ" "40"
Option "SHMConfig" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment