From owner-freebsd-x11@FreeBSD.ORG Mon Mar 9 16:43:32 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA6A410657A2; Mon, 9 Mar 2009 16:43:32 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 616D48FC14; Mon, 9 Mar 2009 16:43:32 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.18] (helo=8.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #76) id 1LgiZf-0002kM-40; Mon, 09 Mar 2009 17:43:31 +0100 Received: from tc7b5.t.pppool.de ([89.55.199.181]:53268 helo=ernst.jennejohn.org) by 8.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #76) id 1LgiZe-0001qB-SQ; Mon, 09 Mar 2009 17:43:31 +0100 Date: Mon, 9 Mar 2009 17:43:29 +0100 From: Gary Jennejohn To: Robert Huff Message-ID: <20090309174329.1c02dd64@ernst.jennejohn.org> In-Reply-To: <18869.16614.1547.140164@jerusalem.litteratus.org> References: <1236372641.1671.11.camel@balrog.2hip.net> <18869.10411.538031.500651@jerusalem.litteratus.org> <20090309170833.42069a98@ernst.jennejohn.org> <18869.16614.1547.140164@jerusalem.litteratus.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-x11 , freebsd-current Subject: Re: [HEADS UP] Radeon r6/7xx drm code to be committed X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 16:43:34 -0000 On Mon, 9 Mar 2009 12:16:38 -0400 Robert Huff wrote: > > Gary Jennejohn writes: > > > > > This should work on pretty much all Radeon r600+ cards (and the older > > > > stuff as well). With the appropriate X drivers, you should get EXA > > > > accelleration and Xv. 3d is not available yet, afaik. > > > > > > > This is kernel code and has nothing directly to do with ports. > > Let me be more specific. > Assuming I'm using a 3850, which I believe is the RV670 > chipset, is there anything I will need to change in xorg.conf (or > elsewhere) to take advantage of/not break the new code? > I have an RS780 and added these lines to the Device section (where the driver is loaded): Option "DRI" Option "AccelMethod" "exa" I'm using radeonhd-devel. You may need to to use other settings depending on the driver. --- Gary Jennejohn