Easier way:

enlightenment_remote -module-{disable,enable,load,unload}

I used this to check which modules make most wakeups. net module is 
quite notorious and unloading it helps a lot. It updates the module 
every couple of ms, which causes a lot of wakeups. I use the following 
patch to reduce thenumber of wakeups:
http://dpaste.com/1342674/


On 08/14/2013 11:49 AM, Dave wrote:
>   Disabling/Enabling modules is the only solution I can think of.
>
>   You can do it from the command line like so:
>   qdbus org.enlightenment.wm.service /org/enlightenment/wm/RemoteObject 
> org.enlightenment.wm.Module.Disable clock
>
>   Can't disable shelves, but you can disable the elements in a shelf.  A
> module config isn't affected if you disable, enable, unload, or load.
>
>   Not too sure how much battery you'll save.  Maybe with modules that poll for
> data, like temperature, battery, or cpufreq .  I'd be interested to see your
> results.
>
>   Cheers,
>   dave.k
>
>
>   In the year 2013, of the month of August, on the 13th day, Marc MERLIN 
> wrote:
>> When I go to battery, I often apply some battery saving techniques, like
>> killall -STOP firefox chrome
>> unload, some modules, etc, etc.
>>
>> For e17, I'd love to be able to freeze the fancy panel/shelf with icons and
>> systray.
>> If I killall -STOP enlightenment, I see further battery savings, but
>> stopping the entire WM isn't ideal :)
>>
>> Is there a way I can tell e17 stop doing stuff like the bottom panel and
>> systray without losing the config and being able to restart them easily?
>> I think I can load/unload a bunch of modules, I'm not sure if that kills
>> their config or not.
>>
>> Is there a good way to do this easily? :)
>>
>> Thanks,
>> Marc
>> --
>> "A mouse is a device used to point at the xterm you want to type in" - A.S.R.
>> Microsoft is to operating systems ....
>>                                        .... what McDonalds is to gourmet 
>> cooking
>> Home page: http://marc.merlins.org/
>>
>> ------------------------------------------------------------------------------
>> Get 100% visibility into Java/.NET code with AppDynamics Lite!
>> It's a free troubleshooting tool designed for production.
>> Get down to code-level detail for bottlenecks, with <2% overhead.
>> Download for free and get started troubleshooting in minutes.
>> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>> _______________________________________________
>> enlightenment-users mailing list
>> enlightenment-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead.
> Download for free and get started troubleshooting in minutes.
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
>



------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to