summaryrefslogtreecommitdiffstats
path: root/system/thermald/README
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2017-02-26 13:08:39 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-02-26 13:08:39 +0700
commit44889319aa503ac6a4784997e4d77b2f96ed0efc (patch)
tree611e126b716a10af1b13647bd7fabb3359ee062e /system/thermald/README
parentbdb0f08846f0edd306b2da3238ba7aa5d45610f4 (diff)
downloadslackbuilds-44889319aa503ac6a4784997e4d77b2f96ed0efc.tar.gz
slackbuilds-44889319aa503ac6a4784997e4d77b2f96ed0efc.tar.xz
system/thermald: Added (Linux Thermal Daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermald/README')
-rw-r--r--system/thermald/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/thermald/README b/system/thermald/README
new file mode 100644
index 0000000000..6326501691
--- /dev/null
+++ b/system/thermald/README
@@ -0,0 +1,16 @@
+The Linux Thermal Daemon program from 01.org
+
+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)
+
+ 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.
+
+ If none of the above is available uses cpufreq to control P states.