diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2014-03-28 20:37:47 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-04-12 13:59:47 -0500 |
commit | 322cfb172d9c04dfc3aa7a1908cb61dbab952443 (patch) | |
tree | 536daa90f7af1be7251fed97ff8a8de6a0dfb375 /system/thermal_daemon/README | |
parent | 6a529b5875d133f72f526f2e5301fed2940d03fb (diff) | |
download | slackbuilds-322cfb172d9c04dfc3aa7a1908cb61dbab952443.tar.gz |
system/thermal-daemon: Miscellaneous cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/thermal_daemon/README')
-rw-r--r-- | system/thermal_daemon/README | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/system/thermal_daemon/README b/system/thermal_daemon/README index 9cca31e08c..1510ad7c1b 100644 --- a/system/thermal_daemon/README +++ b/system/thermal_daemon/README @@ -1,16 +1,13 @@ The Linux Thermal Daemon program from 01.org -Thermald deals with thermal issues for intel processor families codenamed -intel sandy-bridge and above. -Its is a Linux daemon used to prevent the overheating of systems. -This daemon monitors temperature and applies compensation using available -cooling methods. +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. -Prerequisites: +Prerequisites: intel p-state driver and kernel 3.10+ -Uses intel p-state driver and works with kernels 3.10 and above. - -Prefers kernel with +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) @@ -18,6 +15,4 @@ Prefers kernel with 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. - Default If none of the above is available uses cpufreq to control P states. - |