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 "800x600"; removing.<br>
(WW) NVIDIA(0):<br>
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode<br>
(WW) NVIDIA(0): "nvidia-auto-select".<br>
(WW) NVIDIA(0):<br>
(II) NVIDIA(0): Validated modes:<br>
(II) NVIDIA(0): "nvidia-auto-select"<br>
(II) NVIDIA(0): Virtual screen size determined to be 800 x 600</p>
<p>selected xorg.conf:</p>
<p>Section "ServerLayout"<br>
Identifier "Default Layout"<br>
Screen 0 "Screen0" 0 0<br>
InputDevice "Mouse0" "CorePointer"<br>
InputDevice "Keyboard0" "CoreKeyboard"<br>
EndSection</p>
<p>Section "Files"<br>
# RgbPath is the location of the RGB database. Note, this is the name of the<br>
# file minus the extension (like ".txt" or ".db"). 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 "/usr/X11R6/lib/X11/rgb"<br>
FontPath "unix/:7100"<br>
EndSection</p>
<p>Section "Module"<br>
Load "dbe"<br>
Load "extmod"<br>
Load "fbdevhw"<br>
Load "glx"<br>
Load "record"<br>
Load "freetype"<br>
Load "type1"<br>
Load "v4l"<br>
#Load "dri"<br>
EndSection</p>
<p>Section "Device"<br>
Identifier "Videocard0"<br>
Driver "nvidia"<br>
VendorName "Videocard vendor"<br>
BoardName "NVIDIA GeForce"<br>
#Option "TwinView"<br>
#Option "TwinViewOrientation" "Clone"<br>
Option "ConnectedMonitor" "TV-0"<br>
#Option "SecondMonitorHorizSync" "30-50"<br>
#Option "SecondMonitorVertRefresh" "60"<br>
Option "TVStandard" "NTSC-M"<br>
Option "TVOutFormat" "SVIDEO"<br>
Option "TVOverScan" "0.6"<br>
Option "MetaModes" "800x600"<br>
EndSection</p>
<p>Section "Screen"<br>
Identifier "Screen0"<br>
Device "Videocard0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
SubSection "Display"<br>
Depth 24<br>
Modes "800x600_60"<br>
EndSubSection<br>
EndSection</p>
<p>I commneted out twinview and Horizontal as xorg log said it didn't
recognize them for my card and driver didn't understand respectively...</p>