Skip to content

Instantly share code, notes, and snippets.

@jaggy
Created April 11, 2014 18:54
Show Gist options
  • Save jaggy/10492104 to your computer and use it in GitHub Desktop.
Save jaggy/10492104 to your computer and use it in GitHub Desktop.
Disable Cando 11.6 on /etc/X11/xorg.conf
Section "InputClass"
Identifier "disable broken device"
MatchIsTouchscreen "on"
MatchProduct "Cando 11.6"
Option "Ignore" "on"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment