Denis,<br><br>You&#39;ll want to setup your device and screen sections similar to this:<br><br><pre>Section &quot;Device&quot;<br>        Identifier      &quot;RADEON-TVOut&quot;<br>        Driver  &quot;radeon&quot;<br>        Option  &quot;AGPMode&quot; &quot;4&quot;
<br>        Option  &quot;AGPFastWrite&quot; &quot;yes&quot;<br>        Option  &quot;TVOutput&quot; &quot;NTSC&quot;<br>        Option  &quot;IgnoreEDID&quot; &quot;true&quot;<br>        Option &quot;MonitorLayout&quot; &quot;NONE, CRT&quot;   #here it is!
<br> EndSection<br><br> Section &quot;Monitor&quot;<br>        Identifier      &quot;TV Monitor&quot;<br>        HorizSync    30.0 - 40.0<br>        VertRefresh  60<br>        Modeline &quot;800x600&quot; 40.00 800 840 968 1056 600 601 605 628
<br> EndSection<br><br> Section &quot;Screen&quot;<br>        Identifier      &quot;TV Screen&quot;<br>        Device          &quot;RADEON-TVOut&quot;<br>        Monitor         &quot;TV Monitor&quot;<br>        DefaultDepth    16
<br>        SubSection &quot;Display&quot;<br>                Depth           16<br>                Modes           &quot;800x600&quot;<br>        EndSubSection<br> EndSection</pre><br>You&#39;ll need to add another monitor (your tv) with the correct vert refresh and horiz sync.&nbsp; You can find this either on the back of the television or in the user manual.
<br><br>Good luck.<br><br>-Shawn<br><br><div><span class="gmail_quote">On 5/6/07, <b class="gmail_sendername">Denis Papathanasiou</b> &lt;<a href="mailto:denis.papathanasiou@gmail.com">denis.papathanasiou@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I&#39;m using the TV-out jack of my ATI Rage card to connect my myth tv<br>machine to my TV screen.
<br><br>It works for the intial boot sequence: I can see the bios information<br>and the initial linux messages messages (uncompressing kernel, etc.)<br>perfectly.<br><br>But when it gets to the X server login screen (I&#39;m using Fedora 6),
<br>the screen image becomes mangled and illegible.<br><br>The default Fedora resolution is 1280x1024 at depth 24 (&quot;millions of<br>colors&quot;, according to system-config-display) which is obviously<br>incompatible with the TV (it&#39;s an NTSC tube, or CRT display).
<br><br>I&#39;ve tried chaging xorg.conf with different resolutions and depth<br>values, but none of them work: I&#39;ve tried 800x600, 640x480, even<br>720×480, which is supposed to be NTSC&#39;s default resolution.<br><br>
Basically, I&#39;d like to set xorg.conf to the same resolution settings<br>the machine uses when first booting.<br><br>So how can I can get X to display in the same way?<br>_______________________________________________
<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br></blockquote></div><br>