[mythtv-users] xorg.conf for PAL TV out, can't get it to work

Niklas Palmqvist npalmqvist at gmail.com
Fri Nov 18 06:24:54 EST 2005


On 11/18/05, Karsten Jeppesen <karsten at jeppesens.com> wrote:
>
> [ snip ]

Have anyone here gotten TV-OUT to work on a PAL system?


Yep.

I would like to see a xorg.conf for that


The below is what I have for my PVR350. I don't know how 'correct' the
settings are but it works for me.

The crucial thing for me was to make sure this section was correct:

<quote>

Section "Device"
Identifier "Hauppauge PVR350"
Driver "ivtvdev"
Option "fbdev" "/dev/fb1"
Option "ivtv" "/dev/fb1"
BusID "PCI:0:20:0"
EndSection

</quote>

And the complete xorg.conf.

<quote>

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
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" "us"
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 PVR350"
Driver "ivtvdev"
Option "fbdev" "/dev/fb1"
Option "ivtv" "/dev/fb1"
BusID "PCI:0:20:0"
EndSection

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

Section "DRI"
Group 0
Mode 0666
EndSection

</quote>

Niklas
----------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20051118/f6355377/attachment.htm


More information about the mythtv-users mailing list