Re: [e-users] enlightenment and powertop

2007-06-20 Thread Jochen Schroeder
Kent wrote: > On Tue, 19 Jun 2007 19:50:20 -0500, Jochen Schroeder > <[EMAIL PROTECTED]> wrote: > >> Carsten Haitzler (The Rasterman) wrote: >>> On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec >>> <[EMAIL PROTECTED]> >>> babbled: >>> >>> >> I've been using powertop to reduce the number of wakeu

Re: [e-users] enlightenment and powertop

2007-06-20 Thread Jochen Schroeder
Carsten Haitzler (The Rasterman) wrote: > On Wed, 20 Jun 2007 12:50:20 +1200 Jochen Schroeder > <[EMAIL PROTECTED]> babbled: > > >> Carsten Haitzler (The Rasterman) wrote: >> >>> On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec <[EMAIL PROTECTED]> >>> babbled: >>> >>> >>> >> I've

Re: [e-users] enlightenment and powertop

2007-06-20 Thread Kent Stevens
On Wed, 20 Jun 2007 03:15:59 -0500, Jesse Luehrs <[EMAIL PROTECTED]> wrote: > On Tue, 19 Jun 2007 11:54:52 -0500 > Kent <[EMAIL PROTECTED]> wrote: > >> On Mon, 18 Jun 2007 22:11:51 -0500, Alec Robertson >> <[EMAIL PROTECTED]> wrote: >> >> > Hi, >> > I've been using powertop to reduce the number of

Re: [e-users] enlightenment and powertop

2007-06-20 Thread The Rasterman
On Wed, 20 Jun 2007 09:56:11 -0500 "Nathan Ingersoll" <[EMAIL PROTECTED]> babbled: > On 6/20/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > > so have "fuzzy timers" i.e - tick off timer in X seconds give or take Y (so > > ecore will try batch them if it can). possibly usefl. >

Re: [e-users] enlightenment and powertop

2007-06-20 Thread Nathan Ingersoll
On 6/20/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > so have "fuzzy timers" i.e - tick off timer in X seconds give or take Y (so > ecore will try batch them if it can). possibly usefl. Basically, yes, but in glib's case they are just timers that accept seconds instead of small

Re: [e-users] enlightenment and powertop

2007-06-20 Thread Kent
On Tue, 19 Jun 2007 19:50:20 -0500, Jochen Schroeder <[EMAIL PROTECTED]> wrote: > Carsten Haitzler (The Rasterman) wrote: >> On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec <[EMAIL PROTECTED]> >> babbled: >> >> > I've been using powertop to reduce the number of wakeups on my > laptop, >>

Re: [e-users] enlightenment and powertop

2007-06-20 Thread The Rasterman
On Wed, 20 Jun 2007 02:08:12 -0500 "Nathan Ingersoll" <[EMAIL PROTECTED]> babbled: > On 6/19/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > > > 1. something polling - what, i don't know, but you will need to strace > > and/or debug and find out. as already pointed out some modul

Re: [e-users] enlightenment and powertop

2007-06-20 Thread The Rasterman
On Tue, 19 Jun 2007 23:05:45 + (UTC) Alec <[EMAIL PROTECTED]> babbled: > > if the mouse causes 4 interrupts/sec - this probably cause mouse events? > > thus x wakeups and then e wakeups to get the events. > > Nope, the 4/sec are just the usb hcd polling. When I move the mouse, or use > the t

Re: [e-users] enlightenment and powertop

2007-06-20 Thread The Rasterman
On Wed, 20 Jun 2007 12:50:20 +1200 Jochen Schroeder <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec <[EMAIL PROTECTED]> > > babbled: > > > > > I've been using powertop to reduce the number of wakeups on my laptop, >

Re: [e-users] enlightenment and powertop

2007-06-20 Thread Jesse Luehrs
On Tue, 19 Jun 2007 11:54:52 -0500 Kent <[EMAIL PROTECTED]> wrote: > On Mon, 18 Jun 2007 22:11:51 -0500, Alec Robertson > <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've been using powertop to reduce the number of wakeups on my > > laptop, and > > currently enlightenment is top of the list at aro

Re: [e-users] enlightenment and powertop

2007-06-20 Thread Nathan Ingersoll
On 6/19/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > 1. something polling - what, i don't know, but you will need to strace and/or > debug and find out. as already pointed out some modules like to poll - but > most > of them its in the 1 per second or multiple seconds between

Re: [e-users] enlightenment and powertop

2007-06-19 Thread Jochen Schroeder
Carsten Haitzler (The Rasterman) wrote: > On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec <[EMAIL PROTECTED]> > babbled: > > I've been using powertop to reduce the number of wakeups on my laptop, and currently enlightenment is top of the list at around 4 per second. >>>

Re: [e-users] enlightenment and powertop

2007-06-19 Thread Alec
> if the mouse causes 4 interrupts/sec - this probably cause mouse events? > thus x wakeups and then e wakeups to get the events. Nope, the 4/sec are just the usb hcd polling. When I move the mouse, or use the trackpoint, then I get a ton of wakeups. Also, the X wakeups are usually around 1/sec

Re: [e-users] enlightenment and powertop

2007-06-19 Thread The Rasterman
On Tue, 19 Jun 2007 21:23:33 + (UTC) Alec <[EMAIL PROTECTED]> babbled: > >> I've been using powertop to reduce the number of wakeups on my laptop, > >> and currently enlightenment is top of the list at around 4 per second. > > > AFIAK there aren't any patches floating around, but you can c

Re: [e-users] enlightenment and powertop

2007-06-19 Thread Alec
>> I've been using powertop to reduce the number of wakeups on my laptop, >> and currently enlightenment is top of the list at around 4 per second. > AFIAK there aren't any patches floating around, but you can change polling > intevals for modules and tweak the configs, closing all the window

Re: [e-users] enlightenment and powertop

2007-06-19 Thread Kent
On Mon, 18 Jun 2007 22:11:51 -0500, Alec Robertson <[EMAIL PROTECTED]> wrote: > Hi, > I've been using powertop to reduce the number of wakeups on my laptop, > and > currently enlightenment is top of the list at around 4 per second. Is > there a > setting to reduce this, or failing that, a pa

[e-users] enlightenment and powertop

2007-06-19 Thread Alec Robertson
Hi, I've been using powertop to reduce the number of wakeups on my laptop, and currently enlightenment is top of the list at around 4 per second. Is there a setting to reduce this, or failing that, a patch floating around? Regards, Alec ---