[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

heatload 0.4



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



Reply to: