RadeonHD on Ubuntu Gutsy

Posted on November 1st, 2007 at 20:11 in Linux

Just an update on a previous post, since the radeonhd driver is already in a usable state. This is a short, to the point tutorial of how to get the new radeonHD on Ubuntu Gutsy.

Get the necessary build tools:

sudo apt install build-essential autoconf automake libtool git-core

Checkout the code:

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

Get the driver dependencies:

sudo apt-get install  x11proto-fonts-dev x11proto-randr-dev x11proto-video-dev \
x11proto-xext-dev x11proto-render-devxserver-xorg-dev

Go into radeonhd dir:

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

Now put “radeonhd” on the driver option in the your device entry in /etc/X11/xorg.conf. If it doesn’t work properly, remove all monitor related entries from xorg.conf . That means both monitor entries and the monitor stuff in the screen sections.

That’s it. Enjoy your open source driver.

One Response to “RadeonHD on Ubuntu Gutsy”

  1. digitalself.org » RadeonHD (git) on Ubuntu hardy with dri (3d) support - Alfredo Matos Homepage said on June 17th, 2008 at 22:06 :

    [...] from the git repo, and does not include the dri extensions. This is an update on previous posts for gutsy and [...]

Leave a Reply