0

Hi I use my laptop under the sheets, usually in a relatively idle state.

If I bring the thinkpad out from the cold, the fans are off, but if I am under the sheets at room temperature, the fans are constantly on low, never adjusting, I guess because the air is too warm to cool it any further. This really takes a hit on my battery performance which is the most important to me. If my CPU is actually legitimately hot, I want the fans on, but not when its just room or slightly above room temperature.

I am using the latest kubuntu and am willing to do some programming if neccessary. Is there anything I can do from the linux end of things to tell the fan not to spin at the lower temperatures?

Thanks.

1 Answers1

0

A utility called fancontrol might help. Install:

sudo apt install -y fancontrol

Page on arch wiki: Fan Speed Control - ArchWiki

This might only work if your laptop is relatively new. It needs to have PWM(pulse-width modulation) for being able to adjust it.

Edit: Found a good answer: power management - How to control fan speed?

Vedant36
  • 101