From 6cff6252123e3fb54b7d76d1c10da403a4888417 Mon Sep 17 00:00:00 2001 From: Quad Date: Sat, 22 May 2021 19:26:32 +0200 Subject: [PATCH 1/2] Update 'scripts/README.md' --- scripts/README.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index 266d618..3ebcae0 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -37,14 +37,8 @@ gpd-script-update ## TDP -Lets you set the TDP using `intel_rapl`. - -Common TDPs are: -- 8W (Ultra-low power, mostly just 2D games) -- 12W (Low-power) -- 15W (Balanced) -- 20W (High perf) -- 30W (Max perf) +Lets you easily set the TDP via the `intel_rapl` driver. +Also has a basic GUI available. By default, PL2 (short-term peak) will be 2W higher than PL1. @@ -56,21 +50,16 @@ Example commands: # Print help tdp help +# Launch GUI + # Check TDP tdp check -tdp c # Set TDP to 8W tdp set 8 -tdp s 8 # Set both PL1 and PL2 to 15W tdp set 15 --same --detail -tdp s 15 -s -d - -# Check both PL1 and PL2 -tdp check --detail -tdp c -d ``` ### Setting TDP at boot From daf8fae8ccdc763428b59e5eaccf81784a747e1b Mon Sep 17 00:00:00 2001 From: Quad Date: Sat, 22 May 2021 19:26:47 +0200 Subject: [PATCH 2/2] Update 'scripts/README.md' --- scripts/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/README.md b/scripts/README.md index 3ebcae0..ab026b3 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -51,6 +51,7 @@ Example commands: tdp help # Launch GUI +tdp gui # Check TDP tdp check