Update 'docs/Main-issues.md'

This commit is contained in:
Quad 2021-05-25 07:11:12 +02:00
parent dc6023c955
commit 48c82ba137
1 changed files with 8 additions and 1 deletions

View File

@ -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)