Ich versuche, den Touchscreen meines Asus S200E-Laptops zu deaktivieren. In Ubuntu 16.04 konnte ich dies folgendermaßen tun:
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Wie geht das unter Ubuntu 18.04?
xinput --list | grep -i "touch " | sed 's/id=//g' | cut -f2