Subject: Re: Call for testers: ACPI suspend/resume, part 2
To: None <current-users@NetBSD.org, port-i386@NetBSD.org,>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: port-i386
Date: 12/19/2007 22:38:02
On Wed, Dec 19, 2007 at 10:39:40PM +0100, Matthias Drochner wrote:
> 
> joerg@britannica.bec.de said:
> > Actually, it does tell the X server exactly that. See wsdisplay.c,
> > wsdisplay_suspend.
> 
> Not quite -- wsdisplay_suspend() does always switch, whether an X server
> is present or not, and it does the whole chain which is deattach -
> switch - attach. Imo deattach is sufficient.

It isn't. The way it is you get the kernel output as 0 is supposed to be
the console.

Joerg