> On 2010-09-13 16:16:21, Sebastian Kügler wrote:
> > To be honest, I don't like this patch.
> > 
> > The correct solution is to get a SIGNAL "resumed()", which is caught by the 
> > dataengines and which then just updates. The polling and retrying in 
> > timeengine.cpp is really ugly, IMO. (No offense ;)) I want this fixed in 
> > Solid to get a reliable signal that we're resumed now.
> > 
> > Your patch doesn't take hibernation into account, btw, which has the exact 
> > same problem. Also starting two second polling for two minutes when the 
> > user hits suspend looks like draining the battery unnecessarily (CPU 
> > wakeups), which is exactly not what you want on machines where 
> > suspend/resume is critical.
> > 
> > Thanks a lot for looking into this (admittedly very annoying) problem, but 
> > I think that this is just a workaround for something that is important 
> > enough to be fixed in the right way.

I want to have this fixed in solid too, but in the meantime this is all what 
can be done. All you said is true. But if you look in powertop you have at 
least 40 wakeups per second (if you don't do anything and have much luck). 
Under nurmal workload in can climb up into the thousands. This patch adds a 
single wakeup all two seconds for a short period of time only if the user 
requested a sleeping mode. After waking up there is much cpu activity anyway, 
there is not much time for deep sleeps anyway. I cannot imagine that this patch 
really reduces battery time in any noticeable amount.

This patch does respect hibernate.


> On 2010-09-13 16:16:21, Sebastian Kügler wrote:
> > /trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.cpp, line 
> > 814
> > <http://svn.reviewboard.kde.org/r/5320/diff/2/?file=35751#file35751line814>
> >
> >     This is problematic. You cannot assume that we resumed already, since 
> > the job in 808 is async. Suspension can still happen at this point.

Don't understand. I don't assume that.


- Björn


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://svn.reviewboard.kde.org/r/5320/#review7578
-----------------------------------------------------------


On 2010-09-13 11:20:38, Björn Ruberg wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://svn.reviewboard.kde.org/r/5320/
> -----------------------------------------------------------
> 
> (Updated 2010-09-13 11:20:38)
> 
> 
> Review request for Plasma and Solid.
> 
> 
> Summary
> -------
> 
> NOTE: This a little bit ugly as I have to workaround the missing "going to 
> suspend"-signal in the linux userland
> 
> This patch adds a signal to powerdevil that is emitted when a 
> suspend/hibernate/standby is requested there. The signal is caught by the 
> time engine what starts to look for an unexpected change in system time for 
> two minutes by polling. If a clock skrew is detected, all sources are updated 
> immediatly.
> 
> This fixes the bug that the plasma clocks are showing old time after 
> suspending your machine up until 59 seconds (whenever the normal update is 
> scheduled). This is not exactly a patch for bug 181380. But the clock skrew 
> detection code can be used quite similar for detecting normal time changes. 
> I'll look into that as soon this is accepted.
> 
> Please tell me whether I can commit this to 4.5 trunk as it is a bugfix for a 
> nasty glitch.
> 
> 
> This addresses bug 181380.
>     https://bugs.kde.org/show_bug.cgi?id=181380
> 
> 
> Diffs
> -----
> 
>   /trunk/KDE/kdebase/workspace/plasma/generic/dataengines/time/timeengine.h 
> 1166313 
>   /trunk/KDE/kdebase/workspace/plasma/generic/dataengines/time/timeengine.cpp 
> 1166313 
>   /trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.h 1166313 
>   /trunk/KDE/kdebase/workspace/powerdevil/daemon/PowerDevilDaemon.cpp 1166313 
>   /trunk/KDE/kdebase/workspace/powerdevil/daemon/org.kde.PowerDevil.xml 
> 1166313 
> 
> Diff: http://svn.reviewboard.kde.org/r/5320/diff
> 
> 
> Testing
> -------
> 
> Suspended machine, waited three minutes, woke up again - and noticed that all 
> clocks on screen showed the correct time almost immediatly :)
> 
> 
> Thanks,
> 
> Björn
> 
>

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to