View Single Post
lcuk's Avatar
Posts: 1,635 | Thanked: 1,816 times | Joined on Apr 2008 @ Manchester, England
#5
inside maemo linux there are already kernel mode cpu adjustments available which allow you to decide the profile in use, the tweaks I make do not overclock the CPU, but merely change the power saving adjustments.

The CPU normally sits at a low frequency until it detects that its busy and will then automatically clock itself up as required, performance simply sits at the higher speed. It still has wait states and from my experience does not effect battery as much as I initially thought it would (killers are screen brightness and wifi etc which are not touched by this tweak)

The changes are global to the system and remain until you change them again or reboot your device (in which case it reverts to the on demand setting)

liqbase simply gives you a UI to configure and choose these options, it works by calling variations on the following script as required:

#!/bin/sh
# liqbase: set cpu governor to performance
echo performance >/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor

As I mentioned it would be nice to have these settings configurable directly from the hildon desktop, its something people are used to doing on other devices.
__________________
liqbase sketching the future.
like what i say? hit the Thanks, thanks!
twitter.com/lcuk
 

The Following User Says Thank You to lcuk For This Useful Post: