Skip navigation.

GNOME CPUFreq Applet first release!

Bag of Software
Bag of Software

GNOME CPUFreq Applet is a CPU Frequency Scaling Monitor for GNOME Panel.
This is the first release,
a tarball can be found here
and screenshots can be found hereFeatures

--------

* Support for proc or sys filesystems

* Support for multiprocessor systems

Prerequisites

-------------

* GNOME 2 libraries

* GNOME Panel libraries

* GNOME-VFS libraries

* GConf

That is the first release of GNOME CPUFreq Applet.

Big thanks to

* Esteban Sanchez

* Carlos Garcnacho

* Pablo Arroyo

For the moment:

Tarballs can be downloaded from

http://linups.org/~kal/gnome-cpufreq-applet/gnome-cpufreq-applet-0.1.tar.gz

Screenshots

http://linups.org/~kal/gnome-cpufreq-applet/shots/

Bugs can be reported to

carlosgc gnome org

Suggestions, patches, comments, etc can be sent to

carlosgc gnome org

Re: GNOME CPUFreq Applet first release!

Hi,

runs fine. I think switching the cpu speed requires root privileges since sys fs is read only for normal users. Anyway I'd love to see some feature which allows running scripts for changing the cpu speed. Perhaps like that:

- Two edit boxes in the preferences for the applet. One edit box for the path to a script which changes to high speed, one edit box for the path to a script which switches the cpu to slow speed. (Users can use 'sudo' for example to access sys fs with root privileges.)

- If running at high speed, the applet would switch to slow speed (by running the corresponding script) if the user is clicking on the applet; same for running at slow speed: The applet should run the script for switching to high speed.

Timo