<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>When mythfrontend is in 1024x768 this results in a 480x480 square of<br>video in the top left hand corner of my screen (which renders
<br>beautifully, by&nbsp;&nbsp;the way).<br><br><br>Is there anything that can be done at this point?&nbsp;&nbsp;If not, that&#39;s<br>fine... the standard renderer works great for my uses... just curious<br>is all. :)</blockquote><div><br>I have the same problem too.
<br>I reported this issue to Daniel K. Here is a temp workaround that I use in the meantime.<br>It&#39;s not perfect since sometimes the opengl OSD doesn&#39;t show for some reason, <br>but at least i don&#39;t get a small picture in the corner anymore.
<br><br>===================================================================<br>--- libs/libmythtv/videoout_xv.cpp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (revision 14512)<br>+++ libs/libmythtv/videoout_xv.cpp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (working copy)<br>@@ -1277,7 +1277,7 @@<br>
&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xvmc_tex = XvMCTextures::Create(<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XJ_disp, XJ_curwin, XJ_screen_num,<br>-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; video_dim, GetTotalOSDBounds().size());<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; video_dim, display_visible_rect.size());<br>&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (xvmc_tex)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br><br></div><br></div><br>