![]() |
Re: High Battery Consumption in Standby
ok, i do it on my own risk :)
kernel-config is normaly stored in /usr/sbin should i save it to .../bin or .../sbin? |
Re: High Battery Consumption in Standby
If it is normally in /usr/sbin you should copy the new version (after uninstallation) to /usr/sbin.
|
Re: High Battery Consumption in Standby
also make sure /etc/X11/Xsession.post/80kernel_config is executable...
|
Re: High Battery Consumption in Standby
i saved the kernel-config file to /usr/sbin
chmod +rwx /usr/sbin/kernel-config i saved the the frequency schemes to /usr/share/kernel-power-settings and then i executed: Code:
echo "#!/bin/sh" > /etc/X11/Xsession.post/80kernel-configbut the problem with the ON things are still there see... http://pastebin.com/6bUbe13X |
Re: High Battery Consumption in Standby
And KP settings is DEFINITELY uninstalled?
Um, wait, wtf? Why when you are doing the procedure is fmtxd and mv running? |
Re: High Battery Consumption in Standby
i didn't install KP settings since i uninstalled it today for the powertop things.
i downloaded the .deb file from meamo packages and extracted the kernel-config file and the frequency scheme! it seems that kernel-config alone is responsible for the ON things |
Re: High Battery Consumption in Standby
is it possible to overclock by editing the /etc/pmconfig and loading a frequency scheme from kernel-power?
or is it possible to edit the /etc/default/kernel-power file as i like |
Re: High Battery Consumption in Standby
I have this in a script that is triggered by /etc/X11/Xsession.post/. Just modify your xsession.post/50kernel_config to launch this script.
Obviously alter the script to reflect your own needs. Code:
#!/bin/sh |
Re: High Battery Consumption in Standby
hey vi_ i build my own Xsession Script, maybe you can proofreading it for me before i will test it on my device?!
i tried to put all things from the kernel-settings dsp profile in the xsession script: Code:
echo "250000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freqCode:
MINFREQ=250 |
Re: High Battery Consumption in Standby
Quote:
Set smartreflex in /etc/pmconfig. Other wise it is fine. You can set almost everything from pmconfig. You no longer need to set voltage values as SR will do it for you. Just make sure the script runs with no errors before you set it to start automatically from xsession.post. Also, just use xsession to start your script. Stick you script elsewhere. |
| All times are GMT. The time now is 18:18. |
vBulletin® Version 3.8.8