<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;">
&gt; You&#39;ll want to setup your device and screen sections similar to this:<br>&gt;<br>&gt; Section &quot;Device&quot;<br>&gt;&nbsp;&nbsp;Identifier &quot;RADEON-TVOut&quot;<br>&gt;&nbsp;&nbsp;Driver &quot;radeon&quot;<br>&gt;&nbsp;&nbsp;Option &quot;AGPMode&quot; &quot;4&quot;
<br>&gt;<br>&gt;&nbsp;&nbsp;Option &quot;AGPFastWrite&quot; &quot;yes&quot;<br>&gt;&nbsp;&nbsp;Option &quot;TVOutput&quot; &quot;NTSC&quot;<br>&gt;&nbsp;&nbsp;Option &quot;IgnoreEDID&quot; &quot;true&quot;<br>&gt;&nbsp;&nbsp;Option &quot;MonitorLayout&quot; &quot;NONE, CRT&quot; #here it is!
<br>&gt;<br>&gt;&nbsp;&nbsp;EndSection<br>&gt;<br>&gt;&nbsp;&nbsp;Section &quot;Monitor&quot;<br>&gt;&nbsp;&nbsp;Identifier &quot;TV Monitor&quot;<br>&gt;&nbsp;&nbsp;HorizSync 30.0 - 40.0<br>&gt;&nbsp;&nbsp;VertRefresh 60<br>&gt;&nbsp;&nbsp;Modeline &quot;800x600&quot; 40.00 800 840 968 1056 600 601 605 628
<br>&gt;<br>&gt;&nbsp;&nbsp;EndSection<br>&gt;<br>&gt;&nbsp;&nbsp;Section &quot;Screen&quot;<br>&gt;&nbsp;&nbsp;Identifier &quot;TV Screen&quot;<br>&gt;&nbsp;&nbsp;Device &quot;RADEON-TVOut&quot;<br>&gt;&nbsp;&nbsp;Monitor &quot;TV Monitor&quot;<br>&gt;&nbsp;&nbsp;DefaultDepth 16<br>
&gt;<br>&gt;&nbsp;&nbsp;SubSection &quot;Display&quot;<br>&gt;&nbsp;&nbsp;Depth 16<br>&gt;&nbsp;&nbsp;Modes &quot;800x600&quot;<br>&gt;&nbsp;&nbsp;EndSubSection<br>&gt;&nbsp;&nbsp;EndSection<br><br>Shawn, thanks for the quick reply and example xorg.conf entries.<br><br><br>
<br>Other than trying random values in horizontal and vertical, what else can I try?<br><br>Is there a way to capture the settings from initial boot (when the TV<br>output is clear) and apply them to my xorg file?</blockquote>
<div><br>Denis,<br><br>Going back in&nbsp; the myth-users archives I found a post from me a while ago where I posted my entire xorg.conf.&nbsp; This was my configuration using a regular CRT Tube RCA television with an Nvidia card.&nbsp; Of course you&#39;ll have to modify the driver options to suit your ATI card:&nbsp; 
<br><br><pre>Section &quot;Module&quot;<br>    Load        &quot;dbe&quot;          <br>    <br>    SubSection  &quot;extmod&quot;<br>    EndSubSection<br>    <br>    Load        &quot;type1&quot;<br>    Load        &quot;freetype&quot;
<br>    Load        &quot;glx&quot;<br>EndSection<br><br>Section &quot;Files&quot;<br>    RgbPath        &quot;/usr/X11R6/lib/X11/rgb&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/local/&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/misc/&quot;
<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/75dpi/:unscaled&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/100dpi/:unscaled&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/Type1/&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/CID/&quot;
<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/Speedo/&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/75dpi/&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/100dpi/&quot;<br>    FontPath   &quot;/usr/X11R6/lib/X11/fonts/cyrillic/&quot;
<br>EndSection<br><br>Section &quot;ServerFlags&quot;<br><br><br>EndSection<br><br>Section &quot;Extensions&quot;<br>#Option &quot;Composite&quot; &quot;Enable&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>
    Identifier        &quot;Keyboard&quot;<br>    Driver        &quot;kbd&quot;<br>EndSection<br><br>Section &quot;InputDevice&quot;<br>    Identifier        &quot;Mouse&quot;<br>    Driver        &quot;mouse&quot;<br>    Option &quot;Protocol&quot;    &quot;IMPS/2&quot;
