J'essaie de désactiver l'écran tactile de mon ordinateur portable Asus S200E. Dans Ubuntu 16.04, j'ai pu le faire avec ceci:
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Comment cela peut-il être fait sur Ubuntu 18.04?
xinput --list | grep -i "touch " | sed 's/id=//g' | cut -f2