[mythtv-users] Re: VOB playback on a PVR-350

Steven White stevew at s2microsolutions.com
Sun Jun 13 11:17:45 EDT 2004


Sorry...I'm using mplayer 1.0pre4-3.3.2.  I installed my system via 
Jarod's guide and have this setup for my PVR-350 in XF86Config:

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      "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:0x0B:5"
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


Steve




More information about the mythtv-users mailing list