From owner-freebsd-amd64@FreeBSD.ORG Thu Sep 16 01:07:53 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DCDD16A4CE; Thu, 16 Sep 2004 01:07:53 +0000 (GMT) Received: from smtp.easystreet.com (smtp.easystreet.com [69.30.22.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2448743D45; Thu, 16 Sep 2004 01:07:53 +0000 (GMT) (envelope-from anholt@FreeBSD.org) Received: from [192.168.0.103] (69-30-77-85.dq1sn.easystreet.com [69.30.77.85]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.easystreet.com (Postfix) with ESMTP id 9FA68364004; Wed, 15 Sep 2004 18:07:52 -0700 (PDT) From: Eric Anholt To: John Baldwin In-Reply-To: <200409151724.09501.jhb@FreeBSD.org> References: <200409142153.i8ELrPXB050489@S01060080c83f4fb0.su.shawcable.net> <200409151724.09501.jhb@FreeBSD.org> Content-Type: text/plain Message-Id: <1095296871.864.13.camel@leguin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 15 Sep 2004 18:07:52 -0700 Content-Transfer-Encoding: 7bit cc: gnats cc: Adam Gregoire cc: freebsd-amd64@FreeBSD.org 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: eta@lclark.edu 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:07:53 -0000 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