<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div style="direction: ltr;"><div><br><p><font color="black" face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial; color: black;">
Can I set my TVStandard to HD1080i and
still use S-Video to display to my tv? Could you send me the modeline you
are using for 1080i?</span></font></p></div></div></blockquote><div><br>There is a modeline in my xorg.conf but I don't think it is doing anything. I believe the HD1080i on component overrides it. I am a newbie. What do I know? I can tell you that it is working for me.
<br><br>You can't output 1080i format on S-Video. I have outputted 480i (I just change the two lines from 1080i to 480i) and both 4:3 shows and 16:9 shows worked well on my 4:3 screen. Simply adjusting the aspect ratio in Myth provided a good picture for 1080i. Sounds like you have another problem if 1080i isn't showing up correctly.
<br><br>Here's what is in my xorg.conf:<br>
<p class="MsoPlainText">Section "Device"<br>
<span style=""> </span>Identifier<span style=""> </span>"NVIDIA Corporation NV43 [GeForce 6600]"<br>
<span style=""> </span>Driver<span style=""> </span>"nvidia"<br>
<span style=""> </span>BusID<span style=""> </span>"PCI:1:0:0"<br>
<span style=""> </span>Option "TVStandard"
"HD1080i"<br>
<span style=""></span><span style=""> </span><br>
EndSection<br>
<br>
Section "Monitor"<br>
<span style=""> </span>Identifier<span style=""> </span>"Visual Sensa"<br>
<span style=""> </span>Option<span style=""> </span>"RenderAccel"<span style=""> </span>"True"<br>
<span style=""> </span>Option<span style=""> </span>"DPMS"<br>
<span style=""> </span>HorizSync<span style=""> </span>15-620<br>
<span style=""> </span>VertRefresh<span style=""> </span>15-600<br>
<span style=""></span><span style=""> </span>Modeline "1920x1080"
82.816 1920 2104 2288 2456 1080 1107 1108 1124 interlace +hsync +vsync <br>
EndSection<br>
<br>
Section "Screen"<br>
<span style=""> </span>Identifier<span style=""> </span>"Default Screen"<br>
<span style=""> </span>Device<span style=""> </span>"NVIDIA Corporation NV43 [GeForce 6600]"<br>
<span style=""> </span>Monitor<span style=""> </span>"Visual Sensa"<br>
<span style=""> </span>DefaultDepth<span style=""> </span>24<br>
<br>
<span style=""> </span>SubSection "Display"<br>
<span style=""> </span>Depth<span style=""> </span>24<br>
<span style=""> </span>Modes<span style=""> </span>"1080i"<br>
<span style=""> </span>EndSubSection<br>
</p>
<br></div><br></div>