On Thu, 7 Oct 2021 09:31:05 +1100 Daniel Kasak <d.j.kasak...@gmail.com> 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
> avoid
> 
> - adding this to my xorg.conf:
> 
> Section "InputClass"
>     Identifier         "Touchscreen catchall"
>     MatchIsTouchscreen "on"
>     Option "Ignore" "on"
> EndSection
> 
> Interestingly, this has NO effect :/
> 
> In Gnome I can "decouple" the touchscreen in the config panel - this
> works. I know this is a kinda oddball request ... but is there any way
> I can similarly make E ignore touchscreen events?

there is no such feature in e - you can try using the xinput commandline to
fiddle with the device.

xinput list
xinput list-props 10
xinput set-int-prop 10 162 8 0

maybe - depends on your devices, their properties etc. ... xinput list is where
you start. just run xinput to list devices anyway, xinput -h for help etc. ...

right now e will mess with some xinput device properties when it starts and
when it sees new devices plugged in - like set acceleration and mouse wheel
"natural scrolling", middle mouse emulation as well as some touchpad properties
like tap to click, acceleration on touchpad, palm detect etc. (see mouse
settings dialog). there is no specific list of devices you can specially
configure specific properties to - these are general/generic settings applied
to all such devices and e has nothing special for touch devices ... and no
"turn it off" option. ... patches accepted though. a lot of the code is there
to list devices, see them plugged and unplugged, set properties etc. ...

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to