[ltp] radeon tv-out

Alex Deucher linux-thinkpad@linux-thinkpad.org
Wed, 8 Aug 2007 09:09:10 -0400


On 8/8/07, Robert Svoboda <r080@atlas.cz> wrote:
> * Alex Deucher <alexdeucher@gmail.com> [2007-08-05 22:30]:
> > I've just pushed tv-out support to the radeon randr-1.2
> > branch.  It should in theory support all chips with
> > integrated tv-out.
>
> [...]
>
> Does it mean that tv-out on radeon 7500 (R100) could start
> working?  (I did countless experimetns with atitvout and
> others, still no success)

Yes.  In theory it should work on all radeons with integrated tv out
currently supported by the radeon driver (including yours), although
I've only tested on rv350 (M10) at the moment.  To test it:

# add the mode to the output, only 800x600 supported at the moment
xrandr --addmode S-video 800x600
# turn the output on
xrandr --output S-video --mode 800x600

Alex