In Windows' power options, you had the ability to configure your system to use either 'active' or 'passive' cooling schemes.
In the 'active' scheme, the fans would start running faster as the CPU got hotter - then slow the CPU if the fans were at maximum.
In the 'passive' scheme, the CPU would slow down before running the fans faster.
Is there a way to configure Linux to switch between these 'schemes' somehow, either set up manually with a configuration file or similar?
As a note, pwmconfig
states: There are no pwm-capable sensor modules installed
and fancontrol
states: Can't read configuration file
.
I'd like to be able to switch to a passive power scheme at times for times when I need my laptop to remain quiet, but not necessarily fast, e.g. in a library.
indicator-cpufreq
http://www.webupd8.org/2010/12/cpu-frequency-scaling-appindicator.html – Rinzwind Jul 01 '13 at 14:47