Translated: I have Ubuntu 12.04 and I can not use indicator-cpufreq,
Does anybody know of any others?
Original Question Me pase a ubuntu 12.04 y ya no puedo usar indicator-cpufreq, conoceis algun otro para que funcione?
Translated: I have Ubuntu 12.04 and I can not use indicator-cpufreq,
Does anybody know of any others?
Original Question Me pase a ubuntu 12.04 y ya no puedo usar indicator-cpufreq, conoceis algun otro para que funcione?
indicator-multiload
doesn't have the same functionality as indicator-cpufreq
to control the CPU frequency. After doing a lot of research I couldn't get indicator-cpufreq
to work with Ubuntu 12.04. Finally I found Jupiter and it works well:
sudo add-apt-repository ppa:webupd8team/jupiter
sudo apt-get update
sudo apt-get install jupiter
You can possibly use indicator-multiload
.
Install it from the Ubuntu Software Center or using the command line:
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update
sudo apt-get install indicator-multiload
You can configure some of the things from the Preferences.
for indicator-multiload
you can also add cpu freq:
Preferences -> Menu items -> add
$(frequency(cpufreq.cur0)) - $(percent(cpu.cpu0.inuse))
$(frequency(cpufreq.cur1)) - $(percent(cpu.cpu1.inuse))
etc...
http://askubuntu.com/questions/142688/cpu-frequency-scaling-for-12-04
– January Aug 17 '12 at 08:31