From owner-freebsd-current@FreeBSD.ORG Mon Jun 27 22:57:20 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E667E16A425; Mon, 27 Jun 2005 22:57:20 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B91643D48; Mon, 27 Jun 2005 22:57:20 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 7D3F4215A; Mon, 27 Jun 2005 15:57:02 -0700 (PDT) Received: from satchel.alerce.com (66-117-129-43.dsl.lmi.net [66.117.129.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "satchel.alerce.com", Issuer "Alerce Certificate Authority" (verified OK)) by merlin.alerce.com (Postfix) with ESMTP id ED1812151; Mon, 27 Jun 2005 15:57:01 -0700 (PDT) Received: from satchel.alerce.com (localhost [127.0.0.1]) by satchel.alerce.com (8.13.1/8.13.1) with ESMTP id j5RMvVKD028036 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 27 Jun 2005 15:57:31 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.1/8.13.1/Submit) id j5RMvU7i028032; Mon, 27 Jun 2005 15:57:30 -0700 (PDT) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17088.33872.136766.621988@satchel.alerce.com> Date: Mon, 27 Jun 2005 15:57:20 -0700 To: John Baldwin In-Reply-To: <200506271715.14687.jhb@FreeBSD.org> References: <17077.62001.211846.349890@satchel.alerce.com> <200506271715.14687.jhb@FreeBSD.org> X-Mailer: VM 7.17 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-current@FreeBSD.org, hartzell@alerce.com Subject: Re: suspend/restore almost works on Sony PCG-GRX570, acpi_video not good X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 22:57:21 -0000 John Baldwin writes: > On Sunday 19 June 2005 06:31 pm, George Hartzell wrote: > > Hi, > > > > I'm working on a Sony PCG-GRX570. > > [...] > > The problem is that your LCD isn't turned back on via DPMS, but there's not a > good way to fix that always. Especially if your BIOS doesn't support DPMS. > Can you say a bit more about this? When I suspend, the panel dims, but I can still read what's on the screen. When I resume it never brightens, but I can still easily see what's there. I never goes completely black. If I boot up into linux using a text console, it displays similar behaviour, dimming on suspend, but it brightens back up on resume. I *have* managed to get it to go completely black using a horribly hacked up version of acpi_video w/ the DPMS patches, but it still won't wake up. g.