From owner-freebsd-stable@FreeBSD.ORG Tue Feb 15 16:08:50 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 ABBB2106566C for ; Tue, 15 Feb 2011 16:08:50 +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 4DBB98FC08 for ; Tue, 15 Feb 2011 16:08:49 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p1FG8guZ016184; Tue, 15 Feb 2011 09:08:42 -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 p1FG8gFf016181; Tue, 15 Feb 2011 09:08:42 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 15 Feb 2011 09:08:42 -0700 (MST) From: Warren Block To: Chris H In-Reply-To: <07d729abeedc3b764dccc00cf73b7762.HRCIM@webmail.1command.com> Message-ID: References: <20110211191232.GA2073@zod.isi.edu> <86ce5acff788efe61ceabdffe9b194fd.HRCIM@webmail.1command.com> <20110214182159.GB47006@zod.isi.edu> <07d729abeedc3b764dccc00cf73b7762.HRCIM@webmail.1command.com> 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]); Tue, 15 Feb 2011 09:08:42 -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: Tue, 15 Feb 2011 16:08:50 -0000 On Tue, 15 Feb 2011, Chris H wrote: > On Mon, February 14, 2011 2:35 pm, Warren Block wrote: >> On Mon, 14 Feb 2011, Chris H wrote: >> >>> 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. > So basically, Your saying it's all a "crap shoot", a "roll of the dice". > The rule is; there is no rule. RTFM does not apply here. No, I did not say or mean to imply any of that. To be specific, I would like to see the -configure option rewritten to only generate an entry for a 24-bit depth, and to not include all the modules it loads by default anyway. That is generally useless stuff that obscures the more important entries. > I was only speaking from my own experiences with this same problem. > I own, and operate 30 FreeBSD boxes here. They range from 7.x-8.x, with the > exception of 1 6.x. This problem began at RELENG_7 for me. I wrestled with > it for quite some time - much of it on this mailing list. The only consistent > thing I could find, was that DISabling hald(8) eliminated most of the issues > I ran into. I discovered this was the same for many others, while reading > about others with similar problems on the nVidia/ATI news forums. In fact > the same consensus was had on the freebsd forums as well. There are people who have difficulty with hal, and a much larger number who dislike it. I'd contend that problems with hal are not very widespread, or there would be a call for the Handbook X11 configuration section to change. > As far as the Xorg(1) -configure goes. It's interesting that when I > choose nvidia-xconfig to create the xorg.conf(5) file, with the > exception of the additional nVidia specific options added, the rest > looks nearly identical to those produced by Xorg(1) -configure. They probably followed the original as an example.