diff --git a/scripts/README.md b/scripts/README.md index 75ef8d3..9702039 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -47,14 +47,8 @@ You should then find the TDP manager in your application menu like any other pie ## 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. @@ -66,21 +60,17 @@ Example commands: # Print help tdp help +# Launch GUI +tdp 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