Updated Equivalent Commands (markdown)

NGnius (Graham) 2022-11-13 17:50:35 +00:00
parent 3764118e72
commit 9d3a13322d

@ -17,8 +17,11 @@ Disable: `echo 0 > /sys/devices/system/cpu/cpufreq/boost` disables boost across
# Set CPU frequency
Refer to https://github.com/NGnius/PowerTools/issues/21
## Old method
Use `cpupower` (usage: `cpupower --help`).
This isn't strictly how PowerTools does it, but it's a multi-step process which can involve changing the CPU governor.
This is not how PowerTools does it, but it's a multi-step process which can involve changing the CPU governor.
All that can be done automatically by `cpupower frequency-set --freq {frequency}` where `{frequency}` is `1.7G`, `2.4G` or `2.8G`.
# Set GPU Power
@ -29,6 +32,10 @@ Set Fast Powerplay Table (PPT): `echo {microwatts} > /sys/class/hwmon/hwmon4/pow
Get the entry limits for those two commands with `cat /sys/class/hwmon/hwmon4/power{number}_cap_max` where `{number}` is `1` (slowPPT) or `2` (fastPPT).
# Set GPU frequency
Refer to https://github.com/NGnius/PowerTools/issues/21
# Set Fan speed
NOTE: PowerTools no longer supports this, since [Fantastic](https://github.com/NGnius/Fantastic) does it much better.