Maldela / fancontrol-gui

GUI for Fancontrol. It uses the KAuth module of the KDE Frameworks 5 to write the generated config file. Furthermore it communicates with systemd via dbus to control the fancontrol service. If you want to compile without systemd support set the -DNO_SYSTEMD option.
GNU General Public License v2.0
309 stars 31 forks source link

Enhancement suggestion: More temperature/duty steps #65

Open MasterChenSensei opened 2 years ago

MasterChenSensei commented 2 years ago

It would be nice with more steps than 2, for an example, now you can only choose between, say 20% at 40C, and 60% at 70 degree. But I would like to be able to add more steps, like 20% 40C, 35% 50C, 47% 60C etc etc.

This is what it looks like in GreenWithEnvy (fan control for GPU): image

Maldela commented 2 years ago

Unfortunately this app is only a gui for the fancontrol script which does not support more than two points.