[mythtv-users] Black and white tv output

Richard J. Finn rfinn at blueclaw.net
Mon Jun 14 11:43:23 EDT 2004


	I don't know about the RenderAccel option, but this is what I ended up 
using after much trial and error with geforce:

Section "Device"
         Identifier  "Videocard0"
         Driver      "nvidia"
         VendorName  "Videocard vendor"
         BoardName   "NVIDIA GeForce 4 MX (generic)"
         VideoRam    32768

         Option "NvAGP" "1"
         Option "NoLogo" "1"
         Option "IgnoreEDID" "1"
         Option "TwinView"
         Option "TwinViewOrientation" "Clone"
         Option "SecondMonitorHorizSync"     "30-50"
         Option "SecondMonitorVertRefresh"   "60"
         Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 
640x480, 640x4
80;"
         Option "ConnectedMonitor" "TV"
         Option "TVStandard" "NTSC-M"
         Option "TVOutFormat" "SVIDEO"
EndSection

Section "Screen"
         Identifier "Screen0"
         Device     "Videocard0"
         Monitor    "Monitor0"
         DefaultDepth     24
         SubSection "Display"
                 Depth     1
         EndSubSection
         SubSection "Display"
                 Depth     4
         EndSubSection
         SubSection "Display"
                 Depth     8
         EndSubSection
         SubSection "Display"
                 Depth     15
         EndSubSection
         SubSection "Display"
                 Depth     16
         EndSubSection
         SubSection "Display"
                 Depth     24
                 Modes    "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

	Comment out all DRI stuff.

	On the PVR side, make sure that you run the firmware upgrade and 
compile the lastest driver into your kernel.  You can verify that the 
problem lies with your PVR over your graphics card by plugging in a 
monitor and seeing what it looks like.

pete wrote:

> 
> 
> Robert, That's almost exactly what I have now.
> I'm thinking it's on the pvr-250 side and not the geforce.
> 
> Although, i wasn't using "RenderAccel"  I'll add that.
> 
> 


-- 
Richie Finn
rfinn at blueclaw.net

======================================================================
The Boulder Pledge: "Under no circumstances will I ever purchase 
anything offered to me as the result of an unsolicited email message. 
Nor will I forward chain letters, petitions, mass mailings, or virus 
warnings to large numbers of others. This is my contribution to the 
survival of the online community."
======================================================================


More information about the mythtv-users mailing list