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.
Industrial cybersecurity is on every CISO’s mind as manufacturers strive to integrate their IT and…
Dec 01,2024 Xfce 4.20 Pre2 Released Dear Xfce community, I am happy to announce the…
When you buy a Linux VPS with Bitcoin, you are getting a private virtual server…
Anaconda is a package, dependency function, and environment management. As environment management for programming languages,…
In September we introduced Authd, a new authentication daemon for Ubuntu that allows direct integration…
We’re looking for motivated people that want to join the Ubuntu Technical Board! The Ubuntu…