Disable touchscreen on Ubuntu
You can show a list with all input devices via
1
xinput list
then you simply choose the device you want to disable - in our case it is:
1
⎜ ↳ Wacom Pen and multitouch sensor Finger touch id=11 [slave pointer (2)]
To disable this device you just use disable
with the specific ID:
1
xinput disable 11
This post is licensed under CC BY 4.0 by the author.