Désactiver l'écran tactile
Pour cela, éditer le fichier /usr/share/X11/xorg.conf.d/10-evdev.conf et ajouter
Option "Ignore" "on"dans la section "touchscreen".
Cela donne :
Section "InputClass"
Identifier "evdev touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "Ignore" "on" # Disable device
EndSection
Redémarrer la session !
