![]() |
2011-11-30
, 14:58
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#122
|
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?
![]() |
2011-11-30
, 15:14
|
Posts: 306 |
Thanked: 38 times |
Joined on Dec 2009
@ Austria
|
#123
|
![]() |
2011-11-30
, 15:21
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#124
|
![]() |
2011-11-30
, 15:38
|
Posts: 306 |
Thanked: 38 times |
Joined on Dec 2009
@ Austria
|
#125
|
![]() |
2011-11-30
, 15:45
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#126
|
/etc/pmconfig http://pastebin.com/2za54hCx
script: http://pastebin.com/9WfmamET
at the moment no file in Xsession.post
#!/bin/sh
# 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
![]() |
2011-11-30
, 15:50
|
Posts: 306 |
Thanked: 38 times |
Joined on Dec 2009
@ Austria
|
#127
|
![]() |
2011-11-30
, 15:54
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#128
|
thanks, at the moment i test the script as an .sh script
./kernel-config.sh
and what is your opinion about the codes?
![]() |
2011-11-30
, 15:59
|
Posts: 306 |
Thanked: 38 times |
Joined on Dec 2009
@ Austria
|
#129
|
![]() |
2011-11-30
, 18:39
|
Posts: 306 |
Thanked: 38 times |
Joined on Dec 2009
@ Austria
|
#130
|
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?