this post was submitted on 14 May 2024
13 points (100.0% liked)

Linux

1259 readers
92 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I have an old AIO PC and its touch panel is not working properly. Are there any DEs or distros that doesnt have touch support?

Edit: Thanks to everyone that replied and suggested solutions. For me this worked: https://linuxconfig.org/how-to-blacklist-a-module-on-ubuntu-debian-linux

top 11 comments
sorted by: hot top controversial new old
[–] cmgvd3lw@discuss.tchncs.de 22 points 6 months ago

Almost every distro can be operated with a mouse and keyboard. If you want to disable touch screen you have to look into that. Some articles might be there on arch wiki.

[–] Hellmo_Luciferrari@lemm.ee 22 points 6 months ago (1 children)

Just disable the driver for touch input

[–] possiblylinux127@lemmy.zip 5 points 6 months ago

It might be easier to blocklist the device

[–] bjoern_tantau@swg-empire.de 10 points 6 months ago (1 children)

Did you mean with touch support? They can all work without touch if you just don't use it.

Gnome works quite well with touch. I had to jump through some hoops to get KDE Plasma to work well enough on my Steam Deck. I have to use three different on screen keyboards (Maliit, Onboard and Steam's) depending on what I'm doing.

[–] tarius@lemmy.ml 10 points 6 months ago (2 children)

No. The touch panel is making ghost inputs. So, I want to get a DE without touch support or need to figure out how I can disable touch input.

[–] verdigris@lemmy.ml 11 points 6 months ago (1 children)

You can definitely disable the touch pad in any distro. Try the steps in the best answer here

[–] tarius@lemmy.ml 3 points 6 months ago* (last edited 6 months ago) (1 children)

xinput --disable is not working due to Wayland

[–] possiblylinux127@lemmy.zip 3 points 6 months ago

Blocklist the device at a kernel level

[–] possiblylinux127@lemmy.zip 1 points 6 months ago

Just disable the device. I assume it is a USB device.

[–] possiblylinux127@lemmy.zip 5 points 6 months ago

Can you just turn off or disconnect the touch screen?

[–] Efwis@lemmy.zip 3 points 6 months ago

I don’t know about gnome, but on KDE you can disable touch support under settings>mouse & touchpad.