radeonhd:r6xx_r7xx_branch'''experimental'''

r6xx-r7xx-branch

Here are some instructions in order to try out the experimental branch.

Current status is :

* It should provide EXA acceleration, Xv acceleration.

* AGP cards are not working at the moment.

* fonts don't display properly

how to build

   git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd
   git clone git://anongit.freedesktop.org/mesa/drm

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

   cd drm/linux-core
   make radeon.ko drm.ko
   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.

   ./autogen.sh --prefix=/usr
   make
   sudo make install

        Option      "AccelMethod" "exa" # default shadowfb
        Option      "DRI" "on"