Disable touch screen driver.

Disable touch screen driver.
I need to uninstall this driver because my touch screen has a problem, it has broken the screen and begins to detect touches, I use Opensuse tumbleweed in laptop DELL 2-in-1 Inspiron 15 series 5000.
How do I disable and / or uninstall them?
thanks for your help:’(

Necesito desinstalar este controlador pues mi pantalla tactil tiene un problema, se ha roto la pantalla y comienza a detectar toques, utilizo Opensuse tumbleweed en laptop DELL 2-in-1 Inspiron 15 serie 5000.
¿Cómo los deshabilito y/o desinstalo?
Gracias por su ayuda

As this is a request for help, it will be closed and moved from Unreviewed FAQs to the Hardware Forum.

To the OP: Did you not see this at the top of the Forum page?
http://paste.opensuse.org/images/4688635.png

Thread moved and re-opened.

It is libinput that handles input devices, and it should be possible to disable the device via your desktop settings utility. Which DE are you using?

you can not deactivate with that, and I use plasma 5.
I’m considering from console but by no means I find something related

Post the output of

sudo libinput list-devices

I had the exact same problem; it seemed like my mouse was demon-possessed whenever anything bumped the screen - and who needs a touchscreen on a laptop anyway?

The easy fix uses xinput (installed by default in LEAP, but grab it from the standard repo for Tumbleweed).

For terminal, enter the command “xinput”.

Scan the output for your touchscreen; it may be gobbledegook that you have to identify by process of elimination (not the mouse, not the touchpad, not the keyboard). Each driver has a numerical ID.

Next enter the command “xinput disable ID” (except for ID use the number you learned in the previous step.

Molest your screen, and if there’s no response, you disabled the right thing. (Otherwise, reboot and try again.)

Now, in the output from that first xinput command, select and copy the driver name.

In the settings for your desktop of choice, add to the autostart command list “xinput disable NAME” (except for NAME paste that bit you just copied). The reason you can’t use the numerical ID is that it’s not guaranteed to be the same everytime.

If you have multiple user accounts or if you use multiple sessions, do the same for each.

The hard way is to edit a config file, which thyen works for every user in every session, but I no longer have the machine with the cracked screen, and I no longer rember which file. I could find it at home, but not while posting on my lunch break at work, so ping back if the xinput way isn’t good enough for your use case. -GEF

gracias muchas gracias, funcionó

thanks thanks thanks

Thanks for this post. I had to use xinput on my ubuntu but in Leap 15.1 I was using this command
modprobe -r hid_multitouch

I went ahead and added that xinput line to my startup and confirmed it’s not starting on startup on 15.2.
Thanks