![]() |
2010-10-05
, 10:04
|
Posts: 131 |
Thanked: 78 times |
Joined on May 2010
|
#2
|
![]() |
2010-10-05
, 10:18
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#3
|
edit the "lv" file in /usr/share/kernel-power-settings
you should see something like 54:950. just change it to 56:950.
install nano to do it.
root
apt-get install nano
cd /usr/share/kernel-power-settings
nano lv
make your edits....
ctrl+x (to quit)
y (to save)
enter (to save with same name)
kernel-config load lv
The Following User Says Thank You to AlMehdi For This Useful Post: | ||
![]() |
2010-10-05
, 10:44
|
|
Posts: 820 |
Thanked: 436 times |
Joined on May 2010
@ Portsmouth, UK.
|
#4
|
It is not good to edit the files in "/usr/share/kernel-power-settings". And it is probably easier for you to use leafpad to edit the files.
1. install leafpad
2. open terminal
3. to make: /usr/sbin/kernel-config save myconfig
4. to edit: leafpad /home/user/.kernel/myconfig
5. to use: /usr/sbin/kernel-config load myconfig
Then you will have to load "myconfig" or what ever name you chose after every reboot.
The Following User Says Thank You to James_Littler For This Useful Post: | ||
![]() |
2010-10-05
, 11:17
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#5
|
Should be
1. install leafpad
2. open terminal
3. root
4. kernel-config save myconfig
5. leafpad /home/user/.kernel/myconfig
6. kernel-config load myconfig
If stable and you want to run these kernel settings as default
7. kernel-config default myconfig
![]() |
2010-10-05
, 12:53
|
Posts: 21 |
Thanked: 5 times |
Joined on Jul 2010
|
#6
|
![]() |
2010-10-05
, 15:13
|
Posts: 166 |
Thanked: 30 times |
Joined on Apr 2010
@ Halifax, UK
|
#7
|
![]() |
2016-02-28
, 11:55
|
Posts: 188 |
Thanked: 223 times |
Joined on Apr 2013
@ Poland
|
#8
|
/home/user # kernel-config show current kernel configuration: current frequency: 1000 supported frequencies: 125 250 500 550 600 720 805 850 900 950 1000 1100 1150 min. frequency: 1000 max. frequency: 1000 avoid frequencies: 125 250 500 550 600 720 805 850 900 950 1100 1150 active frequencies: 1000:52,430 SmartReflex VDD1=0, VDD2=0 governor ondemand: ignore nice load= 1, up threshold= 100, sampling rate= 300000, powersave bias= 0 /home/user #
I know that the voltages can be changed using pre-configured profiles such as lv, ulv, ideal etc.
I need to know how to increase the voltage (from 54 to 56) for 950MHz in the lv profile. This is because ulv , xlv and ideal have stability issues for me....
Also, I know a thread on overclocking exits already so please forgive me for not scanning all the 450+ pages of that thread for the info i need.
Thanks.