<DIV>There have been a few posts in the past (Jan - Can't get good signal to TV )<STRONG> </STRONG> describing problems running mythtv to the TVOut on the STB Velocity 4400 card (16MB with TV). I'm experimenting with this and am having some/similar configuration issues. The funny thing is that when connected to our TV using the yellow RCA cable (composite) the video looks OK during linux boot. The Fedora graphical login, the TV signal is not synced and the picture is rolling and sliced diagonal. The rest of linux X does not display properly.</DIV>
<DIV> </DIV>
<DIV>I've installed nvidia drivers 4363, per the groups recommendations. </DIV>
<DIV> </DIV>
<DIV>My XConfig file is below. I've tried random settings on TVOverScan and RenderAccel. I have not considered nvtv since this appears to work and looks like just some XConfig settings. I've also tried with only the TV connected, both TV and monitor connected, etc. </DIV>
<DIV> </DIV>
<DIV>It looks like this is close to working. Any suggestions on what I should change or try? I appreciate your help - thank you,</DIV>
<DIV>Don</DIV>
<DIV><BR># XFree86 4 configuration created by pyxf86config</DIV>
<DIV>Section "ServerLayout"<BR> Identifier "Default Layout"<BR> Screen 0 "Screen0" 0 0<BR> InputDevice "Mouse0" "CorePointer"<BR> InputDevice "Keyboard0" "CoreKeyboard"<BR> InputDevice "DevInputMice" "AlwaysCore"<BR>EndSection</DIV>
<DIV>Section "Files"</DIV>
<DIV># 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.<BR># 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.<BR> RgbPath "/usr/X11R6/lib/X11/rgb"<BR> ModulePath "/usr/X11R6/lib/modules/extensions/nvidia"<BR> ModulePath "/usr/X11R6/lib/modules/extensions"<BR> ModulePath "/usr/X11R6/lib/modules"<BR> FontPath "unix/:7100"<BR>EndSection</DIV>
<DIV>Section "Module"<BR> Load "v4l"<BR> Load "dbe"<BR> Load "extmod"<BR> Load "fbdevhw"<BR> Load "glx"<BR> Load "record"<BR> Load "freetype"<BR> Load "type1"<BR>EndSection</DIV>
<DIV>Section "InputDevice"</DIV>
<DIV> Identifier "Keyboard0"<BR> Driver "keyboard"<BR> Option "XkbRules" "xfree86"<BR> Option "XkbModel" "pc105"<BR> Option "XkbLayout" "us"<BR>EndSection</DIV>
<DIV>Section "InputDevice"<BR> Identifier "Mouse0"<BR> Driver "mouse"<BR> Option "Protocol" "IMPS/2"<BR> Option "Device" "/dev/psaux"<BR> Option "ZAxisMapping" "4 5"<BR> Option "Emulate3Buttons" "no"<BR>EndSection</DIV>
<DIV>Section "InputDevice"</DIV>
<DIV># If the normal CorePointer mouse is not a USB mouse then<BR># this input device can be used in AlwaysCore mode to let you<BR># also use USB mice at the same time.<BR> Identifier "DevInputMice"<BR> Driver "mouse"<BR> Option "Protocol" "IMPS/2"<BR> Option "Device" "/dev/input/mice"<BR> Option "ZAxisMapping" "4 5"<BR> Option "Emulate3Buttons" "no"<BR>EndSection</DIV>
<DIV>Section "Monitor"<BR> Identifier "Monitor0"<BR> VendorName "Monitor Vendor"<BR> ModelName "Unprobed Monitor"<BR> HorizSync 31.5 - 37.9<BR> VertRefresh 50.0 - 70.0<BR> Option "dpms"<BR>EndSection</DIV>
<DIV>Section "Device"<BR> Identifier "Videocard0"<BR> Driver "nvidia"<BR> VendorName "Videocard vendor"<BR> BoardName "RIVA TNT"<BR>#Option "RenderAccel" "1"<BR> # TV Out Setup<BR> Option "TVStandard" "NTSC-M"<BR> Option "ConnectedMonitor" "TV"<BR> Option "TVOutFormat" "COMPOSITE"<BR> Option "TVOverScan" "0.0"<BR>EndSection</DIV>
<DIV>Section "Screen"<BR> Identifier "Screen0"<BR> Device "Videocard0"<BR> Monitor "Monitor0"<BR> DefaultDepth 24<BR> SubSection "Display"<BR> Depth 24<BR> Modes "800x600" "640x480"<BR> EndSubSection<BR>EndSection</DIV>
<DIV>Section "DRI"<BR> Group 0<BR> Mode 0666<BR>EndSection</DIV>
<DIV> </DIV>