From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 25 16:03:17 2012 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1241106567A; Mon, 25 Jun 2012 16:03:16 +0000 (UTC) (envelope-from iwasaki@jp.FreeBSD.org) Received: from locore.org (ns01.locore.org [218.45.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id 8AB778FC0A; Mon, 25 Jun 2012 16:03:16 +0000 (UTC) Received: from localhost (celeron.v4.locore.org [192.168.0.10]) by locore.org (8.14.5/8.14.5/iwasaki) with ESMTP/inet id q5PG3EQT053240; Tue, 26 Jun 2012 01:03:14 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Tue, 26 Jun 2012 01:03:15 +0900 (JST) Message-Id: <20120626.010315.84362521.iwasaki@jp.FreeBSD.org> To: lstewart@freebsd.org From: Mitsuru IWASAKI In-Reply-To: <4FE885BD.9010206@freebsd.org> References: <20120625.230644.35358028.iwasaki@jp.FreeBSD.org> <4FE885BD.9010206@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: [CFT] radeon_suspend/resume patch X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 16:03:17 -0000 Thanks for your thrilling report! > I rebooted into X with Fluxbox as my window manager. Ran "sudo acpiconf > -s3" from an xterm. Machine correctly went to sleep. I waiting 30s and > then pressed the power button. Machine came back, loaded X up correctly > and everything kept working. Amazing! OK, I'll commit the patches against head tomorrow. BTW, is it effective for the console which is set graphic mode by vidconrol(1) as well? Thanks!