<div>Hi,<br></div><div><br></div><div>so is there a chance to get rid of the black strip at the bottom of the TV screen at least?</div><div><br></div><div>Mike</div><br><div class="gmail_quote">On Mon, Oct 11, 2010 at 6:23 PM, Alex Deucher <span dir="ltr"><<a href="mailto:alexdeucher@gmail.com">alexdeucher@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">On Mon, Oct 11, 2010 at 3:31 AM, Satz Klauer <<a href="mailto:satzklauer@googlemail.com">satzklauer@googlemail.com</a>> wrote:<br>
> Hi,<br>
><br>
> I'm using Fedora 13s radeon driver together with a Radeon HD 4350 that has a<br>
> TV-out connector which is connected to a PAL TV set. Within my xorg.conf I<br>
> have set the following additional options but I do not get a real PAL signal<br>
> with PAL resolution out of the card:<br>
> Option "VGAAccess" "FALSE"<br>
> Option "TVDACLoadDetect" "TRUE"<br>
> Option "ForceTVOut" "TRUE"<br>
> Option "TVStandard" "pal"<br>
> Option "DefaultTVDACAdj" "TRUE"<br>
> Option "ATOMTVOut" "TRUE"<br>
><br>
> Unfortunately the Xorg.log tells me that most these options are not used:<br>
> [ 1654.824] (WW) RADEON(0): Color tiling is not yet supported on R600/R700<br>
> [ 1654.925] (WW) RADEON(0): Option "VGAAccess" is not used<br>
> [ 1654.925] (WW) RADEON(0): Option "TVDACLoadDetect" is not used<br>
> [ 1654.925] (WW) RADEON(0): Option "ForceTVOut" is not used<br>
> [ 1654.925] (WW) RADEON(0): Option "DefaultTVDACAdj" is not used<br>
> [ 1654.925] (WW) RADEON(0): Option "ATOMTVOut" is not used<br>
><br>
> And what I get out of the TV connector does not seem to be a real PAL<br>
> signal:<br>
> - I can't use the correct resolution of 720x576, the X-server starts with<br>
> 1024x768 when I set this resolution in section "Screen"<br>
> - I don't get a real overscan picture, when I use a resolution of 800x600<br>
> (which is not really PAL) most parts of this screen are visible, overscan<br>
> does not work<br>
> - I have a small but ugly black strip on bottom of my screen (with a height<br>
> of about 10..20 pixels), where no picture is displayed<br>
> Hacking the display with xvidtune also does not work, it simply does not<br>
> react to any of my changes.<br>
> So how can I really get TV out working on this card?<br>
<br>
</div></div>The card always outputs native PAL or NTSC, etc. timing. The "modes"<br>
provided by xrandr just define the desktop size that is downscaled to<br>
the native tv timing. Changing the mode doesn't change the timing,<br>
only, the desktop size and scaling factor. To adjust the tv settings,<br>
use xrandr, e.g.,<br>
xrandr --output DIN --set "tv standard" pal<br>
To see all the properties for your connectors, run:<br>
xrandr --verbose<br>
<br>
Adjustable over/underscan support has not been implemented with tv-out<br>
at the moment.<br>
<font color="#888888"><br>
Alex<br>
</font><div><div class="h5"><br>
> Mike<br>
><br>
><br>
> _______________________________________________<br>
> xorg-driver-ati mailing list<br>
> <a href="mailto:xorg-driver-ati@lists.x.org">xorg-driver-ati@lists.x.org</a><br>
> <a href="http://lists.x.org/mailman/listinfo/xorg-driver-ati" target="_blank">http://lists.x.org/mailman/listinfo/xorg-driver-ati</a><br>
><br>
><br>
</div></div></blockquote></div><br>