From owner-freebsd-amd64@FreeBSD.ORG Thu Sep 16 01:10:16 2004 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E9E16A4CE for ; Thu, 16 Sep 2004 01:10:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3C6743D31 for ; Thu, 16 Sep 2004 01:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8G1AGtZ011333 for ; Thu, 16 Sep 2004 01:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8G1AGjZ011332; Thu, 16 Sep 2004 01:10:16 GMT (envelope-from gnats) Date: Thu, 16 Sep 2004 01:10:16 GMT Message-Id: <200409160110.i8G1AGjZ011332@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Eric Anholt Subject: Re: amd64/71753: DRI loads but fails to render on Radeon 9200se(RV280). X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Anholt List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 01:10:17 -0000 The following reply was made to PR amd64/71753; it has been noted by GNATS. From: Eric Anholt To: John Baldwin Cc: freebsd-amd64@FreeBSD.org, Adam Gregoire , gnats Subject: Re: amd64/71753: DRI loads but fails to render on Radeon 9200se(RV280). Date: Wed, 15 Sep 2004 18:07:52 -0700 On Wed, 2004-09-15 at 14:24, John Baldwin wrote: > Do you have any errors in Xorg.0.log? Also, did you add an 'AGPSize' option > to your Xorg config file to tell it you have a 64MB aperture? X seems to > assume a default size of 8MB unless you explicitly tell it you have more. The AGPSize is just to say how much of the aperture to allocate and bind for use. It turns out that 8MB is all that's really necessary, due to poor or nonexistent use of AGP textures, so that basically what gets used in AGP are the 3MB of vertex/indirect/ring buffers. I wasn't previously aware of any 64-bit issues in the Radeon/R200 DRI (and some have used these on 64-bit machines before), but to me that seems like the most likely reason to find bad command buffers. -- Eric Anholt eta@lclark.edu http://people.freebsd.org/~anholt/ anholt@FreeBSD.org