Talk:Power management/HOWTO

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. In particular, sign comments using ~~~~ and add new discussions at the bottom of the page. New discussions should be made visible with {{Talk|date = 2024-05-15}}.
== Discussion title ==

{{Talk|date = 2024-05-13}}

A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 11:29, 14 May 2024 (UTC)
:: Another reply [[User:Larry|Larry]] 15:15, 15 May 2024 (UTC)
:: Your reply ~~~~

Navigate to first:

Deprecation Warnings

"Warning package sys-power/cpufreqd is deprecated and has been removed from the portage tree". It is always courteous and best to also advise the reader what is now being used as a replacement for cpufreqd! Else, people spend more time finding such trivial information. --Roger (talk) 00:11, 14 January 2015 (UTC)

Theodore Ts'o wrote his explanation on Google+:
* intel_pstate can be disabled at boot-time with kernel arg intel_pstate=disable
* The problem with the ondemand governor is that it doesn't know the specific capabilities of the CPU
* Executing some tasks with higher frequency will consume less power than would a lower frequency taking more time e.g. arithmetic stuff, but not true for all tasks e.g. loading something from memory
* The intel_pstate driver knows the details of the how the CPU works and it does a better job than the generic ACPI solution
* intel_pstate offers only two governors, powersave and performance. Intel claims that the intel_pstate "powersave" is faster than the generic acpi governor with "performance"
The above should be somehow included within the article to accurately describe the default policy for Intel Sandy Bridge and Ivy Bridge CPUs as of kernel 3.9. --Roger (talk) 00:11, 14 January 2015 (UTC)