Wednesday, October 03, 2007

Colour TV Output Howto

There are lots of records of people having trouble getting colour TV output. Having just gotten it going, I thought I'd provide an additional pointer to the solution that worked for me:

http://wiki.openchrome.org/tikiwiki/tiki-index.php?page=TVOut tells you to just include the following settings...
Section "Monitor"
Identifier "Monitor0"
HorizSync 30 - 50
VertRefresh 50.0 - 50.0
EndSection
Section "Device"
Identifier "Card0"
Driver "openchrome"
Option "ActiveDevice" "TV"
Option "TVType" "PAL"
Option "TVOutput" "S-Video"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Modes "720x576" "720x576Noscale"
EndSubSection
EndSection

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home