View Single Post
Posts: 1,729 | Thanked: 388 times | Joined on Jan 2010 @ Canada
#578
Originally Posted by noobmonkey View Post
Ooooo gabby!!! I want your first desktop! :P - managed to get a couple of the overclocky buttons but cant figure out the bottom lot or the list on the right! :P
I believe you need the CPU Times code,

on the CMD of the QBW:

Code:
cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
for CPU Min:

Code:
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
for CPU Max:

Code:
awk '{print $1/1000" MHz"}' /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
no need for sudo gaintroot:

i use that widget (CPU Times) to determine if my settings work fine: example, when i reboot the device, the 250000, 500000, 550000 and 600000 are the only ones that has numbers (times), that means, the settings of the kernel switched back to default, which is the way i like it.
__________________
if i did help you, just click "Thanks" on the lower right of my post. thanks!

"The best way to break a Spell is to prevent it from being cast in the first place"

N900: 1000/1150mhz; sampling_rate 15; up_threshold 150000;

Last edited by gabby131; 2010-05-21 at 14:14.
 

The Following 2 Users Say Thank You to gabby131 For This Useful Post: