From owner-freebsd-amd64@FreeBSD.ORG Tue Aug 16 16:01:11 2005 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org 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 692F516A41F for ; Tue, 16 Aug 2005 16:01:11 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0838943D48 for ; Tue, 16 Aug 2005 16:01:10 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j7GG4nMX003558; Tue, 16 Aug 2005 12:04:50 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-amd64@FreeBSD.org Date: Tue, 16 Aug 2005 12:00:51 -0400 User-Agent: KMail/1.6.2 References: <20050816121701.74816.qmail@web54306.mail.yahoo.com> <43020508.4090407@samsco.org> <20050816094636.17ce5e3e.kgunders@teamcool.net> In-Reply-To: <20050816094636.17ce5e3e.kgunders@teamcool.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200508161200.54824.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.85.1/1023/Mon Aug 15 16:15:08 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: Hi X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 16:01:11 -0000 On Tuesday 16 August 2005 11:46 am, Ken Gunderson wrote: > On Tue, 16 Aug 2005 11:23:52 -0400 > > Scott Long wrote: > > No. Apparently the latest X11 DRI/DRM code will work with an AGP > > R3xx card, but not a PCI-E R3xx card. I don't know the status > > beyond that. > > Good toknow. Per the radeon manpage > pcie falls back to > pci: > > PCIE -- PCI Express (falls back to PCI at present) > (used only when DRI is enabled) > > So I took that to mean that DRI worked.... Not exactly. PCI fall-back doesn't seem to work well and there are other issues. I am willing to spend more time on this issue but I don't have hardware to test. :-( However, you can try the latest (but experimental) DRM and Xorg. DRM patch: http://people.freebsd.org/~jkim/drm_vs_fbsd-20050815.diff ports/x11-servers/xorg-server-snap patch: http://people.freebsd.org/~jkim/xorg-server-snap.diff Jung-uk Kim