<?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のトピックQt GUI performance issue on iMX6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Qt-GUI-performance-issue-on-iMX6/m-p/1060251#M155884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Qt 5.6.3 based GUI Application running on i.MX6 ULL processor (without GPU) based custom embedded board.&lt;/P&gt;&lt;P&gt;I observed that Qt GUI performance is very poor and sluggish while scrolling the screen or moving from one page to another and it is taking so much time (in seconds) to render the GUI on display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Yocto 3.0 build and Qt with wayland/weston compositor.&lt;/P&gt;&lt;P&gt;Also i found cpu utilization jumps to more than 50% when i touches on GUI or scrolls the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my machine info:-&lt;/P&gt;&lt;P&gt;processor :- iMX6ULL (w/o gpu support)&lt;/P&gt;&lt;P&gt;Yocto build :- 3.0&lt;/P&gt;&lt;P&gt;Qt5 :- version 5.6.3&lt;/P&gt;&lt;P&gt;kernel :- 4.9.207&lt;/P&gt;&lt;P&gt;RAM:- 512 MB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution to improve the GUI performance ...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2020 07:49:21 GMT</pubDate>
    <dc:creator>nikhil3karale</dc:creator>
    <dc:date>2020-05-08T07:49:21Z</dc:date>
    <item>
      <title>Qt GUI performance issue on iMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-GUI-performance-issue-on-iMX6/m-p/1060251#M155884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on Qt 5.6.3 based GUI Application running on i.MX6 ULL processor (without GPU) based custom embedded board.&lt;/P&gt;&lt;P&gt;I observed that Qt GUI performance is very poor and sluggish while scrolling the screen or moving from one page to another and it is taking so much time (in seconds) to render the GUI on display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Yocto 3.0 build and Qt with wayland/weston compositor.&lt;/P&gt;&lt;P&gt;Also i found cpu utilization jumps to more than 50% when i touches on GUI or scrolls the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my machine info:-&lt;/P&gt;&lt;P&gt;processor :- iMX6ULL (w/o gpu support)&lt;/P&gt;&lt;P&gt;Yocto build :- 3.0&lt;/P&gt;&lt;P&gt;Qt5 :- version 5.6.3&lt;/P&gt;&lt;P&gt;kernel :- 4.9.207&lt;/P&gt;&lt;P&gt;RAM:- 512 MB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any solution to improve the GUI performance ...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 07:49:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-GUI-performance-issue-on-iMX6/m-p/1060251#M155884</guid>
      <dc:creator>nikhil3karale</dc:creator>
      <dc:date>2020-05-08T07:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qt GUI performance issue on iMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-GUI-performance-issue-on-iMX6/m-p/1060252#M155885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nikhil Karale,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mentioned, the i.MX6ULL does not have a GPU do graphics hardware acceleration is not possible so all processing derived from the GUI will be processed by the CPU (from which there is also just one core, making things worse). I don’t think you can improve the performance other than disabling graphical effects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My apologies for the inconvenience!&lt;/P&gt;&lt;P&gt;Regtards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 16:34:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-GUI-performance-issue-on-iMX6/m-p/1060252#M155885</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-05-08T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Qt GUI performance issue on iMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Qt-GUI-performance-issue-on-iMX6/m-p/1192126#M165847</link>
      <description>&lt;P&gt;You should be using Qtwidget on x11 right ? in fact QML is not supported on iMX6UL and iMX6ULL because of absence of GPU&lt;/P&gt;&lt;P&gt;Initially I was also facing same performance sluggish problem with QtWidget on iMX6UL but now we are using QtOpenGL and performance is drastically improved but still we are working to improve further.&lt;/P&gt;&lt;P&gt;One more interesting stuff I got on youtube and need to explore&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=AsgtEc1jwVY" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=AsgtEc1jwVY&lt;/A&gt;&lt;/P&gt;&lt;P&gt;They are using linuxfb here but I think its not Yocto Linux&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;BR /&gt;Pravin Yadav&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 08:18:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Qt-GUI-performance-issue-on-iMX6/m-p/1192126#M165847</guid>
      <dc:creator>pravinyadav</dc:creator>
      <dc:date>2020-12-02T08:18:53Z</dc:date>
    </item>
  </channel>
</rss>

