-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[acpi-cpufreq] Frequency adjusting sliders should fit Performance and Powersave governors behaviour #14
Comments
"It's not a bug It's a feature" lol |
But now i see other problem here. Initializing powersafe mode should set minimum frequency and performance - max. |
Ahah well changing maximum frequency for Performance makes sense but I don't see the use of setting the minimum as by definition it will always stay at the highest frequency. |
Same thought for powerwave but with maximum frequency. |
For the Basically when you need more CPU powersave will give you more clockwork, while performance will try to always stay in maximum frequency. |
RicardoEPRodrigues intel_pstate powersave mode is an analog of acpi_cpufreq ondemand mode. Actually intel doesnt have classic powersave mode at all. And if you want constantly minimum freq You have to set minimum and frequencies to minimum physical available frequency. So the extension reads default values from intel_pstate driver after governors changing. |
Governors aren't just Names for some profiles. They have own behavior in states changing (timings, state sequence, CPU loading coefficients). U can google more about this. Basic difference between intel_pstate and acpi is intel controls a behavior of governors inside of CPU and ACPI modes on kernel. |
Actually a changing of governors don't save too much CPU power bcs only changing of Voltage on motherboard can really save some power. But CPU can eat less power (I - amperes) in IDLE state it's why Intel made powersave governor dynamic. If CPU is without loading CPU takes less Power. So if CPU makes jobs quicker and goes to IDLE state it's eating less Power... |
So I can't see any practical usage of any other governors. Only dynamic OnDemand (or Conservative for ACPI driver) and Powersave (for intel_pstate) with minimum and maximum available frequencies can reduce some power consuming in real world. U can reduce maximum but time to make some CPU jobs going longer so it's cause bigger power consuming. |
@terencode It's time to close this issue :) |
@konkor sorry I sent it from the mobile phone and it did not send thanks for closing it. |
@terencode it's ok. but i completely forget about intel_pstate_mode behavior there is 2 modes only performance , powersave and both dynamic. It's why i didn't want to fix this. There is no clear way to set sensitivity for gnome-shell popupmenu widgets... |
When Performance govenor is selected, the minimum frequency scaling option should be disabled; when Powersave govenor is selected, the maximum frequency scaling option should be disabled.
The text was updated successfully, but these errors were encountered: