qtcpufreq 0.1
by Martin Koehler ( martin<dot>pleissa<at>web<dot>de )
http://www-user.tu-chemnitz.de/~komart/qtcpufreq/
qtcpufreq is a little admin tool for cpufreq written in QT3. You can load governors and change the speed of your CPU.
install
To build the binary, make sure if libcpufreq-dev (debian name) is installed.
- run qmake in the qtcpufreq directory
- run make in the qtcpufreq directory [3. copy the binary(./qtcpufreq) and the languages files(*.qm) to a directory you want.]
run
login as root and start PATH_TO_QTCPUFREQ/qtcpufreq
or
run sudo(kdesu / gksu) PATH_TO_QTCPUFREQ/qtcpufreq
and have fun
TODO
- install routine
- more features.....
