From c4e6f95a0c879f01592e3ee22714031e9aa1ed50 Mon Sep 17 00:00:00 2001 From: Quad Date: Fri, 21 May 2021 07:29:30 +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 a324ad2..fada884 100644 --- a/docs/Main-issues.md +++ b/docs/Main-issues.md @@ -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. \ No newline at end of file