[ltp] Re: radeon tv-out

Alex Deucher linux-thinkpad@linux-thinkpad.org
Tue, 14 Aug 2007 12:10:10 -0400


On 8/14/07, Marcus Klemm <marcus.klemm@googlemail.com> wrote:
> Is it possible to use this new tv-out in a dual -head-like setup?

yes.
xrandr --addmode S-video 800x600
xrandr --output S-video --mode 800x600
xrandr --output S-video --right-of LVDS or VGA-0 etc.

the default max desktop size it 1600x1200 in the radeon driver so you
want to make it bigger have to add a Virtual line to the screen
section of your config, e.g.,
Virtual 2048 1200
Make it how however big you need.

Alex