Have you tried adding:

Option "Ignore" "true"

in the xorg input section for your touchscreen?

Something like in xorg.conf or a config file in xorg.conf.d:

Section "InputClass"
        Identifier "NO touch"
        Driver "some driver"
        MatchIsTouchscreen "on"
        Option "Ignore" "true"
EndSection

This disables all touchscreen.

qwerjkl

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
On Monday, June 10, 2019 6:43 AM, frantisek holop <min...@obiit.org> wrote:

> hello,
>
> i have a faulty touch panel in this notebook and i need to disable it.
> because of KARL and following -current in general i'd much prefer a non
> config -e solution. that leaves wscons and X.org.
>
> if i read Xorg log file correctly, x.org picks up touch panel from
> wsmouse. after reading wsmouse(4), it is not clear to me how can i
> disable mouse1, mouse2, and mouse3.
>
> any ideas what i could put in /etc/wsconsctl.conf ?
>
> -f
>
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Reply via email to