You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that iptsd process is refusing to freeze every time the system suspends, so my ad-hoc solution is to just disable it and re-enable it when I need the touchscreen. But currently, the iptsd@* service is coming back randomly. Moreover, once the system tried to freeze it, the iptsd process goes unresponsive (i.e. sudo systemctl stop iptsd@* no longer works) and the only way I can recover this is to reboot.
So my question is: how to prevent iptsd@* from being automatically started.
The text was updated successfully, but these errors were encountered:
You could try masking the service with sudo systemctl mask [email protected] (or something along those lines). Not sure if that works with the @ though.
Another option could be blacklisting the touchscreen driver, so running one of
Depending on which device you have (you can also run both, doesn't hurt). That will also disable the single-touch fallback mode though, so be aware of that.
The reason is that
iptsd
process is refusing to freeze every time the system suspends, so my ad-hoc solution is to just disable it and re-enable it when I need the touchscreen. But currently, theiptsd@*
service is coming back randomly. Moreover, once the system tried to freeze it, the iptsd process goes unresponsive (i.e.sudo systemctl stop iptsd@*
no longer works) and the only way I can recover this is to reboot.So my question is: how to prevent iptsd@* from being automatically started.
The text was updated successfully, but these errors were encountered: