From 48c82ba13796c842058f318b3c6dc83595a7bb1d Mon Sep 17 00:00:00 2001 From: Quad Date: Tue, 25 May 2021 07:11:12 +0200 Subject: [PATCH] Update 'docs/Main-issues.md' --- docs/Main-issues.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)