From owner-freebsd-stable@FreeBSD.ORG Mon Feb 14 22:35:25 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 BD16D1065674 for ; Mon, 14 Feb 2011 22:35:25 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 7A3018FC13 for ; Mon, 14 Feb 2011 22:35:25 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p1EMZHXg012761; Mon, 14 Feb 2011 15:35:17 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p1EMZGMS012758; Mon, 14 Feb 2011 15:35:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 14 Feb 2011 15:35:16 -0700 (MST) From: Warren Block To: Chris H In-Reply-To: Message-ID: References: <20110211191232.GA2073@zod.isi.edu> <86ce5acff788efe61ceabdffe9b194fd.HRCIM@webmail.1command.com> <20110214182159.GB47006@zod.isi.edu> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Mon, 14 Feb 2011 15:35:17 -0700 (MST) Cc: faber@isi.edu, freebsd-stable@freebsd.org 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: Mon, 14 Feb 2011 22:35:25 -0000 On Mon, 14 Feb 2011, Chris H wrote: > I'm /not/ on a GENERIC kernel, but here are some relevant pieces from > my setup that might help; > rc.conf(5) > hald_enable="NO" > dbus_enable="YES" Half a dozen machines here (roughly, it varies) say that hal is fine. One of those machines is a T42, but needs updating to the latest 8-stable. Apparently I put the significant files on the FLCL site a while back: http://laptop.bsdgroup.de/freebsd/index.html?action=show_laptop_detail&laptop=12947 > xorg.conf(5) > Section "ServerLayout" > Identifier "X.org Configured" > ... > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > > Section "ServerFlags" > Option "AllowEmptyInput" "false" No, please stop doing that. See http://www.wonkity.com/~wblock/docs/html/aei.html > Option "AutoAddDevices" "true" > Option "AutoEnableDevices" "true" These are defaults. > OH, one other thing that comes to mind; > Did you let Xorg(1) create your xorg.conf(8) file? and if so (you /should/ have), > what was the output? Again, if so, is that the conf file you're using now? Sorry, must disagree with that. -configure creates outmoded xorg.conf files, with older options that are either no longer needed or outright obsolete. It also leaves out useful settings.