ATI HD 2900XT With Open-Source Radeon Driver

Published on November 20, 2007
Written by Michael Larabel
Page 1 of 1
Discuss This Article

Back in September when the RadeonHD Linux driver was finally introduced, it offered support for both the R500 and R600 series. On the first day of the driver's availability, we couldn't help but to use the RadeonHD with the 2900XT, which has been ATI's flagship graphics card. While this xf86-video-radeonhd driver still doesn't support 3D, it was a glorious sight seeing an open-source driver working with this high-end ATI graphics card. Today David Airlie announced that the Radeon driver would be supporting the ATI R500/600 series (the announcement). David Airlie and Alex Deucher had been working on an AtomBIOS branch of the Radeon driver in xf86-video-ati, and this morning it finally went public.

3D support will hopefully be coming soon for the R500 series with the Radeon driver, while so far they have XAA/EXA and RandR 1.2 working with these new ATI GPU families. The Radeon HD 2000 series will also have 3D support through the Radeon driver but it will come later as the R600 3D engine is an entirely different beast. However, the great news to report today is that the xf86-video-ati driver is functioning with the ATI Radeon HD 2900XT! Alas no 3D support or anything, but the R600 graphics card is detected and functioning with this new AtomBIOS driver branch.

If you want to try out the Radeon graphics driver with your R500 or R600 graphics card, below are the steps. These steps are similar to the installation instructions for installing the RadeonHD driver. The xf86-video-ati testing with the ATI 2900XT was done using Ubuntu 7.10 "Gutsy Gibbon". Once the AtomBIOS support enters the master branch (though not for a while), the "git-checkout" step will no longer be needed.

sudo apt-get install build-essential git-core configure-debian automake autoconf xorg-dev libtool libpciaccess-dev libdrm-dev mesa-common-dev

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

cd xf86-video-ati/

git-checkout origin/atombios-support

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

After that, until Composite/AIGLX is supported, you need to disable them in your /etc/X11/xorg.conf. In the device section of your xorg.conf you need to set the driver to radeon. Following all of this, restart X and it should be working. If you're using an R500 GPU, you can also check out r500-support from DRM.

Section "Extensions"
Option "Composite" "Off"
EndSection

Section "ServerFlags"
Option "AIGLX" "Off"
EndSection

If you run into problems or would like to share your experiences with either the Radeon or RadeonHD drivers, be sure to stop by the Phoronix Forums.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.

Latest Hardware Reviews
  1. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. Intel Linux OpenGL Driver Leading Over Apple OS X
  2. The Cost Of Ubuntu Disk Encryption
  3. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  4. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
Latest Linux News
  1. Phoronix Test Suite 4.6.0 "Utsira" Released
  2. New Intel X.Org Driver Supports All Of Haswell
  3. SQLite Now Faster With Memory Mapped I/O
  4. Microsoft Releases Skype For Linux 4.2, Has Bug-Fixes
  5. Qt For Tizen Launches, Based On Qt 5.1
  6. KTAP Released For Linux Kernel Dynamic Tracing
  7. Linux 3.10-rc2 Kernel Takes In A Few Extra Pulls
  8. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  9. Handbrake 0.9.9 Supports OpenCL Offloading
  10. Freedreno Gallium3D Now Banging The Adreno A3XX
  11. Jolla Announces Their First Phone
Latest Forum Talk
  1. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  2. New Intel X.Org Driver Supports All Of Haswell
  3. Intel Linux OpenGL Driver Leading Over Apple OS X
  4. Modern Intel Gallium3D Driver Still Being Toyed...
  5. Microsoft Releases Skype For Linux 4.2, Has...
  6. Jolla Announces Their First Phone
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite