<?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のトピックDirectFB hardware acceleration on iMX53</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/DirectFB-hardware-acceleration-on-iMX53/m-p/220893#M14489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anyone help please on getting hardware acceleration for work with DirectFB on the iMX53 QSB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've successfully built DirectFB 1.6.2 in ltib, along with the latest demos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the demos run fine, but it looks like graphics hardware acceleration is not being used. Demos show this in the output text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;(*) DirectFB/Input: Keyboard 0.9 (directfb.org)&lt;/P&gt;&lt;P&gt;(*) DirectFB/Graphics: Generic Software Rasterizer 0.7 (directfb.org)&lt;/P&gt;&lt;P&gt;(*) DirectFB/Core/WM: Default 0.3 (directfb.org)&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems from searching around that "Generic Software Rasterizer" means the acceleration is not being used. And this seems true - although the demos appear to run very fast, in our real application we are blitting video frames to a DirectFB surface and can only get 10 frames per second update rate - incredibly slow (could easily be a problem with the app though, but we'd expect at least DirectFB to try using acceleration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searching other's posts their DirectFB text output shows things like:&lt;/P&gt;&lt;P&gt;(*) DirectFB/Graphics: GLES2 Acceleration - VideoCore IV HW 0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our DirectFB.spec build file contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./configure --enable-shared --host=$CFGHOST --build=%{_build} \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --prefix=%{_prefix} --with-gfxdrivers='gles2' \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-freetype --enable-jpeg --enable-png \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-sdl --enable-egl \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-x11 --enable-fbdev --enable-video4linux2 \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-zlib $TSOPTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a ".directfbrc" file in the home directory, we know DirectFB uses this because if we put garbage in it, DirectFB complains. Our .directfbrc contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system=egl&lt;/P&gt;&lt;P&gt;depth=32&lt;/P&gt;&lt;P&gt;mode=800x600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand it, if acceleration functions are present DirectFB will automatically use them. In this directfbrc, "system=egl" should in any case use the acceleration functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help with how to enable hardware acceleration for DirectFB? Many thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 12:30:55 GMT</pubDate>
    <dc:creator>StevieRG</dc:creator>
    <dc:date>2012-10-18T12:30:55Z</dc:date>
    <item>
      <title>DirectFB hardware acceleration on iMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DirectFB-hardware-acceleration-on-iMX53/m-p/220893#M14489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anyone help please on getting hardware acceleration for work with DirectFB on the iMX53 QSB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've successfully built DirectFB 1.6.2 in ltib, along with the latest demos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most of the demos run fine, but it looks like graphics hardware acceleration is not being used. Demos show this in the output text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;(*) DirectFB/Input: Keyboard 0.9 (directfb.org)&lt;/P&gt;&lt;P&gt;(*) DirectFB/Graphics: Generic Software Rasterizer 0.7 (directfb.org)&lt;/P&gt;&lt;P&gt;(*) DirectFB/Core/WM: Default 0.3 (directfb.org)&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems from searching around that "Generic Software Rasterizer" means the acceleration is not being used. And this seems true - although the demos appear to run very fast, in our real application we are blitting video frames to a DirectFB surface and can only get 10 frames per second update rate - incredibly slow (could easily be a problem with the app though, but we'd expect at least DirectFB to try using acceleration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searching other's posts their DirectFB text output shows things like:&lt;/P&gt;&lt;P&gt;(*) DirectFB/Graphics: GLES2 Acceleration - VideoCore IV HW 0.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our DirectFB.spec build file contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;./configure --enable-shared --host=$CFGHOST --build=%{_build} \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --prefix=%{_prefix} --with-gfxdrivers='gles2' \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-freetype --enable-jpeg --enable-png \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-sdl --enable-egl \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --disable-x11 --enable-fbdev --enable-video4linux2 \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --enable-zlib $TSOPTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a ".directfbrc" file in the home directory, we know DirectFB uses this because if we put garbage in it, DirectFB complains. Our .directfbrc contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;system=egl&lt;/P&gt;&lt;P&gt;depth=32&lt;/P&gt;&lt;P&gt;mode=800x600&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand it, if acceleration functions are present DirectFB will automatically use them. In this directfbrc, "system=egl" should in any case use the acceleration functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone help with how to enable hardware acceleration for DirectFB? Many thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 12:30:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DirectFB-hardware-acceleration-on-iMX53/m-p/220893#M14489</guid>
      <dc:creator>StevieRG</dc:creator>
      <dc:date>2012-10-18T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: DirectFB hardware acceleration on iMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DirectFB-hardware-acceleration-on-iMX53/m-p/220894#M14490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;There is no official DirectFB release for MX5x, so I'm guessing these are pure software (no IPU/ GPU acceleration).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 03:20:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DirectFB-hardware-acceleration-on-iMX53/m-p/220894#M14490</guid>
      <dc:creator>imxcommunitysco</dc:creator>
      <dc:date>2012-10-23T03:20:00Z</dc:date>
    </item>
  </channel>
</rss>

