From 6ade60664e6a7d4eedf3f4784bc61c23b648f3f0 Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Sat, 9 Jul 2022 12:01:31 -0400 Subject: [PATCH] Remove mentions of fan control from README, direct users to Fantastic --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 647063c..e8eefa7 100644 --- a/README.md +++ b/README.md @@ -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/.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.