Open-Source ATI Driver Gets TV-Out Support

Published on August 15, 2007
Written by Michael Larabel
Page 1 of 1
Discuss This Article

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.

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. The Cost Of Ubuntu Disk Encryption
  2. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  3. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  4. F2FS File-System Shows Regressions On Linux 3.10
Latest Linux News
  1. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  2. Handbrake 0.9.9 Supports OpenCL Offloading
  3. Freedreno Gallium3D Now Banging The Adreno A3XX
  4. Jolla Announces Their First Phone
  5. Mageia 3 Released, Still Using Legacy GRUB
  6. NetBSD 6.1 Brings In More Features
  7. Using Six Monitors With AMD's Open-Source Linux Driver
  8. Benchmarking The Intel P-State, CPUfreq Changes
  9. FreeBSD Still Working On Next-Gen Package Manager
  10. DNF Still Advancing As Experimental Yum For Fedora
  11. Logitech Begins Supporting Linux Users
Latest Forum Talk
  1. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  2. Sumo Lounge Emperor
  3. FreeBSD Still Working On Next-Gen Package Manager
  4. Plymouth Planned For Ubuntu 9.10 Integration
  5. Ubuntu To Look At Replacing Firefox With Chromium
  6. Mageia 3 Released, Still Using Legacy GRUB
  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