titan
|
2010-04-17
, 16:53
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#51
|
|
2010-04-17
, 16:57
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#52
|
Frequency increase is for CPU and another stuff in CPU chip but not motherboard.
I would like to know some basic guidelines in this. Previously I assumed that doubling frequency == doubling CPU energy and doubling CPU voltage == quadruple CPU energy. But now it seems to be wrong.
modprobe bq27x00_battery
watch -n1 /sys/class/power_supply/bq27200-0/current_now
The Following 2 Users Say Thank You to titan For This Useful Post: | ||
|
2010-04-17
, 17:12
|
Posts: 170 |
Thanked: 75 times |
Joined on Jun 2008
@ NYC
|
#53
|
|
2010-04-17
, 17:24
|
Posts: 946 |
Thanked: 1,650 times |
Joined on Oct 2009
@ Germany
|
#54
|
The Following User Says Thank You to titan For This Useful Post: | ||
|
2010-04-18
, 01:10
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#55
|
CPU itself has really only some effect on the total use-time. Display eats most of the power, cellmo is eating a lot with network traffic. Having higher speeds usually allows cpu to go back to idle sooner, so, indeed, it might even prolong the battery life if you overclock the CPU. Having said that, I don't especially suggest anybody to do it. I can only say that I have seen it running at 650, so within the suggested 10%.
|
2010-04-20
, 09:56
|
|
Posts: 168 |
Thanked: 206 times |
Joined on Apr 2010
@ Finland
|
#56
|
echo 850000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq echo "125000 250000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq echo "250000 550000 600000 700000 750000 805000 850000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
|
2010-04-20
, 10:00
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#57
|
P.S - I wish I could enable smartreflex but that makes my phone unstable. Hopefully PR1.2 would have better smartreflex drivers.
The Following 2 Users Say Thank You to Matan For This Useful Post: | ||
|
2010-04-20
, 10:03
|
Posts: 1,224 |
Thanked: 1,763 times |
Joined on Jul 2007
|
#58
|
Is there a way to include a script (to tune kernel setting) when display is locked automatically (i.e. after 1min, in settings/display).
Settings when device is active:
(freq range 500-850MHz)
Settings when device is in-active (i.e idle &. night times):Code:echo 850000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq echo "125000 250000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
(freq range: 125 or 500MHz)
Can keyboard slide ( slide GPIO 71) or lock (kb_lock GPIO 113) switch events be used as triggers for scripts? If yes, how?Code:echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq echo "250000 550000 600000 700000 750000 805000 850000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
Alarmd or fcron could be used to set these on/off, but I would like more dynamic way to set kernel tunings. Any ideas?
The Following 2 Users Say Thank You to Matan For This Useful Post: | ||
|
2010-04-22
, 14:06
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#59
|
|
2010-04-22
, 18:42
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#60
|
In fact, bfs has more advantages if you have less cpus. I compiled a kernel with the old CK's pathes for the N810 (diablo, maemo4) and the gain was huge, I would strongly recommend testing a kernel pathed with bfs, maybe it would increase performance without overclocking.
The Following User Says Thank You to egoshin For This Useful Post: | ||