#!/bin/bash http://sourceforge.net/projects/cpupowerd # load kernel modules modprobe msr modprobe powernow-k8 modprobe cpufreq_userspace # get current cpu state ./cpupowerd -s # create config cat <<EOF > /etc/cpupowerd.conf 1000 0.8500 1800 1.1500 2000 1.1500 2200 1.2000 EOF # Links http://aur.archlinux.org/packages/cpupowerd/cpupowerd/cpupowerd http://www.meisterkuehler.de/forum/linux-unix/20124-cpupowerd-ein-tool-fuers-cpu-undervolten-unter-linux.html http://wiki.ubuntuusers.de/powernowd
| Attachment | Size |
|---|---|
| cpupowerd - linux executable | 36.52 KB |
| cpupowerd.test_.tar_.bz2 - test environment | 59.88 KB |