radeonhd:r6xx_r7xx_branch'''experimental'''

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is 2 + 4

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"