Remove mentions of fan control from README, direct users to Fantastic
This commit is contained in:
parent
0e6a6a036b
commit
6ade60664e
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,6 @@ You will need that installed for this plugin to work.
|
|||
- Enable & disable CPU threads & SMT
|
||||
- Set CPU max frequency and toggle boost
|
||||
- Set some GPU power parameters (fastPPT & slowPPT)
|
||||
- Set the fan RPM (unsupported on SteamOS beta)
|
||||
- Display supplementary battery info
|
||||
- Keep settings between restarts (stored in `~/.config/powertools/<appid>.json`)
|
||||
|
||||
|
@ -52,6 +51,8 @@ Get the entry limits for those two commands with `cat /sys/class/hwmon/hwmon4/po
|
|||
|
||||
### Set Fan speed
|
||||
|
||||
NOTE: PowerTools no longer supports this, since [Fantastic](https://github.com/NGnius/Fantastic) does it much better.
|
||||
|
||||
Enable automatic control: `echo 0 > /sys/class/hwmon/hwmon5/recalculate` enables automatic fan control.
|
||||
|
||||
Disable automatic control: `echo 1 > /sys/class/hwmon/hwmon5/recalculate` disables automatic (temperature-based) fan control and starts using the set fan target instead.
|
||||
|
|
Loading…
Reference in a new issue