Add Me!Close Menu Navigation

Hi, I'm Alfredo Matos, a research engineer, programmer and entrepreneur from Portugal. This is my old (and closed) blog. It exists only as an archive. For more information head over to alfredomatos.com or follow me on twitter.

Add Me!Open Categories Menu

RadeonHD on Ubuntu Gutsy

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.

Posted By alfmatos

One Response to “RadeonHD on Ubuntu Gutsy”

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

About Me

Hi, I'm Alfredo Matos. I'm a research engineer from Portugal, with a passion for inventing new things and working on future technologies. I'm also a programmer and entrepreneur. For more information check out my main website alfredomatos.com.