This guide outlines the steps to disable your Ubuntu device’s touchscreen, ideal for resolving issues or enabling mouse-and-keyboard preference.
Start by opening a terminal (Ctrl+Alt+T). Enter the command xinput list and press Enter. This displays all input devices on your system.
Locate the entry resembling your touchscreen (e.g., “Synaptics Touchscreen” or “ELAN Touchscreen” ). Jot down the associated ID number.
Read: How to use the screen command on Linux to keep your remote task running when the connection drops
With the touchscreen ID noted, run the following command in your terminal, replacing with the actual number:
xinput disable
This command directly disables the specified input device, in this case, your touchscreen.
The previous steps temporarily disable the touchscreen. For permanence, create a startup script:
#!/bin/bash
xinput disable
Your touchscreen will now be disabled on every boot.
Remember: Replace accurately to ensure the correct device is disabled.
The post How To Disable Touch Screen on Ubuntu 22.04 appeared first on net2.
Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…
This public beta enables the full Ubuntu Desktop experience on the Qualcomm Dragonwing™ QCS6490 and…
Time is running out to be in full compliance with the EU Cyber Resilience Act,…
Identity management is vitally important in cybersecurity. Every time someone tries to access your networks,…
Welcome to the Ubuntu Weekly Newsletter, Issue 889 for the week of April 20 –…
Introduction I just returned from RubyKaigi 2025, which ran from April 16th to 18th at…