mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/thermal_daemon: Updated for version 1.1_rc2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
507272dae6
commit
afaa88765a
4 changed files with 21 additions and 14 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue