From owner-freebsd-x11@FreeBSD.ORG Fri Oct 5 17:25:33 2007 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D496F16A41B; Fri, 5 Oct 2007 17:25:33 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from b.mx.visualtech.com (smtp.visualtech.com [208.16.19.9]) by mx1.freebsd.org (Postfix) with ESMTP id 95C8613C469; Fri, 5 Oct 2007 17:25:33 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from camaris (fw.visualtech.com [208.16.19.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by b.mx.visualtech.com (Postfix) with ESMTP id 91A1448448; Fri, 5 Oct 2007 13:30:47 -0400 (EDT) From: Adam K Kirchhoff To: freebsd-x11@freebsd.org, cokane@freebsd.org Date: Fri, 5 Oct 2007 13:25:03 -0400 User-Agent: KMail/1.9.6 References: <47066CA0.1090507@FreeBSD.org> In-Reply-To: <47066CA0.1090507@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710051325.04006.adamk@voicenet.com> Cc: x11@freebsd.org Subject: Re: RadeonHD driver on FreeBSD/amd64? 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: Fri, 05 Oct 2007 17:25:33 -0000 On Friday 05 October 2007 12:56:00 Coleman Kane wrote: > Hi, > > I am curious if anybody has had success w/ a RadeonHD card on > FreeBSD/amd64. > > I tried building the HEAD git rev. and it bombed on me. The attached > patch fixed the problem (a conflict with typedefs in stdint.h) for me. I > might be in the market for a new laptop soon and I am looking at the > Turion64 X2 w/ Radeon HD. > > For those who are interested to test it out, you can grab the driver by: > git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-radeonhd > > Not sure what the status of DRI support for this card is... > > -- > Coleman Kane I tried the driver the day after it was first added to freedesktop git. It failed on my x1300 under both FreeBSD and Linux (though, according to the dev who looked at both Xorg log files, there was a separate problem running it under FreeBSD). I don't know if it would work now, but I might be able to give it another shot this weekend. As for DRI support. There is none. AMD has not released any 3D specifications for these cards yet (though they should be coming soon). Actually, the DRI developers think the 3D engine for r500 cards (such as the x1300) is very similar to the 3D part of the r300 cards. r600 cards (such as the new HD cards) have a significantly different 3D engine. Adam