<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Redirecting X11 libraries</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246046#M21433</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebel&lt;/P&gt;&lt;P&gt;We have not got your response yet and will close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 07:02:25 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-06-13T07:02:25Z</dc:date>
    <item>
      <title>Redirecting X11 libraries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246044#M21431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the i.MX6Q Linux Reference Manual page 81-82, it says the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;By default, these symbolic links are installed to point to the frame buffer version of the&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;libraries as such:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;libGAL.so -&amp;gt; libGAL-fb.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;libEGL.so -&amp;gt; libEGL-fb.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;libVIVANTE.so -&amp;gt; libVIVANTE-fb.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;libOpenVG.so -&amp;gt; libOpenVG_3D.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;On X11 systems, the symbolic links to these libraries need to be redirected. This can be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;done using the following sequence of commands:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; cd &amp;lt;ROOTFS&amp;gt;/usr/lib&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libGAL-x11.so libGAL.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libEGL-x11.so libEGL.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libEGL-x11.so libEGL.so.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libVIVANTE-x11.so libVIVANTE.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;On directFB backend, the symbolic links to these libraries need to be redirected. This can&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;be done using the following sequence of commands:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; cd &amp;lt;ROOTFS&amp;gt;/usr/lib&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libGAL-dfb.so libGAL.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libEGL-dfb.so libEGL.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libEGL-dfb.so libEGL.so.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;gt; sudo ln -s libVIVANTE-dfb.so libVIVANTE.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, what is the purpose of redirecting these?&amp;nbsp; Under what condition would one want to redirect X11 libs to, say for instance,&amp;nbsp; directfb?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 22:14:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246044#M21431</guid>
      <dc:creator>rebelalliance</dc:creator>
      <dc:date>2013-06-28T22:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting X11 libraries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246045#M21432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are sorry for getting you back so late. The answer from our engineer below was put in wrong place. I put here and hopefully it is of useful.&lt;/P&gt;&lt;P&gt;-----------------------------------------&lt;/P&gt;&lt;P&gt;libEGL and libGAL are specific to the window manager you use. For example, lets take the X11 system, in order to run OpenGL ES or OpenVG applications on X11 windows, the libEGL and libGAL need to be compatible to run X11.&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;libEGL is standard naming defined by krhonos.org. All the opengl es and openvg application will be using this name. So the system should be compatible to run the application without rebuilding. Hence need to create soft links to the correct name.&lt;/P&gt;&lt;P&gt;--------------------------------------------&lt;/P&gt;&lt;P&gt;If it is good, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:01:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246045#M21432</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-06T07:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting X11 libraries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246046#M21433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebel&lt;/P&gt;&lt;P&gt;We have not got your response yet and will close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 07:02:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246046#M21433</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-06-13T07:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Redirecting X11 libraries</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246047#M21434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rebel&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 02:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Redirecting-X11-libraries/m-p/246047#M21434</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-07-02T02:58:13Z</dc:date>
    </item>
  </channel>
</rss>

