![]() |
2012-02-03
, 21:53
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#2742
|
This is what there is inside
enable_off_mode 1
sleep_while_idle 1
sr_vdd1_autocomp 0
sr_vdd2_autocomp 0
clocks_off_while_idle 1
voltage_off_while_idle 1
scaling_governor ondemand
scaling_max_freq 600000
scaling_min_freq 250000
slee_ind 1
Are the fileds that i have to edit the fileds related to vdd1 and vdd2?
To set a max freq of 850 MHz have I to type 850000, right?
Sorry for the stupid questions, guys, i'm a newbie. N900 is my first approach to the linux world and i'm still learning everything
d!
enable_off_mode 1 sleep_while_idle 1 sr_vdd1_autocomp 1 sr_vdd2_autocomp 1 clocks_off_while_idle 1 voltage_off_while_idle 1 scaling_governor ondemand scaling_max_freq 850000 scaling_min_freq 250000 slee_ind 1
The Following 3 Users Say Thank You to vi_ For This Useful Post: | ||
![]() |
2012-02-03
, 22:08
|
Posts: 81 |
Thanked: 22 times |
Joined on Mar 2011
|
#2743
|
![]() |
2012-02-04
, 11:33
|
|
Posts: 939 |
Thanked: 366 times |
Joined on Dec 2010
@ U.K.
|
#2744
|
The Following 3 Users Say Thank You to corduroysack For This Useful Post: | ||
![]() |
2012-02-04
, 11:54
|
Posts: 81 |
Thanked: 22 times |
Joined on Mar 2011
|
#2745
|
![]() |
2012-02-04
, 15:21
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2746
|
This contains almost ALL the settings you can possibly want to set WRT CPU speeds 'n sh1t.
![]() |
2012-02-05
, 03:10
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#2747
|
Not exactly true - afaik, if You want to edit correlation between CPU speed and max DSP speed, You need kernel-power-settings (see 720p video recording). If I'm wrong, feel free to correct me.
/Estel
The Following 3 Users Say Thank You to woody14619 For This Useful Post: | ||
![]() |
2012-02-05
, 03:35
|
|
Posts: 1,583 |
Thanked: 1,203 times |
Joined on Dec 2011
@ Everywhere
|
#2748
|
AFAIK: Kernel-power-settings is mainly scripts and a command line-tool used to ease maintenance of multiple kernel configurations. It has about 8 built-in configs, and the kernel-config tool that lets you load configs or change them on the fly. You can do everything this package does by editing /etc/pmconfig and rebooting, or by touching /dev or /sys files. The tool just makes it a little easier for us humans.
Do you need it? No. Does it affect anything if it's there (or not)? Not really. It exists only to make user configuration easier.
![]() |
2012-02-05
, 04:33
|
|
Posts: 1,455 |
Thanked: 3,309 times |
Joined on Dec 2009
@ Rochester, NY
|
#2749
|
random reboot when set up over than 850Mhz,
example
kernel-config limits 500 850(working fine)
kernel-config limits 500 1000(disaster begin)
![]() |
2012-02-05
, 08:34
|
Posts: 440 |
Thanked: 203 times |
Joined on May 2010
|
#2750
|
Install rootsh, midnight commander (mc), sudser.
Start a root shell with the command:
start midnight commander with the commmand:Code:root
You will then be in a file manager type interface. Navigate to directory /etc/Code:mc
Highlight the file 'pmconfig' and press the edit button at the bottom of the screen.
Change smart reflex to '1'. Set your frequencys. DO NOT exceed 900MHz!!
Save the file and quit MC.
reboot.
job done, now post some tits.
![]() |
Tags |
battery-status, bq27x00_battery, kernel, kernel-power, misiak4king, noobs-cant-read, pali4president, patches, readdirections, revolverspinyou |
|
enable_off_mode 1
sleep_while_idle 1
sr_vdd1_autocomp 0
sr_vdd2_autocomp 0
clocks_off_while_idle 1
voltage_off_while_idle 1
scaling_governor ondemand
scaling_max_freq 600000
scaling_min_freq 250000
slee_ind 1
Are the fileds that i have to edit the fileds related to vdd1 and vdd2?
To set a max freq of 850 MHz have I to type 850000, right?
Sorry for the stupid questions, guys, i'm a newbie. N900 is my first approach to the linux world and i'm still learning everything
d!