Re: [e-users] Disabling touchscreen inputs

2021-10-07 Thread Marcel Hollerbach
Hi! What i am doing to disble input devices here is: 1. Run xinput in a terminal, this will list all input devices connected to your workstation 2. Run xinput --disable <> this will disable your input device on X11 level, however, swipe bindings might still get events I hope that is not

Re: [e-users] Disabling touchscreen inputs

2021-10-07 Thread Carsten Haitzler
On Thu, 7 Oct 2021 09:31:05 +1100 Daniel Kasak said: > Hi all. I've snapped my laptop's touchscreen :/ It's sending "phantom" > touch events quite often, which makes things pretty unusable. I've > already tried: > > - rmmod i2c_hid_acpi # this disables my touchpad as well, which i'd rather >

[e-users] Disabling touchscreen inputs

2021-10-06 Thread Daniel Kasak
Hi all. I've snapped my laptop's touchscreen :/ It's sending "phantom" touch events quite often, which makes things pretty unusable. I've already tried: - rmmod i2c_hid_acpi # this disables my touchpad as well, which i'd rather avoid - adding this to my xorg.conf: Section "InputClass"