From owner-freebsd-stable@FreeBSD.ORG Sat Feb 12 06:52:46 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D8B31065670 for ; Sat, 12 Feb 2011 06:52:46 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (mail.1command.com [168.103.150.6]) by mx1.freebsd.org (Postfix) with ESMTP id 271928FC14 for ; Sat, 12 Feb 2011 06:52:45 +0000 (UTC) Received: from webmail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id p1C6qbTQ059040 for ; Fri, 11 Feb 2011 22:52:43 -0800 (PST) (envelope-from chris#@1command.com) Received: from udns0.ultimatedns.net ([168.103.150.26]) (Local authenticated user inf0s) by webmail.1command.com with HTTP; Fri, 11 Feb 2011 22:52:43 -0800 (PST) Message-ID: <86ce5acff788efe61ceabdffe9b194fd.HRCIM@webmail.1command.com> In-Reply-To: <20110211191232.GA2073@zod.isi.edu> References: <20110211191232.GA2073@zod.isi.edu> Date: Fri, 11 Feb 2011 22:52:43 -0800 (PST) From: "Chris H" To: freebsd-stable@freebsd.org User-Agent: HRC Internet Messaging/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: ATI Radeon LW RV200 Mobility 7500 M7 locks up on X exit 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, 12 Feb 2011 06:52:46 -0000 On Fri, February 11, 2011 11:12 am, Ted Faber wrote: > For the last couple weeks (maybe more) I've been having an intermittent > problem on my Thinkpad T42 where exiting X causes my screen to lock up and the > system seems to stop doing anything. Lately it's happening about every 3rd > time. > > The usual failure mode is that I select shutdown from the gnome menu and > it logs out with the console showing (text mode), but non responsive. The disk > LED lights intermittently, as can the LAN LED (though sometimes > it comes on solid). Sometimes it sort of shakes itself awake after a minute or > so, but often the shutdown doesn't complete and I have to force a power cycle > and fsck everything. > > I don't get anything useful in /var/log/messages > > > I run a recent -STABLE > $ uname -a > FreeBSD praxis.lunabase.org 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #62: Sun Feb > 6 18:02:17 PST 2011 root@praxis.lunabase.org:/usr/obj/usr/src/sys/GENERIC i386 > > > I've attached a verbose boot dmesg and my xorg.conf, and the > /var/log/Xorg.0.log from a login. > > > Any help would be great. I noticed a potential issue in the output of your attached Xorg.conf. But as I don't have an immediate solution for that, I /will/ offer you some advice based on my experiences with recent versions of Xorg(1) on nVidia based cards. All the docs will advise the following two entries in your rc.cconf(5): hald_enable="YES" dbus_enable="YES" However, _unless_ I use the following, I will _always_ run into some sort of problem; hald_enable="NO" dbus_enable="YES" I have no idea what's going on with hald(8), but frankly, it appears nothing. Research on forums related to issues on nVidia & ATI video cards have many threads that ultimately point at issues using hald(8). Bottom line (for me anyway) has been that if I disable hald(8), I have nearly no (video related) issues. This is both on x86 && amd64 systems. HTH --Chris > > > > -- > http://www.lunabase.org/~faber > Unexpected attachment? http://www.lunabase.org/~faber/FAQ.html#SIG > > --