mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/thermal_daemon: Updated for version 1.4.3.
This commit is contained in:
parent
b7f497def4
commit
0ad15580bd
5 changed files with 10 additions and 12 deletions
|
@ -1,15 +1,14 @@
|
||||||
Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local:
|
Since this is a daemon, it can be started at boot via /etc/rc.d/rc.local:
|
||||||
/usr/sbin/thermald
|
/usr/sbin/thermald
|
||||||
|
|
||||||
It might be necessary to create /var/run/thermald/ first (depending on your
|
It might be necessary to create /var/run/thermald/ first (depending on your
|
||||||
local system setup)
|
local system setup)
|
||||||
|
|
||||||
Also it would need to be stopped before shutdown, so an entry could be added
|
An entry could be added to /etc/rc.d/rc.local_shutdown as well:
|
||||||
to /etc/rc.d/rc.local_shutdown as well:
|
|
||||||
killall thermald
|
killall thermald
|
||||||
|
|
||||||
CONFIG_X86_MSR is listed as an (optional) dependency, msr-tools
|
CONFIG_X86_MSR is listed as an (optional) dependency, msr-tools
|
||||||
can be installed from http://01.org/msr-tools via src2pkg (www.src2pkg.net/)
|
can be installed from http://01.org/msr-tools via src2pkg (www.src2pkg.net/)
|
||||||
|
|
||||||
If you installed a previous version of thermald, you may need to uninstall
|
If you installed a previous version of thermald, you may need to uninstall
|
||||||
it and then install this one instead of using upgradepkg
|
it and then install this one instead of using upgradepkg.
|
||||||
|
|
|
@ -13,4 +13,3 @@ config() {
|
||||||
|
|
||||||
config etc/thermald/thermal-conf.xml.new
|
config etc/thermald/thermal-conf.xml.new
|
||||||
config etc/thermald/thermal-cpu-cdev-order.xml.new
|
config etc/thermald/thermal-cpu-cdev-order.xml.new
|
||||||
|
|
||||||
|
|
|
@ -12,8 +12,8 @@ thermal_daemon: Thermal_daemon is a Linux daemon used to prevent system overheat
|
||||||
thermal_daemon: This daemon monitors temperature and applies compensation using
|
thermal_daemon: This daemon monitors temperature and applies compensation using
|
||||||
thermal_daemon: available cooling methods.
|
thermal_daemon: available cooling methods.
|
||||||
thermal_daemon:
|
thermal_daemon:
|
||||||
thermal_daemon: It requires kernel with "Intel P State driver".
|
|
||||||
thermal_daemon: ie, kernels 3.10 and above.
|
|
||||||
thermal_daemon:
|
|
||||||
thermal_daemon: Project URL: https://github.com/01org/thermal_daemon
|
thermal_daemon: Project URL: https://github.com/01org/thermal_daemon
|
||||||
thermal_daemon:
|
thermal_daemon:
|
||||||
|
thermal_daemon:
|
||||||
|
thermal_daemon:
|
||||||
|
thermal_daemon:
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=thermal_daemon
|
PRGNAM=thermal_daemon
|
||||||
VERSION=${VERSION:-1.4.2}
|
VERSION=${VERSION:-1.4.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="thermal_daemon"
|
PRGNAM="thermal_daemon"
|
||||||
VERSION="1.4.2"
|
VERSION="1.4.3"
|
||||||
HOMEPAGE="https://github.com/01org/thermal_daemon"
|
HOMEPAGE="https://github.com/01org/thermal_daemon"
|
||||||
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.4.2.tar.gz"
|
DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.4.3.tar.gz"
|
||||||
MD5SUM="1a1446f6c1484cba4552051745e581c2"
|
MD5SUM="11d9415ab6638ee47cfb09ac9706d3b8"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue