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

Linux

45778 readers
888 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

you are viewing a single comment's thread
view the rest of the comments
[–] tarius@lemmy.ml 9 points 2 months ago (4 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.

[–] wildbus8979@sh.itjust.works 29 points 2 months ago* (last edited 2 months ago) (1 children)

Seems like what you want is to disable the touch screen rather than a DE that specifically doesn't support it... Often times the touchscreen can be disabled in the BIOS/UEFI. But if that's not the case see: https://unix.stackexchange.com/a/531919

Another option would be to look into calibrating the touchscreen to stop the ghost inputs.

[–] tarius@lemmy.ml 1 points 2 months ago

There is no option in BIOS to disable touch input.

The stackexchange solution didnt work. When I tried to set it to unbind, Im getting permission denied even as root.

Touchscreen is physically damaged.

[–] KrapKake@lemmy.world 14 points 2 months ago (1 children)

You may have to look into figuring out which driver Linux is using for your touchscreen then blacklist that module so that it doesn't load anymore.

[–] tarius@lemmy.ml 11 points 2 months ago

You won! Blacklisting the module worked!!

Thank you!!!

[–] verdigris@lemmy.ml 13 points 2 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 2 months ago* (last edited 2 months ago) (2 children)

xinput --disable is not working due to Wayland

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

Blocklist the device at a kernel level

[–] clubb@lemmy.world 0 points 2 months ago (1 children)

Then you have your solution. Use x11 and be done with it

[–] possiblylinux127@lemmy.zip 8 points 2 months ago* (last edited 2 months ago) (1 children)
[–] clubb@lemmy.world 3 points 2 months ago (1 children)

I kinda understand you, but it would fix the issue, so it is a solution

[–] possiblylinux127@lemmy.zip 4 points 2 months ago

So would buying a new computer. Its all a matter of perspective I suppost.

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

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