vmatare / thinkfan

The minimalist fan control program
GNU General Public License v3.0
534 stars 61 forks source link

setting RPM that corresponds to the speed levels manually #234

Open smautner opened 10 months ago

smautner commented 10 months ago

Hi, Haven't found an issue on this obvious item so here i go.

I have an T14 gen 4 AMD, level 1 maps to a fan speed that is too loud, so was wondering if there is a solution to this. Is there an easy way to map the speed levels to actual fan-speeds?

divcyb commented 10 months ago

post your config, also for those with intel cpu try thermald instead of thinkfan. it has nice smooth curve by default mine is like this

levels:
  - [0, 0, 50]
  - ["level auto", 45, 70]
  - ["level disengaged", 65, 255]
smautner commented 10 months ago

Thank you. Working without rpm mapping, I haven't found a setting i like. I also figured that increasing the temperature range for level 0 is important, but going auto never occurred to me.