Update 'docs/Main-issues.md'
This commit is contained in:
parent
dc6023c955
commit
48c82ba137
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue