<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 11/03/16 20:40, Peter Bennett
(cats22) wrote:<br>
</div>
<blockquote cite="mid:56E32D22.2090204@comcast.net" type="cite">
<pre wrap="">There is an updated install package that fixes the crash when resolution
changes.
Get the latest package here
<a class="moz-txt-link-freetext" href="https://github.com/bennettpeter/mythtv/releases">https://github.com/bennettpeter/mythtv/releases</a>
Peter
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://lists.mythtv.org/mailman/listinfo/mythtv-users">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a>
<a class="moz-txt-link-freetext" href="http://wiki.mythtv.org/Mailing_List_etiquette">http://wiki.mythtv.org/Mailing_List_etiquette</a>
MythTV Forums: <a class="moz-txt-link-freetext" href="https://forum.mythtv.org">https://forum.mythtv.org</a>
</pre>
</blockquote>
Peter,<br>
Slightly OT, but it might have a bearing on some of the audio/video
issues various people have been reporting.<br>
I am running mythtv-backend 0.28, so I decided to do a build of your
master branch on a Pi2 (setup with rootfs on hard disk) using
Qt5.3.2 on Jessie, including plugins (News and Web work fine).<br>
<br>
Whilst doing 'lsof -p <pid mythfrontend>' I noticed a double
linkage to libEGL.so and libGLESv2.so:<br>
<br>
<tt>mythfront 16958 pi mem REG 8,1 146848 11669836
/usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0</tt><tt><br>
</tt><tt>mythfront 16958 pi mem REG 8,1 201752
24129012 /opt/vc/lib/libEGL.so</tt><tt><br>
</tt><tt>mythfront 16958 pi mem REG 8,1 105768
24129014 /opt/vc/lib/libGLESv2.so</tt><tt><br>
</tt><tt>mythfront 16958 pi mem REG 8,1 29996
11669840 /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0</tt><br>
<br>
I believe the correct ones are in /opt/vc/lib.<br>
<br>
I had also done a build using Qt5.5.1 (full build of Qt5.5.1 on Pi2
took a while!), but one of the instructions was to fixup some links
in Jessie (see <tt><a class="moz-txt-link-freetext" href="https://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi">https://wiki.qt.io/Native_Build_of_Qt_5.4.1_on_a_Raspberry_Pi</a></tt>
the installation protocol part for
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
Full native build of Qt 5.5.1 ) <br>
<br>
<tt>### fix the egl/gles library nonsense</tt><tt><br>
</tt><tt>### <a class="moz-txt-link-freetext" href="http://wiki.qt.io/RaspberryPi2EGLFS">http://wiki.qt.io/RaspberryPi2EGLFS</a></tt><tt><br>
</tt><tt> </tt><br>
<tt>sudo mv /usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0
/usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0.backup</tt><tt><br>
</tt><tt>sudo mv /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0
/usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0.backup</tt><tt><br>
</tt><tt>sudo ln -s /opt/vc/lib/libEGL.so
/usr/lib/arm-linux-gnueabihf/libEGL.so.1.0.0</tt><tt><br>
</tt><tt>sudo ln -s /opt/vc/lib/libGLESv2.so
/usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0<br>
<br>
</tt>The other things I had to to do for my setup in
/boot/config.txt<br>
<tt><br>
uncomment "disable_overscan=1" tv is LG 42LM3450<br>
set "hdmi_group=1"<br>
set "hdmi_mode=31" <br>
<br>
</tt>The hdmi settings give me 1080p 50Hz (for UK), otherwise Pi2
defaulted to 1080p 60Hz<br>
<br>
Mike<br>
<tt><br>
<br>
<br>
<br>
</tt><br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>