From owner-freebsd-x11@FreeBSD.ORG Thu Dec 30 02:57:01 2004 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1DD16A4CE for ; Thu, 30 Dec 2004 02:57:01 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16EF443D2D for ; Thu, 30 Dec 2004 02:56:58 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id iBU2uuwr078383; Wed, 29 Dec 2004 21:56:57 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-x11@freebsd.org Date: Wed, 29 Dec 2004 21:56:54 -0500 User-Agent: KMail/1.6.2 References: <6F96D78604050B4F80E0AB2F9B1426AF010ABA45@wdc.sofia.wizcom.bg> <1104350759.854.17.camel@leguin> In-Reply-To: <1104350759.854.17.camel@leguin> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: quoted-printable Message-Id: <200412292156.55329.jkim@niksun.com> X-Virus-Scanned: clamd / ClamAV version 0.75.1, clamav-milter version 0.75c on anuket.mj.niksun.com X-Virus-Status: Clean cc: Kiril Anastasov Subject: Re: Dri on ati rage128 does not work after xorg 6.8.1 upgrade. X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:57:01 -0000 On Wednesday 29 December 2004 03:05 pm, Eric Anholt wrote: > On Tue, 2004-12-28 at 10:21 +0200, Kiril Anastasov wrote: > > Hi everybody, > > > > I have dri enabled since ever in xorg.conf(XF86Config when i was > > using > > > > Xfree) but after the upgrade from xorg 6.7.0 to xorg 6.8.1 > > glxinfo > > > > displays "direct rendering: No" and glxgears is very slow(even > > slower > > > > than without dri enabled). It is more interesting since the log > > shows > > > > that the dri was loaded OK(see attached file). I have rebuilt the > > kernel > > > > but this didn't helped and since the log does not show any error > > I do > > > > not have any idea what the problem is. So please help. > > Your Xorg.0.log shows DRI enabled, which means that you're most of > the way there. The next step is the glxinfo output. However, you > need LIBGL_DEBUG=3Dverbose set in your environment for glxinfo to be > of use in debugging. (If capturing the output to send, note that > the important lines are output to stderr) Mesa source doesn't seem to include this fix: http://freedesktop.org/cgi-bin/viewcvs.cgi/mesa/Mesa/src/mesa/drivers/dri/c= ommon/depthtmp.h?r1=3D1.4&r2=3D1.5 =46rom the commit log you said: 'Don't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS is defined --=20 it won't be used in that case, and it wanting WRITE_DEPTH was making=20 r128 die on the undefined symbol.' =46YI... Jung-uk Kim