Hallo,
ftp://ftp.berlios.de/pub/heatload/heatload_0.4.0_i386.deb
ftp://ftp.berlios.de/pub/heatload/heatload_0.4.0.orig.tgz
in der neuen Version gibt es die folgenden Features:
* 'unknown' charging state => without warning
* showing throttling
* context menu to switch the throttling state of the cpu (needs root)
* graph/decoration/label as run time options
* hint window for throttling
Damit das throtteling eingestellt werden kann ist sudo n�tig. In der
Datei '/etc/sudoers' m�ssen die beiden folgenden Zeilen hinzugef�gt werden:
Cmnd_Alias THROTTLING=/usr/sbin/set_throttling
ALL ALL=NOPASSWD: THROTTLING
Dann kann man dieses feature nutzen. Das script /usr/sbin/set_throttling
sieht �brigens so aus:
#!/bin/bash
case "$2" in
/proc/acpi/*/throttling)
/bin/echo "$1" > "$2"
;;
esac
ich hoffe, das ist sicher genug. Wenn nicht, dann m�ge man mir das bitte
mitteilen.
Gru� danke f�rs testen,
Malte
--
H�ufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)
- Re: heatload 0.4 Malte Thoma
- Re: heatload 0.4 Reinhard Foerster
- Re: heatload 0.4 Malte Thoma