<br>    Option &quot;Device&quot;      &quot;/dev/mouse&quot;<br>    Option &quot;ZAxisMapping&quot; &quot;4 5&quot;<br>    Option &quot;Resolution&quot; &quot;1600&quot;<br>EndSection<br><br>Section &quot;Monitor&quot;<br>
    Identifier &quot;RCA&quot;<br>    HorizSync 30-50<br>    VertRefresh 60<br>EndSection<br><br>Section &quot;Monitor&quot;<br>    Identifier  &quot;Acer&quot;<br>    HorizSync   22-82<br>    VertRefresh 56-76<br>EndSection
<br><br>Section &quot;Device&quot;<br>    Identifier  &quot;NVidia 5500&quot;<br>    Driver      &quot;nvidia&quot;<br>    Option      &quot;NoLogo&quot; &quot;1&quot;<br>    Option      &quot;RenderAccel&quot; &quot;1&quot;
<br>    Option      &quot;HWCursor&quot; &quot;1&quot;<br>    Option      &quot;CursorShadow&quot; &quot;1&quot;<br>    Option      &quot;AllowGLXWithComposite&quot; &quot;1&quot;<br>EndSection<br><br><br># TV Screen Setup
<br>Section &quot;Screen&quot;<br>    Identifier  &quot;TV&quot;<br>    Device      &quot;NVidia 5500&quot;<br>    Monitor     &quot;RCA&quot;<br>    Option      &quot;ConnectedMonitor&quot; &quot;TV&quot;<br>    Option      &quot;TVStandard&quot;       &quot;NTSC-M&quot;
<br>    Option      &quot;TVOutFormat&quot;      &quot;SVIDEO&quot;<br>    Option      &quot;TVOverScan&quot;       &quot;1.0&quot;<br>    DefaultDepth 24<br>    Subsection &quot;Display&quot;<br>        Depth 24<br>        Modes &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;
<br>    EndSubsection<br>EndSection<br><br>Section &quot;Screen&quot;<br>    Identifier  &quot;LCD&quot;<br>    Device      &quot;NVidia 5500&quot;<br>    Monitor     &quot;Acer&quot;<br>    DefaultDepth 24<br>#   DefaultDepth 32
<br>    Subsection &quot;Display&quot;<br>        Depth       24<br>        Modes &quot;1280x1024&quot; &quot;1152x864&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>    EndSubsection<br>    Subsection &quot;Display&quot;
<br>        Depth       32<br>        Modes &quot;1280x1024&quot; &quot;1152x864&quot; &quot;1024x768&quot; &quot;800x600&quot; &quot;640x480&quot;<br>    EndSubsection<br>EndSection<br><br>Section &quot;ServerLayout&quot;
<br>    Identifier  &quot;Simple Layout&quot;<br>    Screen &quot;LCD&quot;<br>    InputDevice &quot;Mouse&quot; &quot;CorePointer&quot;<br>    InputDevice &quot;Keyboard&quot; &quot;CoreKeyboard&quot;<br>EndSection<br><br>
Taken from: <a href="http://www.mythtv.org/pipermail/mythtv-users/2006-March/127849.html">http://www.mythtv.org/pipermail/mythtv-users/2006-March/127849.html</a><br><br>There might be a slight difference in the way that I ran my distro, I didn&#39;t use a login manager such as GDM or KDM when booting into X.
<br><br>Most of the time when I needed to switch over to the TV-Output I would change the &quot;Screen&quot; directive under &quot;ServerLayout&quot; to &quot;TV&quot; <br>instead of &quot;LCD&quot; and restart the X Server.
<br><br>Hope this helps.<br><br>-Shawn<br><br></pre><br></div><br></div><br>