However, this laptop has some serious issue regarding the touchscreen: Some sort of ghost touch, as if someone was constantly touching the creen.
This, of course, made the computer almost unusable untill I found the way to permanently disable the touchscreen on Windows 10.
Since, there’s no way to disale the touchscreen in hardware, I need to get familiar with the process on Linux, F37 to be precise. I tried following this tutorial on Youtube, but is based on X11 and the issue is still present after the process on F37.
So, how do I permanently disable the touchscreen on a wayland-based system like F37?
A couple of possible options (untested since I have no touchscreen.)
Use X instead of wayland. This is very easy since it can be selected by using the gear icon at the lower right of the login screen. Once selected and the user logs in with ‘gnome on xorg’ it remains running xorg unless the user selects otherwise when logging in.
Disable the driver for the touchscreen so it never gets loaded. A file in /etc/modprobe.d/ can be created for that purpose once you know which driver module is being loaded for the touchscreen. Other blacklist files already there provide a template for what the content should be.
The command inxi -Fzxx should return info about the touchscreen and the driver it uses so you can work from that point. If inxi does not give you the driver info then lspci -nn should do so.
The first one is the one that worked at the beggining, droped out after update.
The second threw me a hard reply: Permission Denied.
However: I tried #1 againtexto en negrita, this time reading carefully the commandline on the rule I was creating. Rebooted and is currently working. Hope it stays that way.