[mythtv] XF86Config

Harold R. Couch hrc at recipelink.com
Wed Oct 29 12:49:20 EST 2003


Hi Everyone,

            Could someone who is using the PVR-350 please post there
XF86Config file, I can't get the svideo out working. I think I have my
XF86Config

setup right. This is a piece of what it looks like..

 

Thanks..

 

 

 Section "ServerLayout"

        Identifier      "Default Layout"

        Screen 0        "Screen0" 0 0

        Screen 1        "TV Screen" RightOf "Screen0"  # << (TV screen)

        InputDevice     "Mouse0" "CorePointer"

        InputDevice     "Keyboard0" "CoreKeyboard"

        InputDevice     "DevInputMice" "AlwaysCore"

EndSection

 

ection "Module"

        Load  "dbe"

        Load  "extmod"

        Load  "fbdevhw"

        Load  "glx"

        Load  "record"

        Load  "freetype"

        Load  "type1"

        Load  "v4l"

EndSection

 

Section "Monitor"

        Identifier   "Monitor0"

        VendorName   "Monitor Vendor"

        ModelName    "Generic Laptop Display Panel 1280x1024"

        HorizSync    31.5 - 67.0

        VertRefresh  50.0 - 75.0

        Option      "dpms"

EndSection

 

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"

        Option      "fbdev" "/dev/fb1"      # <-- modify if using
another device

        BusID "0:10:0"

EndSection

 

Section "Screen"

        Identifier  "TV Screen"

        Device      "Hauppauge PVR 350 iTVC15 Framebuffer"

        Monitor     "NTSC Monitor"

        DefaultDepth 24

        DefaultFbbpp 32

        Subsection "Display"

                Depth 24

                FbBpp 32

                Modes "720x480"

        EndSubsection

EndSection

 

Section "Device"

        Identifier  "Videocard0"

        Driver      "nvidia"

        VendorName  "Videocard vendor"

        BoardName   "NVIDIA GeForce 3 (generic)"

        VideoRam    65536

EndSection

 

Section "Screen"

        Identifier "Screen0"

        Device     "Videocard0"

        Monitor    "Monitor0"

        DefaultDepth     24

        SubSection "Display"

        Depth     24

        Modes    "1024x768" "800x600" "640x480"

        EndSubSection

EndSection

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-dev/attachments/20031029/26b38298/attachment.html


More information about the mythtv-dev mailing list