I am having problems with GF 3 Ti 200 outputting to TV. Using nvidia
9631... Basically, cannot seem to get xorg.conf setup right for this
old card and driver...
<p>selected xorg log:</p>
<p>X Window System Version 7.1.1<br>
Release Date: 12 May 2006<br>
X Protocol Version 11, Revision 0, Release 7.1.1<br>
Build Operating System: Linux 2.6.9-42.0.8.ELsmp i686 Red Hat, Inc.<br>
Current Operating System: Linux localhost.localdomain 2.6.20-1.2944.fc6 #1 SMP Tue Apr 10 18:46:45 EDT 2007 i686<br>
Build Date: 08 April 2007<br>
Build ID: xorg-x11-server 1.1.1-47.8.fc6<br>
        Before reporting problems, check <a href="http://wiki.x.org/">http://wiki.x.org</a><br>
        to make sure that you have the latest version.<br>
Module Loader present</p>
<p>...</p>
<p>(II) NVIDIA(0): NVIDIA GPU GeForce3 Ti 200 at PCI:2:0:0 (GPU-0)<br>
(--) NVIDIA(0): Memory: 65536 kBytes<br>
(--) NVIDIA(0): VideoBIOS: 03.20.00.20.04<br>
(II) NVIDIA(0): Detected AGP rate: 4X<br>
(--) NVIDIA(0): Interlaced video modes are not supported on this GPU<br>
(--) NVIDIA(0): Connected display device(s) on GeForce3 Ti 200 at PCI:2:0:0:<br>
(--) NVIDIA(0):     (null) TV Encoder (TV-0)<br>
(--) NVIDIA(0): (null) TV Encoder (TV-0): 165.0 MHz maximum pixel clock<br>
(--) NVIDIA(0): TV encoder: (null)<br>
(II) NVIDIA(0): Assigned Display Device: TV-0<br>
(WW) NVIDIA(0): No valid modes for &quot;800x600&quot;; removing.<br>
(WW) NVIDIA(0):<br>
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode<br>
(WW) NVIDIA(0):     &quot;nvidia-auto-select&quot;.<br>
(WW) NVIDIA(0):<br>
(II) NVIDIA(0): Validated modes:<br>
(II) NVIDIA(0):     &quot;nvidia-auto-select&quot;<br>
(II) NVIDIA(0): Virtual screen size determined to be 800 x 600</p>
<p>selected xorg.conf:</p>
<p>Section &quot;ServerLayout&quot;<br>
        Identifier     &quot;Default Layout&quot;<br>
        Screen      0  &quot;Screen0&quot; 0 0<br>
        InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
        InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
EndSection</p>
<p>Section &quot;Files&quot;<br>
# RgbPath is the location of the RGB database.  Note, this is the name of the<br>
# file minus the extension (like &quot;.txt&quot; or &quot;.db&quot;).  There is normally<br>
# no need to change the default.</p>
<p># Multiple FontPath entries are allowed (they are concatenated together)<br>
# By default, Red Hat 6.0 and later now use a font server independent of<br>
# the X server to render fonts.</p>
<p>        RgbPath      &quot;/usr/X11R6/lib/X11/rgb&quot;<br>
        FontPath     &quot;unix/:7100&quot;<br>
EndSection</p>
<p>Section &quot;Module&quot;<br>
        Load  &quot;dbe&quot;<br>
        Load  &quot;extmod&quot;<br>
        Load  &quot;fbdevhw&quot;<br>
        Load  &quot;glx&quot;<br>
        Load  &quot;record&quot;<br>
        Load  &quot;freetype&quot;<br>
        Load  &quot;type1&quot;<br>
        Load  &quot;v4l&quot;<br>
        #Load  &quot;dri&quot;<br>
EndSection</p>
<p>Section &quot;Device&quot;<br>
        Identifier  &quot;Videocard0&quot;<br>
        Driver      &quot;nvidia&quot;<br>
        VendorName  &quot;Videocard vendor&quot;<br>
        BoardName   &quot;NVIDIA GeForce&quot;<br>
        #Option     &quot;TwinView&quot;<br>
        #Option     &quot;TwinViewOrientation&quot; &quot;Clone&quot;<br>
        Option      &quot;ConnectedMonitor&quot; &quot;TV-0&quot;<br>
        #Option     &quot;SecondMonitorHorizSync&quot; &quot;30-50&quot;<br>
        #Option     &quot;SecondMonitorVertRefresh&quot; &quot;60&quot;<br>
        Option      &quot;TVStandard&quot; &quot;NTSC-M&quot;<br>
        Option      &quot;TVOutFormat&quot; &quot;SVIDEO&quot;<br>
        Option      &quot;TVOverScan&quot; &quot;0.6&quot;<br>
        Option      &quot;MetaModes&quot; &quot;800x600&quot;<br>
EndSection</p>
<p>Section &quot;Screen&quot;<br>
        Identifier &quot;Screen0&quot;<br>
        Device     &quot;Videocard0&quot;<br>
        Monitor    &quot;Monitor0&quot;<br>
        DefaultDepth     24<br>
        SubSection &quot;Display&quot;<br>
                Depth    24<br>
                Modes    &quot;800x600_60&quot;<br>
        EndSubSection<br>
EndSection</p>
<p>I commneted out twinview and Horizontal as xorg log said it didn&#39;t
recognize them for my card and driver didn&#39;t understand respectively...</p>