From owner-freebsd-stable@FreeBSD.ORG Sat Jun 23 17:25:01 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F7A7106566B; Sat, 23 Jun 2012 17:25:01 +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 CD8A48FC08; Sat, 23 Jun 2012 17:25:00 +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 q5NHOqDr042659; Sun, 24 Jun 2012 02:24:52 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sun, 24 Jun 2012 02:24:52 +0900 (JST) Message-Id: <20120624.022452.67408510.iwasaki@jp.FreeBSD.org> To: adrian@freebsd.org From: Mitsuru IWASAKI In-Reply-To: References: <20120525.134903.05583594.iwasaki@jp.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: iwasaki@freebsd.org, freebsd-stable@freebsd.org, jkim@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: STABLE/9 SMP ACPI suspend/resume - video mode not being restored X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 17:25:01 -0000 Hi, > FWIW, Xorg suspend/resume via the "switch to VTY before suspending" > hack works on this Thinkpad T60. It's not optimal but hey, it _does_ > work. :) Your T60 has a Radeon graphic adapter, right? Could you try the radeon suspend/resume patch and kldload radeon.ko before suspending? http://people.freebsd.org/~iwasaki/acpi/drm-radeon_suspend-20120623.diff Thanks > Hi, > > No, I didn't have vesa loaded. I'll load that now and try tomorrow > after a reboot. > > Yes, I tried switching VTYs, each VTY had the same issue. I guess the > driver isn't doing a VGA mode change when I switch VTYs unless the > screens are in different modes? > > FWIW, Xorg suspend/resume via the "switch to VTY before suspending" > hack works on this Thinkpad T60. It's not optimal but hey, it _does_ > work. :) > > > Adrian >