2013-12-14 15:59:08 +01:00
|
|
|
The Linux Thermal Daemon program from 01.org
|
|
|
|
|
2014-03-29 02:37:47 +01:00
|
|
|
Thermald deals with thermal issues for intel processor families
|
|
|
|
codenamed intel sandy-bridge and above. It is a Linux daemon
|
|
|
|
used to prevent the overheating of systems. This daemon monitors
|
|
|
|
temperature and applies compensation using available cooling methods.
|
2013-12-14 15:59:08 +01:00
|
|
|
|
2014-03-29 02:37:47 +01:00
|
|
|
Prerequisites: intel p-state driver and kernel 3.10+
|
2013-12-14 15:59:08 +01:00
|
|
|
|
2014-03-29 02:37:47 +01:00
|
|
|
Prefers kernel with:
|
2014-01-08 16:23:59 +01:00
|
|
|
Intel RAPL power capping driver : Available from Linux kernel 3.13.rc1
|
|
|
|
Intel P State driver (Available in Linux kernel stable release)
|
|
|
|
Intel Power clamp driver (Available in Linux kernel stable release)
|
|
|
|
|
|
|
|
CONFIG_X86_MSR, so that x86 MSR can be read/write from user space
|
|
|
|
to control RAPL if no RAPL powecap class driver is not present.
|
|
|
|
|
2014-02-09 09:16:26 +01:00
|
|
|
If none of the above is available uses cpufreq to control P states.
|