Re: [PATCH] DPMS: include GPU screens in DPMS code

2013-03-04 Thread Aaron Plattner
On 02/07/2013 09:16 AM, Aaron Plattner wrote: Otherwise, displays driven by GPU screens remain on all the time. Ping? CRTs do make good space heaters, but that probably shouldn't be a design goal of the X server. :) Signed-off-by: Aaron Plattner aplatt...@nvidia.com ---

Re: [PATCH] DPMS: include GPU screens in DPMS code

2013-03-04 Thread Alex Deucher
On Mon, Mar 4, 2013 at 11:24 AM, Aaron Plattner aplatt...@nvidia.com wrote: On 02/07/2013 09:16 AM, Aaron Plattner wrote: Otherwise, displays driven by GPU screens remain on all the time. Ping? CRTs do make good space heaters, but that probably shouldn't be a design goal of the X server.

[PATCH] DPMS: include GPU screens in DPMS code

2013-02-07 Thread Aaron Plattner
Otherwise, displays driven by GPU screens remain on all the time. Signed-off-by: Aaron Plattner aplatt...@nvidia.com --- hw/xfree86/common/xf86DPMS.c | 45 ++-- 1 file changed, 31 insertions(+), 14 deletions(-) diff --git a/hw/xfree86/common/xf86DPMS.c