diff --git a/docs/Main-issues.md b/docs/Main-issues.md index ec2f13c..56c1fb3 100644 --- a/docs/Main-issues.md +++ b/docs/Main-issues.md @@ -66,7 +66,14 @@ sudo modprobe -r goodix sudo modprobe goodix ``` -The touchscreen then starts working, it keeps working after sleep/suspend as well. But you will need to run these commands after every reboot. +The touchscreen then starts working, it keeps working after sleep/suspend as well. + +This can be automated using a file in `/etc/modprobe.d` that performs this automatically. (Thanks [rj_b](https://www.reddit.com/user/rj_b/)) +To automate, create the file `/etc/modprobe.d/win3-goodix.conf` with the following content: + +``` +install goodix /sbin/modprobe --ignore-install goodix ; /sbin/modprobe -r --ignore-install goodix ; /sbin/modprobe --ignore-install goodix +``` # Rotate GDM (Sign-in screen)