Update 'scripts/README.md'

This commit is contained in:
Quad 2021-05-22 19:26:32 +02:00
parent a188201f82
commit 6cff625212
1 changed files with 4 additions and 15 deletions

View File

@ -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