Summary: | Weston, when idle, emits a wakeup about every minute | ||
---|---|---|---|
Product: | Wayland | Reporter: | Joe Konno <joe.konno> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | VERIFIED NOTABUG | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | krh, rob, ullysses.a.eoff |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux (All) | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=57583 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
Have desktop-shell parse config file earlier
Introduce "clock" desktop-shell option Have desktop-shell parse config file earlier |
Description
Joe Konno
2012-11-26 16:41:42 UTC
Here's what I ran: weston -i0 & sudo powertop --html=weston.html --time=300 --iteration=3 Processes were emitting wakeups regularly each iteration. Time units are seconds, so three five-minute samples. Oh, that must be the clock in the panel... On Mon, Nov 26, 2012 at 11:53 AM, <bugzilla-daemon@freedesktop.org> wrote: > Comment # 1 on bug 57562 from Joe Konno > > Here's what I ran: > > weston -i0 & > sudo powertop --html=weston.html --time=300 --iteration=3 > > Processes were emitting wakeups regularly each iteration. Time units are > seconds, so three five-minute samples. > > ________________________________ > You are receiving this mail because: > > You are on the CC list for the bug. Created attachment 70618 [details]
Have desktop-shell parse config file earlier
Created attachment 70621 [details] [review] Introduce "clock" desktop-shell option Created attachment 70622 [details] [review] Have desktop-shell parse config file earlier Applying the attached patches and then toggling the panel clock "off" proves your statement. No clock, no wakeups. ^_^ krh, you have any interest in adding a panel_clock option like I've attached? It would certainly make my life easier. Otherwise, I'll go on and close. (In reply to comment #2) > Oh, that must be the clock in the panel... > > On Mon, Nov 26, 2012 at 11:53 AM, <bugzilla-daemon@freedesktop.org> wrote: > > Comment # 1 on bug 57562 from Joe Konno > > > > Here's what I ran: > > > > weston -i0 & > > sudo powertop --html=weston.html --time=300 --iteration=3 > > > > Processes were emitting wakeups regularly each iteration. Time units are > > seconds, so three five-minute samples. > > > > ________________________________ > > You are receiving this mail because: > > > > You are on the CC list for the bug. We've had requests for seconds in the clock before so maybe we could make it an enum: clock=[none/seconds/minutes] or perhaps even a format string we pass to strftime(3) and special case 'none'. On Mon, Nov 26, 2012 at 4:49 PM, <bugzilla-daemon@freedesktop.org> wrote: > Comment # 6 on bug 57562 from Joe Konno > > Applying the attached patches and then toggling the panel clock "off" proves > your statement. No clock, no wakeups. ^_^ > > krh, you have any interest in adding a panel_clock option like I've > attached? > It would certainly make my life easier. Otherwise, I'll go on and close. > > (In reply to comment #2) >> Oh, that must be the clock in the panel... >> >> On Mon, Nov 26, 2012 at 11:53 AM, <bugzilla-daemon@freedesktop.org> >> wrote: >> > Comment # 1 on bug 57562 from Joe Konno >> > >> > Here's what I ran: >> > >> > weston -i0 & >> > sudo powertop --html=weston.html --time=300 --iteration=3 >> > >> > Processes were emitting wakeups regularly each iteration. Time units are >> > seconds, so three five-minute samples. >> > >> > ________________________________ >> > You are receiving this mail because: >> > >> > You are on the CC list for the bug. > > ________________________________ > You are receiving this mail because: > > You are the assignee for the bug. > > > _______________________________________________ > Wayland-bugs mailing list > Wayland-bugs@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/wayland-bugs > Okay, since we're going down the "let's enhance the panel clock" road, I'll go ahead and close this, since I can now justify the wakeups. "Notabug" because the interrupts were being emitted due the redraw calls made by the panel clock. This is not errant behavior. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.