Re: [PATCH weston] compositor: add WESTON_COMPOSITOR_OFFSCREEN state

2013-03-29 Thread Kristian Høgsberg
On Fri, Mar 29, 2013 at 01:01:56PM +0100, Philipp Brüschweiler wrote: > This state is used when the user switches the vt. It turns of rendering > and frame events, but doesn't set the DPMS state to off. > > As a part of this change, also turn off the idle timer when entering > the SLEEPING or OFFS

[PATCH weston] compositor: add WESTON_COMPOSITOR_OFFSCREEN state

2013-03-29 Thread Philipp Brüschweiler
This state is used when the user switches the vt. It turns of rendering and frame events, but doesn't set the DPMS state to off. As a part of this change, also turn off the idle timer when entering the SLEEPING or OFFSCREEN states, which fixes https://bugs.freedesktop.org/show_bug.cgi?id=61910 (rp