how to run cpufreqd in ubuntu 14.04?
I've just installed cpufreqd in a fresh installation of Ubuntu 14.04 through:
sudo apt-get install cpufreqd
After that, I tried to execute it by sudo cpufreqd
. But nothing happens (neither error or indicator displayed). Even I can't see any new process in the system monitor.
Then I installed cpufrequtils through sudo apt-get install cpufrequtils
and I tried again to execute sudo cpufreqd
with the same (no) result.
I know there exist indicator-cpufreq, I was using it for some time; but I realized that I need something more configurable and complete like cpufreqd.
Similar alternatives to this are welcome.
indicator-cpufreq
is what you need for the panel
The daemon is the core part and plugins (I only know the panel one though ;)) let you have control over what, when, how. The indicator is one of those plugins (and the easiest one).
cpufreqd is started automatically after installing. For it to work you need either APM, a recent ACPI or PMU. And the modules cpufreq_powersave, cpufreq_userspace, and cpufreq_ondemand (you need to load these for cpufreq to work). It has a configuration file that explains all the different settings in /etc/
and has samples. What is best for you is up to you to decide ;)
An alternative would be TLP.
Just a warning: the tools for management should already be in the kernel (and working). It is called "laptop-mode-tools".