From owner-freebsd-current@FreeBSD.ORG Thu Sep 17 17:29:18 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 090351065676 for ; Thu, 17 Sep 2009 17:29:18 +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 C884E8FC14 for ; Thu, 17 Sep 2009 17:29:17 +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 n8HHTF45034765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Sep 2009 13:29:16 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Freddie Cash In-Reply-To: References: <20090917134924.GZ1212@albert.catwhisker.org> <20090917170431.47be4a06@ernst.jennejohn.org> <20090917152957.GA1212@albert.catwhisker.org> Content-Type: text/plain Organization: FreeBSD Date: Thu, 17 Sep 2009 12:29:10 -0500 Message-Id: <1253208550.49704.4014.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: Thu, 17 Sep 2009 17:29:18 -0000 On Thu, 2009-09-17 at 08:32 -0700, Freddie Cash wrote: > On Thu, Sep 17, 2009 at 8:29 AM, David Wolfskill wrote: > > > On Thu, Sep 17, 2009 at 05:04:31PM +0200, Gary Jennejohn wrote: > > > ... > > > Maybe you need to install misc/compat7x also for things to work with > > > head? Don't forget options COMPAT_FREEBSD7 in your kernconf for head. > > > > :-) As I was writing the previous message, that thought occurred, so I > > did install it, re-tried, and the symptoms persisted: with DRI enabled, > > the keyboard & mouse were non-functional; with DRI disabled, Xorg > > worked. > > > > (I had intended to install misc/compat7x under head as soon as it had > > been committed, but it slipped what passes for my mind. And the file > > system where /usr/ports lives is not one I normally even mount when > > running head....) > > > > But thanks for the thought! > > > Have you tried re-enabling hald and dbus and configuring X to use those? So, the DRI option has absolutely nothing to do with kbd/mouse. I expect that what you are actually seeing is a hard lockup, quite possibly a gpu crash. At the moment, the drm support in 7 and 8 should be in sync, but 9-CURRENT has 3d bits for radeon r600+ cards. Additionally, libdrm and dri enable/disable certain code paths based on kernel headers found at build time. It is quite possible that these are not entirely compatible with the compat libs right now. I would expect the damage to be constrained to one or both of the above ports though. robert. -- Robert Noland FreeBSD