[mythtv-users] PVR-350 Pal, Config file?

Mark Emery emerym at citymax.org
Sun Jul 16 17:55:01 UTC 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jan Johansson wrote:
> I give up. I have found
> http://wilsonet.com/mythtv/fcmyth.php?SID&expandables=open&ivtv=open&pvr350o
> ut=open
> 
> And I have tried to adapt the config for PAL, but I simply cannot get the
> right settings.
> 
> Does any friendly soul have a Xorg-config for PAL (Running Debian Etch if it
> makes any difference)?
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Hi Jan,

Here's mine. Just got it working this weekend.  I found this link very
helpful:  http://ivtvdriver.org/index.php/Documentation

I can run mplayer /dev/video0, and have X running on the PVR-350
frame-buffer.  I can't get mythbackend to record anything to disc. I
think I've broken things by trying to change the resolution / bits rates
for the Default.

Regards,
Mark


Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "TV" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "gb"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier "PAL Monitor"
        HorizSync 30-68
        VertRefresh 50-120
        Mode "720x576"
                DotClock 42.6
                HTimings 720 760 832 944
                VTimings 576 577 580 602
                Flags "-HSync" "-VSync"
        EndMode
EndSection

Section "Device"
        Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver "ivtvdev"
        Option  "fbdev" "/dev/fb0"
        Option "VideoOverlay" "on"
        Option "XVideo" "1"
        BusID  "PCI:1:13:0"
EndSection

Section "Screen"
        Identifier "TV"
        Device "Hauppauge PVR 350 iTVC15 Framebuffer"
        Monitor "PAL Monitor"
        DefaultDepth 24
        DefaultFbbpp 32
        Subsection "Display"
                Depth 24
                FbBpp 32
                Modes "720x576"
        EndSubsection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.4 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD4DBQFEun11EmSbJ23ziHoRAp8kAJdJtT/nnEiG+imffw3QpA/uPopLAJ4i+KQ6
U0rkuNTwCFChCJT2/QjGwg==
=kNko
-----END PGP SIGNATURE-----


More information about the mythtv-users mailing list