From 65a60bab2244f3fb4cfa124e5b0b2a03a08a9f4c Mon Sep 17 00:00:00 2001 From: Quad Date: Fri, 21 May 2021 10:18:18 +0200 Subject: [PATCH 1/2] Update 'scripts/README.md' --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 09aab99..e423e5e 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -14,7 +14,7 @@ git clone https://gitea.quad.moe/quad/win3-resources.git ~/.local/gpd-win3 echo -e "\n# GPD Win 3 scripts\nPATH=\"\${PATH}:\${HOME}/.local/gpd-win3/scripts\"" >> ~/.bashrc ``` -Then restart your terminal. Run `tdp check` if you want to test. +Then restart your terminal. Run `tdp check` to test if it's working. It should report back current TDP. ## TDP From ec8965c3f90516176467279c4161553e5ee523fc Mon Sep 17 00:00:00 2001 From: Quad Date: Fri, 21 May 2021 10:20:20 +0200 Subject: [PATCH 2/2] Update 'scripts/README.md' --- scripts/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index e423e5e..0d8312a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -8,7 +8,7 @@ To install scripts, copy them somewhere on your Win 3, then add them to your pat To quickly install the scripts, make sure `git` is installed and run this in a terminal: -``` +```bash mkdir -p ~/.local git clone https://gitea.quad.moe/quad/win3-resources.git ~/.local/gpd-win3 echo -e "\n# GPD Win 3 scripts\nPATH=\"\${PATH}:\${HOME}/.local/gpd-win3/scripts\"" >> ~/.bashrc @@ -35,7 +35,7 @@ For details on how to use, run `tdp help`. Common examples: -``` +```bash # Check current TDP tdp check @@ -70,8 +70,13 @@ sudo systemctl enable tdp-set.service Reboot your Win 3, then run `tdp check` to verify that TDP was set correctly. -# Touch fix +## 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. +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. Useful until a permanent fix is available. -Install the script and simply run `touch-fix` after boot to get the touchscreen up and running, until there is a permanent fix available. +Example commands: + +```bash +# Reload touchscreen module +touch-fix +``` \ No newline at end of file