Reply
Thread Tools
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#121
do you mean, set the values in /etc/pmconfig with a script or edit the file once?
what is the advantage to set the max+min scalling and the smartreflex in /etc/pmconfig?

what do you mean, i can set everything from pmconfig?

aren't the voltage for the system frequencies stored in /sys/power/vdd1_opps_vsel??

in the dsp file they set [Freuq]:[Volt],[DSP] ( 250:38,180 ), i think these Voltages were stored in vdd1_opps_vsel?
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#122
Originally Posted by StocChr View Post
do you mean, set the values in /etc/pmconfig with a script or edit the file once?
what is the advantage to set the max+min scalling and the smartreflex in /etc/pmconfig?

what do you mean, i can set everything from pmconfig?

aren't the voltage for the system frequencies stored in /sys/power/vdd1_opps_vsel??

in the dsp file they set [Freuq]:[Volt],[DSP] ( 250:38,180 ), i think these Voltages were stored in vdd1_opps_vsel?
It is advantageous because there is already a mechanism in place to load max+min+SR values in pmconfig.

Yes. That is where the voltages are set, however with smart reflex enabled you no longer need to set the voltages by hand. So why bother? Just let it boot with stock voltages then let SR take care of the rest.

So set everything you can in pmconfig then set the rest from your script.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#123
ok i understand!!
it's strange, i set min+max+sr ind pmconfig (250+850+1) but conky only shows max. 600 MHz ... i am freaking out !!
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#124
well assuming you have not broken pmconfig and it is just running default values somthing else is changing your max-min freqs.

What sh|t have you installed?

connect to net and as root enter:

pastebinit /etc/pmconfig
pastebinit /etc/X11/Xsession.post/the name of your file
pastebinit /the/name/of/your/script
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#125
/etc/pmconfig http://pastebin.com/2za54hCx
script: http://pastebin.com/9WfmamET

at the moment no file in Xsession.post
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#126
Originally Posted by StocChr View Post
/etc/pmconfig http://pastebin.com/2za54hCx
script: http://pastebin.com/9WfmamET

at the moment no file in Xsession.post
Well for a start you are missing:

Code:
#!/bin/sh
from the start of the script.

oopz. no xsession script.

Well I literally have no idea wtf you have done. By setting values in pmconfig they are set at startup.

Code:
# Power management configuration file
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 720000
scaling_min_freq 250000
sleep_ind 1
Here is my pmconfig.

Either you have installed/scripted something else to mess around with your freqs or you have somehow broken pmconfig.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.

Last edited by vi_; 2011-11-30 at 15:49.
 
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#127
thanks, at the moment i test the script as an .sh script
./kernel-config.sh

and what is your opinion about the codes?
 
Posts: 1,680 | Thanked: 3,685 times | Joined on Jan 2011
#128
Originally Posted by StocChr View Post
thanks, at the moment i test the script as an .sh script
./kernel-config.sh

and what is your opinion about the codes?
It looks fine.
__________________
N900: One of God's own prototypes. A high-powered mutant of some kind never even considered for mass production. Too weird to live, and too rare to die.
 
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#129
thanks dude!! don't know why pmconfig don't have an effect at the frequencies :/
 
Posts: 306 | Thanked: 38 times | Joined on Dec 2009 @ Austria
#130
the only method to get my commands executed on start up is via /etc/event.d
is this ok or is this a sh*t way

see file content: http://pastebin.com/WF1yU5AY
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:16.