diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 13:40:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-16 13:40:25 +0700 |
commit | d9b8e946506cb8c2d314b9ea5005898e593f916e (patch) | |
tree | 5078fdec8eec048b9168f917dd7a2bf36ed7945a /system/thermald/README | |
parent | 55bceb11f7903112aa221c78cf9e6a9358c52253 (diff) | |
download | slackbuilds-d9b8e946506cb8c2d314b9ea5005898e593f916e.tar.gz |
system/thermald: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/README')
-rw-r--r-- | system/thermald/README | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/system/thermald/README b/system/thermald/README index 6326501691..fa25c48142 100644 --- a/system/thermald/README +++ b/system/thermald/README @@ -1,16 +1,16 @@ -The Linux Thermal Daemon program from 01.org +The Linux Thermal Daemon program from Intel Open Source Technology Center -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 +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. -Prefers kernel with: - 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) +Since this is a daemon, it can be started at boot via /etc/rc.d/rc.local: + /usr/sbin/thermald - 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. +An entry could be added to /etc/rc.d/rc.local_shutdown as well: + killall thermald - If none of the above is available uses cpufreq to control P states. +Optional dependency: msr-tools + +To upgrade please remove thermal_daemon first and then install thermald. |