diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2014-01-08 22:23:59 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:57 -0600 |
commit | afaa88765add3323f80100d5a42b26dc41daf937 (patch) | |
tree | 8517e4b67f341c508595cc32b379be9fd3f1678c /system/thermal_daemon | |
parent | 507272dae6a84818381615f42147779db5bb4156 (diff) | |
download | slackbuilds-afaa88765add3323f80100d5a42b26dc41daf937.tar.gz |
system/thermal_daemon: Updated for version 1.1_rc2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermal_daemon')
-rw-r--r-- | system/thermal_daemon/README | 20 | ||||
-rw-r--r-- | system/thermal_daemon/README.Slackware | 3 | ||||
-rw-r--r-- | system/thermal_daemon/thermal_daemon.SlackBuild | 6 | ||||
-rw-r--r-- | system/thermal_daemon/thermal_daemon.info | 6 |
4 files changed, 21 insertions, 14 deletions
diff --git a/system/thermal_daemon/README b/system/thermal_daemon/README index 89e3ef6c6b..22fa386321 100644 --- a/system/thermal_daemon/README +++ b/system/thermal_daemon/README @@ -6,14 +6,18 @@ Its is a Linux daemon used to prevent the overheating of systems. This daemon monitors temperature and applies compensation using available cooling methods. -Uses intel p-state driver. - Prerequisites: -Kernel - Need kernel with "Intel P State driver", to use Intel P state driver to - cool the system. - Intel Power clamp driver: To use Idle injection to cool the system. - CONFIG_X86_MSR, so that x86 MSR can be read/write from user space to - control P-States. +Uses intel p-state driver and works with kernels 3.10 and above. + +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. + + Default + If none of the above available cpufreq to control P states. diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware index 31027f51a7..8080880562 100644 --- a/system/thermal_daemon/README.Slackware +++ b/system/thermal_daemon/README.Slackware @@ -7,3 +7,6 @@ killall thermald CONFIG_X86_MSR is listed as an (optional) dependency, msr-tools can be installed from https://01.org/msr-tools + +If you installed a previous version of thermald, you may need to uninstall +that one and then re-install this one instead of upgrading. diff --git a/system/thermal_daemon/thermal_daemon.SlackBuild b/system/thermal_daemon/thermal_daemon.SlackBuild index eb40d6ada3..9d88d8bada 100644 --- a/system/thermal_daemon/thermal_daemon.SlackBuild +++ b/system/thermal_daemon/thermal_daemon.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for thermal_daemon -# Copyright 2103 Aaditya Bagag aaditya_gnulinux@zoho.com +# Copyright 2013-2014 Aaditya Bagga <aaditya_gnulinux@zoho.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=thermal_daemon -VERSION=${VERSION:-1.04_01} +VERSION=${VERSION:-1.1_rc2} SRCVERSION=$(echo $VERSION | tr _ -) BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -99,7 +99,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - COPYING README.txt thermal_daemon_usage.txt ThermalDaemon_Introduction.pdf \ + COPYING README.txt thermal_daemon_usage.txt \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/thermal_daemon/thermal_daemon.info b/system/thermal_daemon/thermal_daemon.info index c87013d07d..4c3f62cca6 100644 --- a/system/thermal_daemon/thermal_daemon.info +++ b/system/thermal_daemon/thermal_daemon.info @@ -1,8 +1,8 @@ PRGNAM="thermal_daemon" -VERSION="1.04_01" +VERSION="1.1_rc2" HOMEPAGE="https://github.com/01org/thermal_daemon" -DOWNLOAD="https://github.com/01org/thermal_daemon/archive/1.04-01.tar.gz" -MD5SUM="3aed2992d64a879e9e5948f1e4d65289" +DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.1-rc2.tar.gz" +MD5SUM="b1f9a4af05841a03fe430a2910568c14" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |