| RecentChanges FindPage HelpContents | ||
![]() |
![]() |
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
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
configure your xorg.conf ; you need at least two options in the Device section :
Option "AccelMethod" "exa" # default shadowfb
Option "DRI" "on"