From owner-freebsd-x11@FreeBSD.ORG Sat May 8 22:06:37 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 541601065674 for ; Sat, 8 May 2010 22:06:37 +0000 (UTC) (envelope-from akirchhoff135014@comcast.net) Received: from qmta06.emeryville.ca.mail.comcast.net (qmta06.emeryville.ca.mail.comcast.net [76.96.30.56]) by mx1.freebsd.org (Postfix) with ESMTP id 408018FC0A for ; Sat, 8 May 2010 22:06:37 +0000 (UTC) Received: from omta10.emeryville.ca.mail.comcast.net ([76.96.30.28]) by qmta06.emeryville.ca.mail.comcast.net with comcast id F8bF1e0010cQ2SLA69tUf6; Sat, 08 May 2010 21:53:28 +0000 Received: from [192.168.5.101] ([68.45.22.62]) by omta10.emeryville.ca.mail.comcast.net with comcast id F9tP1e0091LNQfY8W9tTP0; Sat, 08 May 2010 21:53:28 +0000 From: Adam K Kirchhoff To: Ivan Voras In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Sat, 08 May 2010 17:53:21 -0400 Message-ID: <1273355601.5386.1.camel@sorrow> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Any chance of 3d on radeon? 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: Sat, 08 May 2010 22:06:37 -0000 On Sat, 2010-05-08 at 23:35 +0200, Ivan Voras wrote: > Hi, > > I've successfully updated my xorg to 7.5 and everything works ok - DRI > is enabled and the whole experience looks faster than before, so a big > thanks for that :) > > I remember reading something about 3D acceleration for Radeons but I > don't know what the status is right now; judging from glxinfo, it's not > there yet for me: > > > glxinfo | grep OpenGL > OpenGL vendor string: Mesa Project > OpenGL renderer string: Software Rasterizer > OpenGL version string: 2.1 Mesa 7.4.4 > OpenGL shading language version string: 1.20 > > This is on 8-stable, amd64, Radeon 3600 (RV635). > > Do I just need to wait some more, or have I misconfigured something here? It's definitely supported on all R100 through R700 GPUs (including yours) in 8-stable when using Mesa 7.6.1 from ports. You're only on Mesa 7.4.4. Make sure you read the relatively recent Mesa entry in /usr/ports/UPDATING so you know what knob to set in /etc/make.conf and then you can update Mesa and libdrm. Adam