Open ayoungethan opened 4 years ago
The other half of this is https://github.com/pop-os/system76-power/issues/159
Here is another way to implement the same idea with a single slider adjustment: https://github.com/falkTX/Cadence/issues/250
I don't think it is better or worse. So the far left would be the same as selecting "balanced" power profile, and every other adjustment would equate to selecting the "performance" power profile at a specific target frequency.
@ayoungethan for use case #1 and 2, would a "perfomance" governor not suffice? While I agree that this governor setting could and should be bundled into the power profile, in the meantime you can accomplish this via cpupower-gui (found in pop store). I like the novelty of a frequency slider, but even that is quite complicated. Drop battery mode, but don't add a frequency slider IMO.
Good question! Performance mode covers #1 definitely.
For #2, I think any option that allows to set a stable custom CPU frequency is needed. It doesn't need to be a slider. It could be a custom performance profile where you can manually set the cpu frequency and governor. This would also allow someone to recovery the obsoleted mode if they decide they actually need it for some reason...
The reason a lower stable frequency is needed is for heat/noise/power management during low latency use cases where overall throughput demand is still relatively low.
This is most applicable for laptops as they run on battery, and often have very little thermal regulation capacity that doesn't involve high and noisy fan speeds and throttling.
A perfect use case is a laptop being used as a hard drive recorder with an audio interface for recording an acoustic performance in an intimate setting: it needs consistent and stable performance to help prevent buffer under runs (no overhead and context switching of cpu frequency scaling), but doesn't have large CPU i/o needs (just needs to handle bus throughput with minimal processing), and requirements are skewed toward battery life (so the recorder doesn't die and isn't tied to a power plug) and cool/quiet operation (so it is not adding meaningfully to the background noise floor).
On Mon, Jan 25, 2021, 08:40 Winston Hoy notifications@github.com wrote:
@ayoungethan https://github.com/ayoungethan for use case #1 https://github.com/pop-os/system76-power/issues/1 and 2, would a "perfomance" governor not suffice? While I agree that this governor setting could and should be bundled into the power profile, in the meantime you can accomplish this via cpupower-gui (found in pop store). I like the novelty of a frequency slider, but even that is quite complicated. Drop battery mode, but don't add a frequency slider IMO.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pop-os/system76-power/issues/158#issuecomment-766946086, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACIUXLKA6PVMGTANU5BFU3DS3WNHJANCNFSM4NNPY4IA .
I'd love to see support for custom profiles
I also use cpupower-gui, and it's effective for this. It would be neat to see support for custom profile tuning somewhere but I'm not sure how helpful it would be for the vast majority of users.
I think it is more broadly socially and psychologically useful in that it allows developers to design effective power management defaults and then tell a vocal minority of users, eg, who complain about missing options they think they need, that they can just create a custom profile vs tell developers that they need to implement a default setting that doesn't make sense in the vast majority of cases. it gives developers an "out"
and it is also very useful for niche use cases. this is why every other OS has easily tweakable power management settings on one level or another. Although the discussion of which settings to make easily tweakable and why is a much more interesting and involved one...!
On Sat, Feb 27, 2021, 06:36 Kyle Baker notifications@github.com wrote:
I also use cpupower-gui, and it's effective for this. It would be neat to see support for custom profile tuning somewhere but I'm not sure how helpful it would be for the vast majority of users.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/pop-os/system76-power/issues/158#issuecomment-787081874, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACIUXLO2NYQZLPZUV2EQPLTTBD7OBANCNFSM4NNPY4IA .
I have been researching how Pop!_OS can be further optimized for creators who depend on low latency work. This is one of several optimizations that I think would have positive overall benefits for all Pop!_OS users (whereas at least one optimization won't really matter to anyone who doesn't need reliable low-jitter, low latency performance).
as per https://github.com/pop-os/system76-power/issues/108#issuecomment-635633315
The only times I can think of where you really need a different performance parameter than "Balanced" are three scenarios:
So, really, there are two main modes that mostly matter (ha!):
This, in my opinion (2 settings with a target frequency slider in performance mode), would be much more simple and effective for a broader range of use cases!