Próbuję wyłączyć ekran dotykowy na moim laptopie Asus S200E. W Ubuntu 16.04 mogłem to zrobić w ten sposób:
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Jak można to zrobić w systemie Ubuntu 18.04?
xinput --list | grep -i "touch " | sed 's/id=//g' | cut -f2