<?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>topic Re: Qt on iMX6, display problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457981#M71663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejando,&lt;/P&gt;&lt;P&gt;they work properly. Actually, I have realized that I need to write export DISPLAY=:0 before executing the application from the command line.&lt;/P&gt;&lt;P&gt;By doing this, I can run applications.&lt;/P&gt;&lt;P&gt;This was the problem.&lt;/P&gt;&lt;P&gt;I have very few experience with Linux :-((&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Jul 2015 07:30:48 GMT</pubDate>
    <dc:creator>almarto</dc:creator>
    <dc:date>2015-07-10T07:30:48Z</dc:date>
    <item>
      <title>Qt on iMX6, display problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457979#M71661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="pun" style="font-size: 12pt;"&gt;Dear all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN class="pun"&gt;I am working on QT &lt;/SPAN&gt;Creator 3.4.2 (opensource) Based on Qt 5.5.0 running on ubuntu 14.04LTS. We are trying to create our own application and run it on a SABRE SD platform before creating our own customized board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;We are able to cross-compile correctly, copy the built file to the SABRE SD platform .... but when we try to execute it, we get the following error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="pun"&gt;QXcbConnection: Could not connect to display&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;We run Yocto Linux 3.14.28 on the development platform.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="font-size: 12pt;"&gt;Could you please give us some hints on how to solve this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="font-size: 12pt;"&gt;Thank you very much for your help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="font-size: 12pt;"&gt;Alvaro Martinez&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pun" style="font-size: 12pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 10:35:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457979#M71661</guid>
      <dc:creator>almarto</dc:creator>
      <dc:date>2015-07-07T10:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qt on iMX6, display problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457980#M71662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you run the qt examples from the fsl-image-qt5 image, do you get the same error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2015 23:04:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457980#M71662</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-07-09T23:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qt on iMX6, display problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457981#M71663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejando,&lt;/P&gt;&lt;P&gt;they work properly. Actually, I have realized that I need to write export DISPLAY=:0 before executing the application from the command line.&lt;/P&gt;&lt;P&gt;By doing this, I can run applications.&lt;/P&gt;&lt;P&gt;This was the problem.&lt;/P&gt;&lt;P&gt;I have very few experience with Linux :-((&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2015 07:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457981#M71663</guid>
      <dc:creator>almarto</dc:creator>
      <dc:date>2015-07-10T07:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qt on iMX6, display problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457982#M71664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I write export DISPLAY=:0 then get the following error,:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qt Warning: Could not find a location of the system's Compose files. Consider setting the QTCOMPOSE environment variable.&lt;/P&gt;&lt;P&gt;Qt Warning: Could not find a location of the system's Compose files. Consider setting the QTCOMPOSE environment variable.&lt;/P&gt;&lt;P&gt;Unable to find an X11 visual which matches EGL config 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do u have any clues about this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:40:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-on-iMX6-display-problem/m-p/457982#M71664</guid>
      <dc:creator>linxiao</dc:creator>
      <dc:date>2015-09-24T09:40:50Z</dc:date>
    </item>
  </channel>
</rss>

