From owner-freebsd-mobile@FreeBSD.ORG Tue Mar 23 13:22:08 2004 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 A0C4A16A4CE for ; Tue, 23 Mar 2004 13:22:08 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id EACCC43D1D for ; Tue, 23 Mar 2004 13:22:07 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id E781F6520C; Tue, 23 Mar 2004 21:22:05 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 80380-03; Tue, 23 Mar 2004 21:22:03 +0000 (GMT) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id DC095651F7; Tue, 23 Mar 2004 21:22:02 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id E637760D9; Tue, 23 Mar 2004 21:21:58 +0000 (GMT) Date: Tue, 23 Mar 2004 21:21:58 +0000 From: Bruce M Simpson To: Dan Langille Message-ID: <20040323212158.GA790@empiric.dek.spc.org> Mail-Followup-To: Dan Langille , stktrc , freebsd-mobile@freebsd.org References: <20040323155348.N8543@xeon.unixathome.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040323155348.N8543@xeon.unixathome.org> cc: stktrc cc: freebsd-mobile@freebsd.org Subject: Re: XFree86 4.3.0 hangs at shutdown on Thinkpad T20 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: Tue, 23 Mar 2004 21:22:08 -0000 On Tue, Mar 23, 2004 at 04:00:46PM -0500, Dan Langille wrote: > On Tue, 23 Mar 2004, stktrc wrote: > > > XFree 4.3.0 (using savage driver) hangs at shutdown on a Thinkpad T20. > > Adding 'Option "ShadowStatus" "on"' for working around a bug in the > > chipset as documented in the savage driver manual is not helping > > either. > > I have a ThinkPad T22 running also running XFree86 4.3.0 and the savage > driver. About 50% of the time it freezes on starting X and on leaving X. > The machine freezes. A poower off is the only way to recover. I haven't experienced the same problem with my T22, which is now being depracated in favour of a T40. Try setting this loader hint and see if it helps, this helped me with suspend/resume:- hw.syscons.sc_no_suspend_vtswitch=1 BMS