<?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: iMX6UL - Qt Quick 2D Renderer</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655020#M100346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is for bs Linux &lt;STRONG&gt;3.14.38_6UL GA,&lt;/STRONG&gt; did you use this? haven't tested on other bsp&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Apr 2017 07:22:40 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2017-04-07T07:22:40Z</dc:date>
    <item>
      <title>iMX6UL - Qt Quick 2D Renderer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655017#M100343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to develop a graphic application based in Qt (5.6) Quick 2 which uses openGL. My device is an iMX6UL and doesn't have a GPU, as image I have the FSL Yocto Krogoth 2.1 fsl-image-qt5. Reading manuals from FSL I discovered that I could use Qt Quick 2D Renderer to run Qt Quick 2 apps with a dummy libraries of openGL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built the 2D Renderer by doing qmake; make; make install; without errors using the qmake made by meta-toolchain-qt5. Then, before run the application, I set the environment variables QMLSCENE_DEVICE=softwarecontext and QT_QPA_PLATFORM=linuxfb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But unfortunately get the next error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This plugin does not support createPlatformOpenGLContext!&lt;BR /&gt;Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile&amp;nbsp; 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried with QT_QPA_PLATFORM=eglfs, but get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EGL_EXT_device_base missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what I'm missing?? How can I verify if qt is configured with openGL es2 and if Qt 2D Renderer is correctly installed??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 09:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655017#M100343</guid>
      <dc:creator>stefanozuincast</dc:creator>
      <dc:date>2017-04-06T09:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL - Qt Quick 2D Renderer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655018#M100344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got information as beloww:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;No GPU on 6UL, thus a software XServer solution is the option, however the fsl-image-qt5 build does not correctly provide the necessary packages for the software solution when on the i.MX 6UL. Specifically these two are needed for XServer to use software mode: libglx.so and swrast_dri.so.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black;"&gt;Here is the one line for testing &amp;lt;build&amp;gt;/conf/local.conf to provide support for a total GLX software solution on the i.MX 6ULEVK:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background: white;"&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; color: black;"&gt;CORE_IMAGE_EXTRA_INSTALL += "mesa-megadriver xserver-xorg-extension-glx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;&lt;BR /&gt; Then:&lt;BR /&gt; $ bitbake fsl-image-qt5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;try to test it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 10:07:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655018#M100344</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-04-06T10:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL - Qt Quick 2D Renderer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655019#M100345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mmm, I've tryed try what you said but doesn't found recipe xserver-xorg-extension-glx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Nothing RPROVIDES 'xserver-xorg-extension-glx'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the correct one??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 10:26:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655019#M100345</guid>
      <dc:creator>stefanozuincast</dc:creator>
      <dc:date>2017-04-06T10:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL - Qt Quick 2D Renderer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655020#M100346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is for bs Linux &lt;STRONG&gt;3.14.38_6UL GA,&lt;/STRONG&gt; did you use this? haven't tested on other bsp&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 07:22:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655020#M100346</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-04-07T07:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL - Qt Quick 2D Renderer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655021#M100347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Linux 4.1.15-6UL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But finally I get my system working by updating Qt to version 5.8 from the openembedded meta-qt5 layer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 11:11:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-Qt-Quick-2D-Renderer/m-p/655021#M100347</guid>
      <dc:creator>stefanozuincast</dc:creator>
      <dc:date>2017-04-07T11:11:05Z</dc:date>
    </item>
  </channel>
</rss>

