On 21/01/2008, <b class="gmail_sendername">Michael J. Hammel</b> <<a href="mailto:mythtv@graphics-muse.com">mythtv@graphics-muse.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I've finally finished (sans IR receiver, which is TBD) my custom myth<br>box front end based on an EPIA M-10000 and it works great - over 802.11g<br>to the backend no less - with a VGA monitor. But when I plug the TV Out
<br>into the TV (S-Video connection) the colors are horrid and the font<br>quality is terrible.<br><br>The colors are fine (roughly) on the bottom half of the screen but as<br>you go higher up the colors get bad, almost inverted though not quite
<br>that bad.<br><br>The fonts are just really hard to read. This may be a configurable item<br>in the MythTV setup - I'll play with that some more. I've already<br>increased the font sizes once but maybe I need to do it more.
<br><br>I found this post related to the M10000:<br><a href="http://www.mythtv.org/pipermail/mythtv-users/2004-January/025832.html">http://www.mythtv.org/pipermail/mythtv-users/2004-January/025832.html</a><br><br>That guy added a PVR350 card to his motherboard, which I'd rather not do
<br>unless I have to. After all, one of the reasons for using the Epia<br>board was the built in MPEG decoding and TV out.<br><br>Is there anything related to signal quality of the S-Video that I should<br>be aware of? Should the cable be shieled in some way from the power
<br>cables or something?<br><br>I've noticed that the video quality of my Acer Aspire 1691 S-Video<br>output is much better (though not ideal), so I'm wondering if this is<br>strictly a poor TV out hardware problem on the EPIA board.
<br><br>Other than that, MythTV itself is working terrific.<br><br>If anyone has any pointers on this problem, I'd appreciate it. Thanks.<br></blockquote></div><br>I run MythTV on an M10000 and S-video out with excellent results. What mode do you use in your
xorg.conf file? Running in native TV resolution might help.<br><br>For what its worth here's an excerpt from my xorg.conf:<br><br>Section "Device"<br> Identifier "VideocardViaTv"<br> Driver "via"
<br> VendorName "Via"<br> BoardName "cle266"<br> BusID "PCI:1:0:0"<br> Option "TVType" "PAL"<br> Option "TVOutput" "S-Video"
<br> Option "EnableAGPDMA" "true"<br>EndSection<br><br>Section "Screen"<br> Identifier "Screen0"<br> Device "VideocardViaTv"<br> Monitor "MonitorTv"
<br> DefaultDepth 24<br> SubSection "Display"<br> Viewport 0 0<br> Depth 24<br> Modes "720x576Noscale"<br> EndSubSection<br>
EndSection<br><br><br>If you're in the US, I guess you should use "720x480Noscale". There's some more information here: <a href="http://www.kingcot.eclipse.co.uk/unichrome/unichromeTvOut.html">http://www.kingcot.eclipse.co.uk/unichrome/unichromeTvOut.html
</a><br>Hope this helps.<br><br><br>Stephen<br><br>