From owner-freebsd-current@FreeBSD.ORG Wed Mar 25 22:33:22 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 02BB71065672; Wed, 25 Mar 2009 22:33:22 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Gustau Perez Date: Wed, 25 Mar 2009 18:33:13 -0400 User-Agent: KMail/1.6.2 References: <1236802980.00085518.1236789602@10.7.7.3> <200903241528.34902.jkim@FreeBSD.org> <49CAA201.7000205@entel.upc.edu> In-Reply-To: <49CAA201.7000205@entel.upc.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200903251833.14825.jkim@FreeBSD.org> Cc: freebsd-current@freebsd.org Subject: Re: [HEADSUP] amd64 suspend/resume code to be comitted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 22:33:22 -0000 On Wednesday 25 March 2009 05:28 pm, Gustau Perez wrote: > > Please try the attached patch, which just disables restoring VGA > > state while resuming. > > Tried your patch again, and this time using hw.acpi.reset_video, > hw.acpi.suspend_bounce and friends. The same result, the screen > remains completely black. > > Before appliying the patch, when resuming the screen showed > messages about the resume of some hardware (usb, firewire, etc ...) > and then it went black. > > Is there anything I can test ? Then, it is something else, e.g., acpi_video(4). You can try setting debug.acpi.disabled="video" in /boot/loader.conf for example. Jung-uk Kim