try using -monitoraspect 16:9 or -monitoraspect 4:3, which ever is correct for you.<br><br>Mitchell<br><br><div><span class="gmail_quote">On 4/6/07, <b class="gmail_sendername">Tom Weichmann</b> &lt;<a href="mailto:tomcw@adelphia.net">
tomcw@adelphia.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br><br>I started using MythTV on my PC and I have an icon that just runs
<br>MythFrontend.&nbsp;&nbsp;Recently, I put a couple of hols through the wall and ran TV<br>out and audio to my TV which happens to be on the other side of my wall.&nbsp;&nbsp;So<br>I created a small script on my box that turns on TV out and starts
<br>mythfrontend at the proper resolution for TV out.<br><br>-------------------------------------------------------------------------------<br>#!/bin/sh<br><br>dcop kdesktop KScreensaverIface enable 0<br><br>nvtv -r 768,576 -s Large -C SVIDEO -t -S NTSC
<br><br>mythfrontend -nw --geometry 760x576+10+0<br><br>nvtv -r 1024,768 -s small -m -S NTSC<br><br>dcop kdesktop KScreensaverIface enable 1<br>-------------------------------------------------------------------------------
<br><br>The problem I have is that when I just start mythfrontend on my PC everything<br>is fine, but when I change to the TV out, everything works fine except for<br>mplayer when I am playing a movie from mythvideo.&nbsp;&nbsp;I see that you can set
<br>mplayer arguements in the settings menu, but I tried adding -x 760 -y 576 to<br>the default arguements, but that didn&#39;t work.&nbsp;&nbsp;The video was the right size<br>to fit the screen, but the 16x9 video was distorted to fit this window.
<br><br>How do others handle starting on both PC and TV out?&nbsp;&nbsp;Does anyone know how to<br>get the mplayer window to size correctly?<br><br>SuSE 10.2<br>MythTV 0.20<br>Mplayer 1.0 rc1<br><br><br>Thanks,<br><br>Tom Weichmann
<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>