Permanently disabling Touchscreen in Fedora 35 (Weyland)

The Touchscreen on my computer hasn't been working properly for years, and since I never use it I simply used to have it disabled permanently. But since the upgrade from Fedora 32 to Fedora 35, all the typical solutions to disable it no longer appear to work.

xinput disable #

gives me the output

WARNING: running xinput against an Xwayland server. See the xinput man page for details.

Which I believe means that things are now running on Wayland and not on xorg anymore.

But how do I permanently disable the touchscreen in Fedora 35? There's still new system updates every day, with the touchscreen behaving unpredictably every time I turn it on. Going to an older kernel version sometimes helps, but after some updates I'm not even able to type in any commands in terminal. Having the touchscreen disabled automatically is required to not get my computer completely bricked with some bad luck.

2

1 Answer

Why not blacklist it in /etc/modprobe.d/? As always, the Arch Wiki has guidance, but here's the (outdated?) Fedora docs. As long as you know the name of the relevant module, it's often just a case of sticking "blacklist [module-name]" in to /etc/modprobe.d/blacklist.conf.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like