<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 17, 2020 at 8:33 AM <a href="mailto:jam@tigger.ws">jam@tigger.ws</a> <<a href="mailto:jam@tigger.ws">jam@tigger.ws</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> On 17 May 2020, at 8:00 pm, <a href="mailto:mythtv-users-request@mythtv.org" target="_blank">mythtv-users-request@mythtv.org</a> wrote:<br>
> <br>
>> John your new dmg did not work for me<br>
>> Install did not set the low resolution flag, but even setting it by hand<br>
>> <br>
>> [plasma] /Users/jam [510]% md5<br>
>> /Volumes/MythFrontend-31-intel-10.13.4-v31.0-40-gce23a0225fv31/mythfrontend.app/Contents/MacOS/mythfrontend<br>
>> MD5<br>
>> (/Volumes/MythFrontend-31-intel-10.13.4-v31.0-40-gce23a0225fv31/mythfrontend.app/Contents/MacOS/mythfrontend)<br>
>> = a07638318389a3600b4b47b6ac9ac999<br>
>> <br>
>> <a href="http://tigger.ws/downloads/mythpic1.png" rel="noreferrer" target="_blank">http://tigger.ws/downloads/mythpic1.png</a><br>
>> <a href="http://tigger.ws/downloads/mythpic2.png" rel="noreferrer" target="_blank">http://tigger.ws/downloads/mythpic2.png</a><br>
>> <br>
>> James<br>
>> <br>
> <br>
> James, at this point, I'm not sure what next to suggest for your issues. I<br>
> have opened a ticket in trac about the problem, I would suggest adding<br>
> details of your system to include the mac model, retina screen, and display<br>
> settings.<br>
> <br>
> <a href="https://code.mythtv.org/trac/ticket/13618" rel="noreferrer" target="_blank">https://code.mythtv.org/trac/ticket/13618</a><br>
> <br>
> BTW, on the forums it was suggested (I believe by Craig) to look into the<br>
> display settings of your computer (Preferences -> Displays). Possible by<br>
> changing to scaled or some other setting things will work. I did not try<br>
> this route myself as the low res fix worked on my antiquated system.<br>
> <br>
> Finally, your last post kicked out the digest subject line again. Please<br>
> fix that.<br>
<br>
John <br>
<br>
I've got lots to learn.<br>
I built, with your ansible script, in a new VM<br>
I took mythtv-31 and (sensibly) copied to my laptop.<br>
I ran it by cli and every thing 'worked' without sig 11. So the basic build is good.<br>
<br>
I cannot figure this out (identical to your build)<br>
I have configured seperate GUI and VIDEO resolutions that are sensible.<br>
I 'launch' the app<br>
<br>
<a href="http://tigger.ws/downloads/mythpic3.png" rel="noreferrer" target="_blank">http://tigger.ws/downloads/mythpic3.png</a><br>
<br>
I play a recording<br>
<br>
<a href="http://tigger.ws/downloads/mythpic4.png" rel="noreferrer" target="_blank">http://tigger.ws/downloads/mythpic4.png</a><br>
<br>
I exit<br>
<br>
<a href="http://tigger.ws/downloads/mythpic5.png" rel="noreferrer" target="_blank">http://tigger.ws/downloads/mythpic5.png</a><br>
<br>
Can anybody explain to me pretty please<br></blockquote><div><br></div><div>So I played with matching GUI and VIDEO settings (now set back to the default values). The settings Dave sent out previously also work -> you can ignore the opengl-rgb name as it's a custom profile name (or make one to match...).</div><div><br></div><div>I suspect (making a HUGE assumption here) that given video resolution of the screen shots VideoToolBox (at least a recent update to it) is the culprit. Hence why I submitted a patch as the know how to fix is currently out of my wheelhouse and I suspect the code was written before retina displays became standard.</div><div><br></div><div>I'd suggest deleting your "~/.mythtv" directory and clearing out the settings from mythtv's database and so that you can start from scratch. (Note: deleting the setting in mysql/mariadb is done at your own risk and you need to be careful to not screw anything else up :) ). To help you troubleshoot this, I really need you in a default state with no custom settings changing one AND ONLY ONE setting at a time.</div><div><br></div><div>Also, double check that in get info "Open in Low Resolution" is both checked and greyed out (it is on my system). If not edit the Application's plist file with this command:</div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>nano '/Applications/Mythfrontend.app/Contents/Info.plist'</div></div></blockquote>Find NSHighResolutionCapable and make sure the value is set to false. If it has a <true/> next to it, change that to <false/> like below.<div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><key>NSHighResolutionCapable</key><br><false/><br></div></blockquote><div class="gmail_quote"><div><br></div><div><br></div></div></div></div>