Sto cercando di disabilitare il touchscreen sul mio laptop Asus S200E. In Ubuntu 16.04, sono stato in grado di farlo con questo:
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Come è possibile farlo su Ubuntu 18.04?
xinput --list | grep -i "touch " | sed 's/id=//g' | cut -f2