<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 the way).<br><br><br>Is there anything that can be done at this point? If not, that'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's not perfect since sometimes the opengl OSD doesn't show for some reason, <br>but at least i don't get a small picture in the corner anymore.
<br><br>===================================================================<br>--- libs/libmythtv/videoout_xv.cpp (revision 14512)<br>+++ libs/libmythtv/videoout_xv.cpp (working copy)<br>@@ -1277,7 +1277,7 @@<br>
{<br> xvmc_tex = XvMCTextures::Create(<br> XJ_disp, XJ_curwin, XJ_screen_num,<br>- video_dim, GetTotalOSDBounds().size());<br>+ video_dim, display_visible_rect.size());<br> <br>
if (xvmc_tex)<br> {<br><br></div><br></div><br>