Open-Source ATI Driver Gets TV-Out Support

Written by Michael Larabel in Display Drivers on 15 August 2007 at 08:11 AM EDT. Page 1 of 1. 44 Comments.

Thanks to recent commits in the RandR 1.2 branch for the open-source X.Org Radeon driver, it's now possible to use S-Video and composite TV output on your ATI graphics card without any patches. This is not limited to the R200 series but will also work with the R300 series and theoretically any graphics card supported by the xf86-video-ati driver. In this guide have outlined the instructions for enabling TV output support from the Radeon driver git code as well as some of the current limitations.

The commits in the RandR 1.2 branch earlier this month by Alex Deucher brought in initial TV-Out support (as a result of GATOS relicensing its code). However, some of the initial limitations include only 800 x 600 resolution supported, composite and S-Video support with no component support, and no TV-Out detection support. Below are the basic steps needed to checkout the xf86-video-ati driver from the randr-1.2 branch and then to build and install the driver. X server 1.3 is also needed with the standard X development libraries.

git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
cd xf86-video-ati
git checkout origin/randr-1.2
./autogen.sh --prefix=/usr/
make
make install

You may also need to build xrandr from git.

git-clone git://anongit.freedesktop.org/git/xorg/app/xrandr
cd xrandr
./autogen.sh --prefix=/usr/
make
make install

As the Radeon code at the time of publishing this guide doesn't allow for TV-out detection, you need to force it manually. Likewise, 800 x 600 is the only resolution currently supported.

xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600

If all went well you should have TV out support working. It's that easy!

For our purposes we had used a Lenovo ThinkPad R52 notebook with a Mobility Radeon X300 64MB graphics card using the S-Video out. The Linux distribution used was Fedora 7 with X server 1.3 and the Linux 2.6.22.1 kernel.

This TV-Out support with the open-source Radeon driver is very preliminary but it is terrific to see that progress is being made and even for the R300 series. When additional progress is made with the driver we will be sure to pass along additional information. You can subscribe to our RSS feed and be sure to stop by the Phoronix Forums if you run into any technical problems or have questions on TV-Out for the xf86-video-ati driver.

If you enjoyed this article consider joining Phoronix Premium to view this site ad-free, multi-page articles on a single page, and other benefits. PayPal or Stripe tips are also graciously accepted. Thanks for your support.


Related Articles
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.