From owner-freebsd-current@FreeBSD.ORG Mon Jun 20 03:26:02 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 E072316A41C for ; Mon, 20 Jun 2005 03:26:02 +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 9B64243D53 for ; Mon, 20 Jun 2005 03:26:02 +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 024A121B3; Sun, 19 Jun 2005 20:25:52 -0700 (PDT) Received: from satchel.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (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 D0C3F21AB; Sun, 19 Jun 2005 20:25:51 -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 j5K3QEXd007850 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 19 Jun 2005 20:26:15 -0700 (PDT) (envelope-from hartzell@satchel.alerce.com) Received: (from hartzell@localhost) by satchel.alerce.com (8.13.1/8.13.1/Submit) id j5K3QEBR007847; Sun, 19 Jun 2005 20:26:14 -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: <17078.14166.65777.362985@satchel.alerce.com> Date: Sun, 19 Jun 2005 20:26:14 -0700 To: hartzell@alerce.com In-Reply-To: <17077.62001.211846.349890@satchel.alerce.com> References: <17077.62001.211846.349890@satchel.alerce.com> 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 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, 20 Jun 2005 03:26:03 -0000 George Hartzell writes: > > Hi, > > I'm working on a Sony PCG-GRX570. > > I'm working with -CURRENT as of a few days ago. > > I'm trying to get suspend and resume to work. S3 suspend and resume > work (from X) when I boot off of a Ubuntu Linux 5.04 live CD. > [...] I have some more data. I updated the bios to the most recent available on the sony web site. Dumping the acpi info (acpidump -d) only showed one non-trivial difference. The new bios didn't improve the situation. I also noticed that the ASL compiler complained about one line in the ASL, wanting a ByteAcc when the ASL had an AnyAcc. I fixed that and installed the new code. That didn't improve the situation. I played around in Ubuntu from the live CD and realized that resume from X doesn't completely work, the screen's screwed and the keyboard's dead. But, if you kill the X server and suspend from the console it works fine. I've added the ASL from the new bios and a copy of the dmesg output for Ubuntu booting, suspending, and resuming to the list of info: http://grapeape.alerce.com/KONG Any insights would be welcome. g.