View Single Post
Gusse's Avatar
Posts: 168 | Thanked: 206 times | Joined on Apr 2010 @ Finland
#3266
Originally Posted by 白い熊 View Post
What's the exact overclocking settings you've used for this?
Originally Posted by matts76 View Post
Any chance you could share these scripts with us, it sounds like a really good idea

In /etc/default/kernel-power VDD1 settings:
These values might not work for you. Be very carefull before editing permanent settings, try echo -method first!
Code:
VDD1_OPPS_VSEL="30 20 25 30 33 38 45 45 48 48 54 54 60 67 72"
CPU active settings:
Code:
echo 850000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo "125000 250000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
CPU idle settings:
Code:
echo 500000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 124999 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo "250000 550000 600000 700000 750000 805000 850000" > /sys/devices/system/cpu/cpu0/cpufreq/ondemand/avoid_frequencies
Files in an attachement (cpu_settings.zip). Put to /home/user -folder (used for Queen Beecon scripts below).

With Queen Beecon I have two buttons:
High CPU
Code:
Title: High CPU
Command: sudo /home/user/cpuhigh
Low CPU
Code:
Title: Low CPU
Command: sudo /home/user/cpulow
Full backup of Queen Beecon scripts in an attachement (queen_beecon_backup.zip).
See more detail about restore procedure
These scripts are with On-Screen notification done with dbus scripts (orange one line popup).

Some screen captures in Battery consumption analysis thread, post #211.

--------------------------------------------------------------------------------------------------

EDIT:
YOU DO NOT NEED THIS! CAN MESS UP YOUR SYSTEM!
(Warning added, Thanks to 白い熊)
Create user -file in /etc/sudoers.d/ and add following to it.
Code:
user ALL = (ALL) NOPASSWD: ALL
root ALL = (ALL) NOPASSWD: ALL
and run update-sudoers -command.
Attached Files
File Type: zip cpu_settings.zip (427 Bytes, 170 views)
File Type: zip queen_beecon_backup.zip (1.2 KB, 176 views)

Last edited by Gusse; 2010-04-23 at 21:24.
 

The Following 3 Users Say Thank You to Gusse For This Useful Post: