Update 'docs/Main-issues.md'
This commit is contained in:
parent
f3e4634960
commit
c4e6f95a0c
|
@ -59,4 +59,11 @@ As Intel's Xe drivers mature, this issue should disappear on its own.
|
|||
|
||||
## No touchscreen
|
||||
|
||||
My touchscreen does not work out of the box. I've heard it's possible to get it working if you install and configure the correct drivers for it. But I had little need for the touch screen, so I have not looked into this yet.
|
||||
The touchscreen works, but the `goodix` module (Touchscreen driver) needs to be loaded **after** sign in. Not entirely sure why. To get the touch screen working, run the following two commands after the Win 3 has started:
|
||||
|
||||
```
|
||||
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.
|
Loading…
Reference in New Issue