From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 20 18:06:02 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D63937B401 for ; Fri, 20 Jun 2003 18:06:02 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D65743FCB for ; Fri, 20 Jun 2003 18:06:01 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 16798 invoked by uid 5013); 21 Jun 2003 01:04:29 -0000 Date: Sat, 21 Jun 2003 02:04:29 +0100 From: Bruce M Simpson To: Michael Collette Message-ID: <20030621010429.GP9463@spc.org> Mail-Followup-To: Bruce M Simpson , Michael Collette , FreeBSD Mailing Lists References: <200306201617.21345.metrol@metrol.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306201617.21345.metrol@metrol.net> User-Agent: Mutt/1.4.1i cc: FreeBSD Mailing Lists Subject: Re: Thinkpad R40 Followup ACPI/APM/AGP under 5.1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 01:06:02 -0000 On Fri, Jun 20, 2003 at 04:17:21PM -0700, Michael Collette wrote: > Are there any other suggestions for telling that darn video card to wake the > heck up without having to toggle around in a circle like this? Try this in your /boot/loader.conf*: # Fix suspend/resume for graphics on T22 (Savage) hw.syscons.sc_no_suspend_vtswitch=1 This fixed APM suspend/resume for me on the T22. It also helped a great deal for the ACPI case. BMS