Linux S-video output on Mobility Radeon 7500

25 September 2008

For ages, I have been trying to get S-video output on my Mobility Radeon 7500 (driver radeon) in Linux with no success.

From some initial Googling, I nearly died when I found out I’d have to compile some GATOS driver to get some form of TV-out. Today, however, I stumbled across a set of three commands that worked for me with no such recompiling necessary:

xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600
xrandr --output S-video --set tv_standard pal 

Those instructions only apply to RandR 1.2–powered boxes (i.e. Ubuntu 8.04 and above) — if you have an earlier version, I have no idea what to do. Upgrade.

The above code will set your TV-out to 800⨯600. For some reason, 640⨯480 does not work for me.

12 replies

Leave a reply