![]() |
2016-11-06
, 10:50
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#202
|
Which powertop version did you use? With 2.7 i get errors about missing functions in the kernel and i*m not in the mood to compile a new one right now...
PowerTOP v2.7 needs the kernel to support the 'perf' subsystem as well as support for trace points in the kernel: ... "Devfreq not enabled"
rm /var/cache/powertop/saved_parameters.powertop
Why don't you undervolt the frequencies independently? I can undervolt 300Mhz frequency down to 650mV rockstable.
![]() |
2016-11-06
, 13:02
|
Posts: 635 |
Thanked: 1,535 times |
Joined on Feb 2014
@ Germany
|
#203
|
300mhz: 650 mV 422mhz: 690 mV 652mhz: 725 mV 729mhz: 735 mV 883mhz: 755 mV 960mhz: 765 mV 1036mhz: 775 mV 1190mhz: 810 mV 1267mhz: 820 mV 1497mhz: 855 mV 1574mhz: 870 mV 1728mhz: 900 mV 1958mhz: 945 mV 2265mhz: 1025 mV
![]() |
2016-11-06
, 21:06
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#204
|
/bin/echo "conservative" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
/bin/echo "675 675 725 735 755 765 775 795 805 850 865 895 945 1000" > /sys/devices/system/cpu/cpu0/cpufreq/UV_mV_table
/bin/echo "320000000" > /sys/class/kgsl/kgsl-3d0/max_gpuclk
/bin/echo "4" > /sys/module/msm_kgsl_core/parameters/simple_laziness
/bin/echo "7000" > /sys/module/msm_kgsl_core/parameters/simple_ramp_threshold
The Following 3 Users Say Thank You to minimec For This Useful Post: | ||
![]() |
2016-11-07
, 07:58
|
Posts: 635 |
Thanked: 1,535 times |
Joined on Feb 2014
@ Germany
|
#205
|
Added CPU Governors: Slim A new governor from the cm branch and the slimrom project. This is a performance optimized governor and has been tuned a lot for newer devices such as the One Plus One. Nightmare A PegasusQ modified, less aggressive and more stable. A good compromise between performance and battery. In addition to the SoD is a prevention because it usually does not hotplug. Pegasusq/Pegasusd The Pegasusq / d is a multi-core based on the Ondemand governor and governor with integrated hot-plugging. It is quite stable and has the same battery life as ondemand. Ongoing processes in the queue, we know that multiple processes can run simultaneously on. These processes are active in an array, which is a field called "Run Queue" queue that is ongoing, with their priority values arranged (priority will be used by the task scheduler, which then decides which process to run next). To ensure that each process has its fair share of resources, each will run for a certain period and will eventually stop and then again placed in the queue until it is your turn again. If a program is terminated, so that others can run the program with the highest priority in the current queue is executed. Lionheart: Lionheart is a conservative-based governor which is based on samsung's update3 source. The tunables (such as the thresholds and sampling rate) were changed so the governor behaves more like the performance one, at the cost of battery as the scaling is very aggressive. ZZmoove The ZZmoove Governor by ZaneZam is optimized for low power consumption when the screen off, with particular attention to the limitation of consumption applications in the background with the screen off, such as listening to music. The unique feature with ZZmoove is that it has predefined profiles and allows profile switching. This governor is still a WIP as the developer is constantly giving updates! In short: So what you can expect now from this thingy is a battery-friendly behaving hotplug conservative governor which uses a frequency lookup table for faster upscaling (so called "smooth scaling") So this is more a energy-safer than a performer.
1.for Default (set governor defaults) 2.for Yank Battery -> old untouched setting (a very good battery/performance balanced setting DEV-NOTE: highly recommended!) 3.for Yank Battery Extreme -> old untouched setting (like yank battery but focus on battery saving) 4.for ZaneZam Battery -> old untouched setting (a more 'harsh' setting strictly focused on battery saving DEV-NOTE: might give some lags!) 5.for ZaneZam Battery Plus -> NEW! reworked 'faster' battery setting (DEV-NOTE: recommended too! ) 6.for ZaneZam Optimized -> old untouched setting (balanced setting with no focus in any direction DEV-NOTE: relict from back in the days, even though some people still like it!) 7.for ZaneZam Moderate -> NEW! setting based on 'zzopt' which has mainly (but not strictly only!) 2 cores online 8.for ZaneZam Performance -> old untouched setting (all you can get from zzmoove in terms of performance but still has the fast down scaling/hotplugging behaving) 9.for ZaneZam InZane -> NEW! based on performance with new auto fast scaling active. a new experience! 10.for ZaneZam Gaming -> NEW! based on performance with new scaling block enabled to avoid cpu overheating during gameplay 11.for ZaneZam Relax -> NEW! based on moderate (except hotplug settings) with relaxed sleep settings (to react audio/bluetooth/wakeup issues) (since version 0.9 beta4: cpu temperature threshold of 65°C enabled if exynos4 cpu temperature reading support was compiled with the governor)
The Following 5 Users Say Thank You to mautz For This Useful Post: | ||
![]() |
2016-11-07
, 12:51
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#206
|
This time i compiled two different flashable Zips.
This ZIP has blu_plug governor included and this one NOT.
The Following User Says Thank You to minimec For This Useful Post: | ||
![]() |
2016-11-07
, 16:20
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#208
|
The Following User Says Thank You to minimec For This Useful Post: | ||
![]() |
2016-11-07
, 17:42
|
Posts: 635 |
Thanked: 1,535 times |
Joined on Feb 2014
@ Germany
|
#209
|
The Following User Says Thank You to mautz For This Useful Post: | ||
![]() |
2016-11-07
, 19:46
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#210
|
Could you please download and flash it again? I downloaded tge zip, flashed it and zzmoove is working. If you still have problems we can sort them out on IRC later.
![]() |
Tags |
hammerhead, nexus5, sailfishos, sfdroid |
|
Which powertop version did you use? With 2.7 i get errors about missing functions in the kernel and i*m not in the mood to compile a new one right now...
The blu_active governor needs alot of tweaking to be more battery-friendly than conservative. In its default configuration it goes way to fast to the highest frequency and stays there too long. So, a few tweaks are needed...