From owner-freebsd-x11@FreeBSD.ORG Thu Jul 21 09:22:51 2005 Return-Path: X-Original-To: x11@freebsd.org 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 0769E16A41F for ; Thu, 21 Jul 2005 09:22:51 +0000 (GMT) (envelope-from pete@users.altadena.net) Received: from users.altadena.net (users.altadena.net [207.151.161.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A72143D49 for ; Thu, 21 Jul 2005 09:22:50 +0000 (GMT) (envelope-from pete@users.altadena.net) Received: from pete by users.altadena.net with local (Exim 4.51) id 1DvXGU-0001WR-Aa; Thu, 21 Jul 2005 02:22:50 -0700 Date: Thu, 21 Jul 2005 02:22:50 -0700 From: Pete Carah To: Eric Anholt Message-ID: <20050721092250.GB5341@users.altadena.net> References: <20050719100314.GA20584@users.altadena.net> <200507202004.23055.jkim@FreeBSD.org> <1121904708.4260.51.camel@leguin> <200507202017.27570.jkim@FreeBSD.org> <1121906078.4260.53.camel@leguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1121906078.4260.53.camel@leguin> User-Agent: Mutt/1.4.2.1i Sender: Pete Carah Cc: x11@freebsd.org Subject: Re: New compaq, new radeon id X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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, 21 Jul 2005 09:22:51 -0000 On Wed, Jul 20, 2005 at 05:34:38PM -0700, Eric Anholt wrote: > On Wed, 2005-07-20 at 20:17 -0400, Jung-uk Kim wrote: > > On Wednesday 20 July 2005 08:11 pm, Eric Anholt wrote: > > > > If you just want 2D, you have to patch xorg-server. If you want > > > > to experiment on 3D accel, all of the above. And maybe DRI also. > > > > > > Actually, if you just want 2d, xorg-server-snap should support it. > > > > Oh, cool! But, it doesn't work, at least on this hardware. See pciconf in previous reply. And it's hard to debug spontaneous reboots without planting code somewhere. Is there an "invariants"-like thing for Xserver? > > > For 3D, I'm guessing that, like other RS* chipsets, it's going to > > > need agp_ati.c to work. agp_ati.c should be nearly working (see > > > i386/75251), I'm guessing there's just some bug left to be fixed, > > > probably by someone with hardware. > > > > Uh, it's AMD64 chipset. Doesn't he need agp_amd64.c instead? > > Maybe? It would be nice if that just worked. Noted in reply to first note - agp_amd64 has only AMD, nvidia, and Via chips mentioned in its table, no ATI. And dmesg for boot_verbose doesn't mention either agp or drm, as it is. (from cvsup about 6pm this past evening.) I think I'll wait for the agp_ati to show in the tree; maybe I could get ahold of it some other way (I don't have access to any of the internal repositories). -- Pete