Re: [PATCH weston] desktop-shell: Put monitor to sleep when idle timer expires

2015-07-23 Thread Bryce Harrington
On Tue, Jul 21, 2015 at 02:31:55PM +0300, Pekka Paalanen wrote: > On Mon, 20 Jul 2015 16:28:13 -0500 > Derek Foreman wrote: > > > Removing the screensaver had the accidental side effect of disabling > > DPMS display shut down. > > > > Signed-off-by: Derek Foreman > > --- > > desktop-shell/shel

Re: [PATCH weston] desktop-shell: Put monitor to sleep when idle timer expires

2015-07-21 Thread Pekka Paalanen
On Mon, 20 Jul 2015 16:28:13 -0500 Derek Foreman wrote: > Removing the screensaver had the accidental side effect of disabling > DPMS display shut down. > > Signed-off-by: Derek Foreman > --- > desktop-shell/shell.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/desktop-shell/shel

[PATCH weston] desktop-shell: Put monitor to sleep when idle timer expires

2015-07-20 Thread Derek Foreman
Removing the screensaver had the accidental side effect of disabling DPMS display shut down. Signed-off-by: Derek Foreman --- desktop-shell/shell.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 0137ca3..9e3701f 100644 --- a/desktop-shel