diff --git a/scripts/README.md b/scripts/README.md index b89f372..4b60858 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -64,3 +64,9 @@ sudo systemctl enable tdp-set.service ``` Reboot your Win 3, then run `tdp check` to verify that TDP was set correctly. + +# Touch fix + +The script `touch-fix` unloads, then loads the touchscreen modules needed by the Win 3. This makes the touchscreen work, but only until next reboot. + +Install the script and simply run `touch-fix` after boot to get the touchscreen up and running, until there is a permanent fix available. diff --git a/scripts/touch-fix b/scripts/touch-fix new file mode 100755 index 0000000..4e4c86a --- /dev/null +++ b/scripts/touch-fix @@ -0,0 +1,5 @@ +#! /usr/bin/bash + +sudo modprobe -r goodix +sudo modprobe goodix +