11-10-2019, 07:38 AM
(11-09-2019, 06:29 PM)Arglebargle Wrote:(11-08-2019, 09:09 PM)rick1959 Wrote:(11-08-2019, 06:33 PM)Watercourse Wrote:Just look at the top or bottom edge of the screen for a number. Click on it and select "Performance". Please let me know if that works for you. :-)(11-05-2019, 09:47 PM)richfm Wrote:(11-05-2019, 03:49 PM)rick1959 Wrote: I noticed putting processor speed to performance helps a lot...
That worked, Rick! I turned up the processor speed to 2.02 GHz. Thanks you so much. I was on the point of of turning my PBP into a trivet! Internet speed is better.I thought the processor speed was dynamically set to save power? I had it on "interactive" whatever that means.
Care to share where to find the setting for processor speed?
The Performance clock frequency governor locks clock frequencies at their maximum, system performance will be great but you'll probably want to use Ondemand to avoid excessive heat and power draw while still maintaining decent performance. Ondemand sets in-use cores/clusters to their max clock while they're running a task and then clocks them back down after.
Interactive should provide better battery life than Ondemand but may feel a bit sluggish due to the built-in ramp-up time the frequency governor uses before a core/cluster will go full speed. With some manual tuning this should perform as well as Ondemand, it's the standard cpu frequency governor for modern Android devices that don't have EAS support.
When we have a fully functional mainline kernel EAS is worth looking at too, it's a combination of task scheduler and clock frequency governor that intelligently places tasks on the best cpu for their performance need, so you should see significantly higher little cluster usage until a task actually needs a slot on the big cluster.
TL;DR - Don't just set the Performance governor and walk away, you'll generate more heat than the PBP can dissipate and wreck battery life. You probably want to use Ondemand instead.
Thanks for the great explanation!!
Helps me to get a better perspective on the power control! :-)