radeon:r6xx_r7xx_branch

r6xx-r7xx-branch

Here are some instructions in order to try out the experimental branch of the kernel drm driver together with a new radeon (also know as ati) X.org driver which utilizes it. The alternative driver, radeonhd, can also utilize the same drm branch for the same features.

The kernel drm driver should currently provide EXA acceleration and Xv acceleration for all Radeon HD 2000 - HD 4000 series.

How to build

The driver is supported automatically in Linux kernel 2.6.30 and newer, in which case the instructions on this page are not needed. Support is also backported to Fedora 11 and Ubuntu 9.04 which have older kernels.

   git clone git://anongit.freedesktop.org/mesa/drm

   git checkout -b r6xx-r7xx-support origin/r6xx-r7xx-support

   cd drm/linux-core
   make radeon.o drm.o
   sudo cp radeon.ko drm.ko /lib/modules/YOUR_KERNEL_VERSION/kernel/drivers/char/drm/

This last path will likely depend upon your linux distribution.