So I can pump video captures (mpg or live from /dev/video0) manually, dd,  out the TV Out.

 

I try to bring up X through the TV Out and no luck, I seem to get a bunch of lines and color. The image is fixed, no motion or changes.

 

I have tried many variations on the xorg.conf

 

Anybody have suggestions?

 

 
Section "Monitor"
        Identifier  "NTSC Monitor"
        HorizSync  30-68
        VertRefresh 50-120
        Mode "720x480"
          # D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
          DotClock 34.564
          HTimings 720 752 840 928
          VTimings 480 484 488 504
          Flags    "-HSync" "-VSync"
        EndMode
EndSection

 

Section "Device"
        Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver      "ivtvdev"
        #Driver      "fbdev"
 
        ### change fb0 to whatever your card grabbed
        Option      "fbdev" "/dev/fb0"
 
        ### change the BusID to whatever is reported by lspci, specify it as hex.
        BusID "0:09:0"
EndSection
 
 
Section "Screen"
        Identifier  "Screen0"
        Device      "Hauppauge PVR 350 iTVC15 Framebuffer"
        Monitor     "NTSC Monitor"
        DefaultDepth 24
        DefaultFbbpp 32
        Subsection "Display"
          Depth 24
          FbBpp 32
          Modes "720x480"
        EndSubsection
EndSection
 

-r

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to