[mythtv-users] RE: TV-Out with a PNY Gforce 4 MX 440

Richard Baker kingofthecounty at yahoo.com
Sun Jun 13 09:56:59 EDT 2004


I think I posted this in the wrong place before, I
hopefully it works this time

Check out this XF86Config config, it's not complete. 
I think your Device and Monitor sections need a few
changes.



	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
-------------- next part --------------
Section "Monitor"
    Identifier  "ViewSonic P810"
    HorizSync   30-110           # You can't just make these values up. You should get them from
    VertRefresh 50-180           # your monitor's manual (or search google for you monitor's specs)
    # 100 Hz
    Modeline   "1280x1024_v" 190.96 1280 1376 1520 1760 1024 1025 1028 1085  -HSync +Vsync
    # 80 Hz
    Modeline   "1280x1024_s" 149.57 1280 1376 1512 1744 1024 1025 1028 1072  -HSync +Vsync
    # 100 Hz
    Modeline   "800x600_v"   68.18  800 848 936 1072  600 601 604 636  -HSync +Vsync
    # 100 Hz
    Modeline   "1024x768_v"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
    Option	"DPMS"
EndSection

Section "Device"
    Identifier "TwinViewTV"
    VendorName "nvidia"
    Driver "nvidia"
    BusID  "PCI:1:0:0"
    Option "DPMS"
    Option "TwinView"
    Option "IgnoreEDID"               "1"
    Option "UseEdidFreqs"             "0"
    Option "HWCursor"                 "0"
    Option "NvAGP"                    "2"
    Option "SecondMonitorHorizSync"   "30-50"
    Option "SecondMonitorVertRefresh" "60"
    Option "TwinViewOrientation"      "LeftOf"
    Option "MetaModes"                "1280x1024_v,800x600"
    Option "TVOutFormat"	      "COMPOSITE"
    Option "TVStandard"               "NTSC-M"
    Option "ConnectedMonitor"         "crt,TV"
EndSection

Section "Screen"
    Identifier  "TwinViewTV"
    Device      "TwinViewTV"
    Monitor     "ViewSonic P810"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "TwinViewTV"
    Screen	"TwinViewTV"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "blank time"    "10"
    Option "off time"      "20"
EndSection


More information about the mythtv-users mailing list