Skip to content

Instantly share code, notes, and snippets.

@rexcze-zz
Created October 4, 2015 20:43
Show Gist options
  • Save rexcze-zz/3289f3b04097e3b969ae to your computer and use it in GitHub Desktop.
Save rexcze-zz/3289f3b04097e3b969ae to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/
Section "InputClass"
Identifier "touchscreen"
#Driver "Synaptics"
Driver "wacom"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event8"
Option "Mode" "ABSOLUTE"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "Evdev Wheel Emulation" "on"
Option "Evdev Wheel Emulation Axes" "6 7 4 5"
Option "VertTwoFingerScroll" "on"
Option "HorizTwoFingerScroll" "on"
Option "EmulateTwoFingerMinZ" "40"
Option "EmulateTwoFingerMinW" "8"
Option "CoastingSpeed" "0"
Option "VertScrollDelta" "50"
Option "HorizScrollDelta" "50"
Option "ZoomDistance" "100"
EndSection
#But xinput --list shows:
#SYNAPTICS Synaptics Touch Digitizer V04 touch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment