<?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: how to switch from X11 to Frame buffer</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880325#M133462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to remove x11 from DISTRO_FEATURES. You may also have to remove packages depending on x11 from the image recipe if it is not done automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Mar 2019 10:54:21 GMT</pubDate>
    <dc:creator>turker</dc:creator>
    <dc:date>2019-03-09T10:54:21Z</dc:date>
    <item>
      <title>how to switch from X11 to Frame buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880324#M133461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what changes i need to make in yocto recipes/configuration to switch from X11 to Frame buffer.&lt;/P&gt;&lt;P&gt;currently we are facing some screen lockup issue due to X11.&lt;/P&gt;&lt;P&gt;we would like to switch to frame buffer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2019 14:42:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880324#M133461</guid>
      <dc:creator>niranjanbc</dc:creator>
      <dc:date>2019-03-08T14:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to switch from X11 to Frame buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880325#M133462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to remove x11 from DISTRO_FEATURES. You may also have to remove packages depending on x11 from the image recipe if it is not done automatically.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Mar 2019 10:54:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880325#M133462</guid>
      <dc:creator>turker</dc:creator>
      <dc:date>2019-03-09T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to switch from X11 to Frame buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880326#M133463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using krogoth branch&lt;/P&gt;&lt;P&gt;i did like below and built the image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;PACKAGECONFIG_DISTRO += " eglfs"&lt;BR /&gt;DISTRO_FEATURES_remove = " x11 wayland"&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt;"&gt;when i run application like below i get a error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:root@hs:~"&gt;root@hs:~#&lt;/A&gt; QT_QPA_PLATFORM="eglfs" App_demo&lt;/P&gt;&lt;P&gt;QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable d&lt;/P&gt;&lt;P&gt;ouble buffering and vsync.&lt;/P&gt;&lt;P&gt;If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_M&lt;/P&gt;&lt;P&gt;ULTI_BUFFER=1&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;Could not open egl display&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: yellow;"&gt;Aborted&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:43:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880326#M133463</guid>
      <dc:creator>niranjanbc</dc:creator>
      <dc:date>2019-03-13T11:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to switch from X11 to Frame buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880327#M133464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming fb0 is your main display, try the command below:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;echo 32 &amp;gt; /sys/class/graphics/fb0/bits_per_pixel&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not find the original thread where I found this information. Credit to the original poster.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 12:46:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880327#M133464</guid>
      <dc:creator>turker</dc:creator>
      <dc:date>2019-03-13T12:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to switch from X11 to Frame buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880328#M133465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;echo 32 &amp;gt; /sys/class/graphics/fb0/bits_per_pixel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;i dont see anything change in&amp;nbsp;display&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 14:01:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880328#M133465</guid>
      <dc:creator>niranjanbc</dc:creator>
      <dc:date>2019-03-13T14:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to switch from X11 to Frame buffer</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880329#M133466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried&amp;nbsp;echo 32, it didnt change&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #f6f6f6;"&gt;bits_per_pixel&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 14:05:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-switch-from-X11-to-Frame-buffer/m-p/880329#M133466</guid>
      <dc:creator>niranjanbc</dc:creator>
      <dc:date>2019-03-13T14:05:11Z</dc:date>
    </item>
  </channel>
</rss>

