From owner-freebsd-current@FreeBSD.ORG Fri Sep 18 01:39:50 2009 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13B6E1065670 for ; Fri, 18 Sep 2009 01:39:50 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id B40008FC1A for ; Fri, 18 Sep 2009 01:39:49 +0000 (UTC) Received: from [192.168.1.4] (adsl-241-169-177.bna.bellsouth.net [74.241.169.177]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id n8I1dBGV037646 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Thu, 17 Sep 2009 21:39:12 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: "Sean C. Farley" In-Reply-To: References: <20090917134924.GZ1212@albert.catwhisker.org> <20090917170431.47be4a06@ernst.jennejohn.org> <20090917152957.GA1212@albert.catwhisker.org> <20090917161519.GB1212@albert.catwhisker.org> <20090917235322.GM1212@albert.catwhisker.org> Content-Type: text/plain Organization: FreeBSD Date: Thu, 17 Sep 2009 20:39:05 -0500 Message-Id: <1253237945.2038.421.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: current@FreeBSD.org Subject: Re: misc/compat6x port no longer sufficient for DRI under head? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 01:39:50 -0000 On Thu, 2009-09-17 at 20:13 -0500, Sean C. Farley wrote: > On Thu, 17 Sep 2009, David Wolfskill wrote: > > > On Thu, Sep 17, 2009 at 06:37:46PM -0500, Sean C. Farley wrote: > >> On Thu, 17 Sep 2009, David Wolfskill wrote: > >>> On Thu, Sep 17, 2009 at 08:32:09AM -0700, Freddie Cash wrote: > >>>> ... > >>>> Have you tried re-enabling hald and dbus and configuring X to use > >>>> those? > >>> > >>> No, I haven't. > >>> > >>> One of the reasons I stopped trying to use hald(8) was that when I > >>> booted head, hald went into a 100% CPU busy loop. (Mind, this was > >>> with hald built inder stable/6.) > >> > >> How about building your system without HAL? I have been quite happy > >> without it. As long as I have the following in my Xorg.conf, > >> everything (that I need) seems to be detected nicely: > >> > >> Section "ServerLayout" > >> ... > >> Option "AllowEmptyInput" "off" > >> ... > >> EndSection > > > > Well, ref. the above "I stopped trying to use hald(8)" -- I did this by: > > You expected me to actually read pertinent information. ;) Sorry about > that. > > > Section "ServerFlags" > > Option "AutoAddDevices" "False" > > EndSection > > > > And then disabling the hald & dbus startup. > > I built all of my ports using WITHOUT_HAL as opposed to disabling hald > startup. Did you try this variation? > > > It had been working in stable/6, stable/7, and head before the > > (apparently DRI-related) issues arose in stable/7 and (mnore recently) > > head. > > WITHOUT_HAL throughout ports, dbus running and the option I listed above > works well for me with stable/7 (r196739). Just to be clear... hald has a number of build time features and tweaks depending on current OS support, so I'm not really surprised that hald doesn't work well or correctly in David's case. hald has no interaction with drm though, other than if hald is running it will try to open drm and get the driver version. hald certainly wouldn't have any impact of X functioning or not based on the DRI option. The evidence so far seems to be pointing to some issue with setting MTRR, though I'm not exactly certain how or what is failing. robert. > Sean -- Robert Noland FreeBSD