First of all, supposingly smart reflex works only with freqs up to 900Mhz.
Im running mine n900 for several weeks with this profile, no random reboots everything working fine even with starving voltage profile. DSP Freq is set low, cause I have lot .avi movies converted so higher dsp is not needed. If so, I have another profile with higher dsp.
Im using Desktop Command Execution Widget and with one wodget I can change max, min and avoid freqs (This is very usefull, since after calling min cpu freq goes down to 125mhz due to nokias "We want to".
So I can reload settings always after calling, but it doesnt load whole overclock profile saved in /home/user/.kernel/.
Is there a way by using widget created by DCEW to load whole profile from /home/user/.kernel/ ?
Mine most used profile looks like that:
Originally Posted by
#kernel configuration file....
MINFREQ=950
MAXFREQ=950
FREQS="950:58,270"
SMARTREFLEX VDD1=1
SMARTREFLEX VDDD2=1
GOVENOR=ondemand
IGNORE_NICE_LOAD=1
UP_THRESHHOLD=100 #(Value here is pointless since Im using only one frequency)#
SAMPLING_RATE=333333
POWERSAVE_BIAS=0
SO I like to be able to load those setts with one click, not running xterm everytime after calling.
Just put that content in a file under
/etc/dbus-scripts.d/call (or name it like you like)
Originally Posted by
# This file was generated by dbus-scripts-settings
# If you edit it by hand you might confuse the program,
# and you might lose your changes next time the program runs.
#:call_start
/opt/scripts/call_start.sh * * com.nokia.mce.signal sig_call_state_ind active normal
#:call_end
/opt/scripts/call_end.sh * * com.nokia.mce.signal sig_call_state_ind none normal
First line/script sets on call getting activated.
And second on call ended.
Possibly you may like to install package dbus-scripts-settings.