From owner-freebsd-x11@FreeBSD.ORG Fri Feb 27 23:17:05 2009 Return-Path: Delivered-To: freebsd-x11@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 5601F106564A; Fri, 27 Feb 2009 23:17:05 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-x11@FreeBSD.org Date: Fri, 27 Feb 2009 18:16:49 -0500 User-Agent: KMail/1.6.2 References: <1235440484.1273.7.camel@widget.2hip.net> In-Reply-To: <1235440484.1273.7.camel@widget.2hip.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200902271816.57919.jkim@FreeBSD.org> Cc: Subject: Re: Today's Radeon r6/7xx drm 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, 27 Feb 2009 23:17:05 -0000 On Monday 23 February 2009 08:54 pm, Robert Noland wrote: > So after I cut the patch last night, rs600 (x1200) support was > added today... New patch: > >http://people.freebsd.org/~rnoland/radeon-r6-7xx-support-022309.patch r6xx-r7xx branches are merged to head on freedesktop.org git. Now you can test and/or use EXA/Xv acceleration with the DRM. FYI, I made a temporary ports to update x11-drivers/xf86-video-radeonhd-devel and you can get it from here: http://people.freebsd.org/~jkim/xf86-video-radeonhd-devel.diff If you prefer xf86-video-ati, you can use the following temporary ports instead: http://people.freebsd.org/~jkim/xf86-video-ati-devel.tar.bz2 To turn on the features, you need the following two lines in Device section of /etc/xorg.conf: Option "DRI" "true" Option "AccelMethod" "EXA" Cheers, Jung-uk Kim