<div dir="ltr">On Sat, Mar 7, 2015 at 11:10 AM, Michael Wisniewski <span dir="ltr"><<a href="mailto:mikewiz38@gmail.com" target="_blank">mikewiz38@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi!<div><br></div><div>I was wondering where I can disable the PIP in the program guide.  I'm suffering from the problem of the video/audio locking when paging through the guide.  I tried to optimize the databases and inserted the optimization configuration items in my.cnf, but I'm still running into a problem.</div><div><br></div><div>I'm hoping that by disabling the PiP in the EPG, it might work.</div><div><br></div><br></div></blockquote><div><br></div><div>That would require modifying source code and recompiling. This if statement could be commented out: <a href="https://github.com/MythTV/mythtv/blob/4d7f98a92cbdb7d69dc98065c68e9eddf8630966/mythtv/programs/mythfrontend/guidegrid.cpp#L539">https://github.com/MythTV/mythtv/blob/4d7f98a92cbdb7d69dc98065c68e9eddf8630966/mythtv/programs/mythfrontend/guidegrid.cpp#L539</a><br><br></div><div>The "programguide-video" window is the LiveTV EPG that you are asking about. It is themed in schedule-ui.xml in the themes' source: <a href="https://github.com/MythTV-Themes/Mythbuntu/blob/master/schedule-ui.xml#L277">https://github.com/MythTV-Themes/Mythbuntu/blob/master/schedule-ui.xml#L277</a><br><br>I am pretty sure if you were to remove the programguide-video definition you would just get an empty window for that EPG. The <video> element is required, so you can't just remove that, either.<br><br></div><div>Just wondering, what distro and nvidia driver versions are you using?<br></div></div></div></div>