<?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: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254344#M23980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With 1.1.0 BSP fails to load vivante_drv.so as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.931] (II) Module record: vendor="X.Org Foundation"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932]&amp;nbsp;&amp;nbsp;&amp;nbsp; compiled for 1.11.3, module version = 1.13.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932]&amp;nbsp;&amp;nbsp;&amp;nbsp; Module class: X.Org Server Extension&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932]&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI class: X.Org Server Extension, version 6.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932] (II) Loading extension RECORD&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932] (II) LoadModule: "dri"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.933] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.937] (II) Module dri: vendor="X.Org Foundation"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.937]&amp;nbsp;&amp;nbsp;&amp;nbsp; compiled for 1.11.3, module version = 1.0.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.938]&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI class: X.Org Server Extension, version 6.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.938] (II) Loading extension XFree86-DRI&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.938] (II) LoadModule: "dri2"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.939] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.941] (II) Module dri2: vendor="X.Org Foundation"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.024]&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI class: X.Org Video Driver, version 10.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (EE) module ABI major version (10) doesn't match the server's version (11)&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (II) UnloadModule: "vivante"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (II) Unloading vivante&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (EE) Failed to load module "vivante" (module requirement mismatch, 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.026] (==) Matched fbdev as autoconfigured driver 0&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, 28 Mar 2013 20:55:26 GMT</pubDate>
    <dc:creator>mtx512</dc:creator>
    <dc:date>2013-03-28T20:55:26Z</dc:date>
    <item>
      <title>OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254335#M23971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the samples in the recently released GPU SDK and am having trouble getting the hardware acceleration working under X11.&lt;/P&gt;&lt;P&gt;Just to be clear, I am not talking about using hardware to accelerate the X11 windowing system itself, rather I am trying to get accelerated 3D to work in a window. I am using Open GL ES 2.0 (although using ES 1.1 seems to have the same issue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The samples come with two makefiles, one for X11 and one for frame buffer device. I have built one of the samples (Samples/GLES2.0/06_Texturing) for frame buffer device, and performance is terrific (over 500 fps full screen 1024x768). If I build the same sample for X11, it does work and it does render in a window, but the performance is very poor (about 15 fps in a large window which is almost full screen 1024x768). The X11 sample also uses considerable CPU so I am pretty sure it is using software rendering / rasterisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;So my question is this - how can I get decent frame rates using hardware acceleration for an OpenGL application running in an X11 window?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously I have to change over the symbolic links from libGAL-fb.so and libEGL-fb.so to libGAL-x11.so and libEGL-x11.so&lt;/P&gt;&lt;P&gt;The sample won't even build properly if I don't do that, so it must be something else that I'm not doing (or doing wrong).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some background info which may be useful:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;i.MX6Q (rev 1.2 silicon)&lt;/LI&gt;&lt;LI&gt;Linux kernel 3.0.35 from the 12.09.01 BSP&lt;/LI&gt;&lt;LI&gt;Ubuntu 11.10 rootfs (armel)&lt;/LI&gt;&lt;LI&gt;GPU SDK v1.00&lt;/LI&gt;&lt;LI&gt;gpu-viv-bin-mx6q-12.09.01 (untarred on top of the rootfs)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have any of you got this working? I'd be most grateful for any comments / suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;------------------------------------------------&lt;/P&gt;&lt;P&gt;I've just worked out that this is addressed in the new Linux BSP release L3.0.35 1.1.0 - see &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/312735#312735"&gt;https://community.freescale.com/message/312735#312735&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: davecbluechip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 12:02:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254335#M23971</guid>
      <dc:creator>davecbluechip</dc:creator>
      <dc:date>2013-02-11T12:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254336#M23972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EGL need to be accelerated. The 12.09 BSP release does have X11 accelerated. GPU renders to the drawable which in turn copied to X using CPU, so you see high CPU usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the L3.0.35.1.1.0 release(download from BSP), the EGL uses DRI and it is accelerated. Please try with Ubuntu Rootfs from L3.0.35 1.1.0 and keep posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 19:25:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254336#M23972</guid>
      <dc:creator>PrabhuSundarara</dc:creator>
      <dc:date>2013-02-15T19:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254337#M23973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still having difficulty here. I've tried the new L3.0.35 1.1.0 BSP but something's still not right. Here's a few things that might be helpful to know:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Libraries in Ubuntu Oneiric rootfs (in 1.1.0 BSP) are NOT the same as the libraries built using the 1.1.0 LTIB. LTIB builds 3 copies of libEGL, libGAL and libVIVANTE for: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;frame buffer device API with suffix "-fb"&lt;/LI&gt;&lt;LI&gt;X11 windowing API with suffix "-x11"&lt;/LI&gt;&lt;LI&gt;DirectFB API with suffix "-dfb".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;There is only one copy of each library in the supplied rootfs, and it is different from all of the copies built by LTIB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I updated my rootfs by building the "gpu-viv-bin-mx6q" package in LTIB, and copying the resulting files on top of the supplied oneiric rootfs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I added a bit of code to the sample to report frame rates. Very simple stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I build the GPU SDK samples using the "fbdev" makefile and set symbolic links to use the "-fb" versions of the libraries, this works fine and I get a full-screen sample running at blistering frame rates :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I build the same sample using the "x11" makefile and set symbolic links to use the "-x11" versions of the libraries, I get a blank, white window that flickers a bit when I mouse over it. The reported frame rate is fantastic, but it isn't actually drawing anything!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All comments / suggestions gratefully received!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 09:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254337#M23973</guid>
      <dc:creator>davecbluechip</dc:creator>
      <dc:date>2013-02-21T09:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254338#M23974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We tried the "-x11" libraries as well as and there is no X11 acceleration occurring. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Freescale provide an update regarding X11 support as there appears to be no working binaries with acceleration. We can't continue developments for our customer without some guidance and there seems to be little/no feedback from Freescale on the subject. If X11 acceleration is available please provide instructions on how to configure it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 22:02:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254338#M23974</guid>
      <dc:creator>mtx512</dc:creator>
      <dc:date>2013-02-28T22:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254339#M23975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;- The oneiric rootfs will have only the x11 binaries and other the binaries(-fb, -dfb) are not present.&lt;/P&gt;&lt;P&gt;- The GPU binaries in the Ubuntu Oneiric rootfs are stripped version, so it appears to be different sizes. Actually the binaries are same. You can checn by stripping the binaries -x11 from "gpu-viv-bin-mx6q" package in LTIB.&lt;/P&gt;&lt;P&gt;-When you see white screen, then the DRI and GLX is not setup correctly. Please make sure the following present in the&amp;nbsp; /var/log/Xorg.0./log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[1623101.082] (II) [drm] DRM interface version 1.4&lt;/P&gt;&lt;P&gt;[1623101.082] (II) [drm] DRM open master succeeded.&lt;/P&gt;&lt;P&gt;[1623101.082] (II) VIVANTE(0): [drm] Using the DRM lock SAREA also for drawables.&lt;/P&gt;&lt;P&gt;[1623101.082] (II) VIVANTE(0): [drm] framebuffer handle = 0x18800000&lt;/P&gt;&lt;P&gt;[1623101.082] (II) VIVANTE(0): [drm] added 1 reserved context for kernel&lt;/P&gt;&lt;P&gt;[1623101.082] (II) VIVANTE(0): X context handle = 0x1&lt;/P&gt;&lt;P&gt;[1623101.082] (II) VIVANTE(0): [drm] installed DRM signal handler&lt;/P&gt;&lt;P&gt;[1623101.082] (II) VIVANTE(0): [DRI] installation complete&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could not find, then use the Oneiric rootfs + uImage from the release. If you are trying to build Linux kernel from source, ensure you building and installing the kernel modules to rootfs. Because to DRI requires DRM and Vivante kernel modules. Also you can make sure the modules are loaded by lsmod, it should list DRM and Vvante.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 13:53:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254339#M23975</guid>
      <dc:creator>PrabhuSundarara</dc:creator>
      <dc:date>2013-03-18T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254340#M23976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The oneiric rootfs has an old xorg server, how can we get the DRI/Vivante libraries to work with later xorg server? If upgrade oneiric then we get a blank screen on startup as the xorg server version is newer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 08:50:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254340#M23976</guid>
      <dc:creator>mtx512</dc:creator>
      <dc:date>2013-03-20T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254341#M23977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The oneiric rootfs has the Xorg 1.10.4 version which is supported in the release. For the newer Xorg version, for example Xorg 1.13.x, the DRI is built-in. So need to merge the DRI from the BSP to the Xorg DRI manually. The receipes will be available in Yocto master in few days.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2013 15:46:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254341#M23977</guid>
      <dc:creator>PrabhuSundarara</dc:creator>
      <dc:date>2013-03-20T15:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254342#M23978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I built the xorg dri driver (xf86-video-imxfb-vivante-2_12.09.01-r17.3) from yocto and tested against&amp;nbsp; Xorg 1.11.3. es2_info reports that the vivante driver is working. However es2gears or our test egl program causes Xorg to hang with a 100% cpu. I'm using the vivante binaries (libEGL-x11.so) from 1.1.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use the 1.1.0 binaries? &lt;/P&gt;&lt;P&gt;Any suggestions on how I can find the cause of Xorg hang?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 07:08:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254342#M23978</guid>
      <dc:creator>mtx512</dc:creator>
      <dc:date>2013-03-26T07:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254343#M23979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pleas use driver from xf86-video-imxfb-vivante 1.1.0 BSP and stills see the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Mar 2013 18:41:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254343#M23979</guid>
      <dc:creator>PrabhuSundarara</dc:creator>
      <dc:date>2013-03-27T18:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254344#M23980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With 1.1.0 BSP fails to load vivante_drv.so as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.931] (II) Module record: vendor="X.Org Foundation"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932]&amp;nbsp;&amp;nbsp;&amp;nbsp; compiled for 1.11.3, module version = 1.13.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932]&amp;nbsp;&amp;nbsp;&amp;nbsp; Module class: X.Org Server Extension&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932]&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI class: X.Org Server Extension, version 6.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932] (II) Loading extension RECORD&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.932] (II) LoadModule: "dri"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.933] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.937] (II) Module dri: vendor="X.Org Foundation"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.937]&amp;nbsp;&amp;nbsp;&amp;nbsp; compiled for 1.11.3, module version = 1.0.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.938]&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI class: X.Org Server Extension, version 6.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.938] (II) Loading extension XFree86-DRI&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.938] (II) LoadModule: "dri2"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.939] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7.941] (II) Module dri2: vendor="X.Org Foundation"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.024]&amp;nbsp;&amp;nbsp;&amp;nbsp; ABI class: X.Org Video Driver, version 10.0&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (EE) module ABI major version (10) doesn't match the server's version (11)&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (II) UnloadModule: "vivante"&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (II) Unloading vivante&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.025] (EE) Failed to load module "vivante" (module requirement mismatch, 0)&lt;/P&gt;&lt;P&gt;[&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8.026] (==) Matched fbdev as autoconfigured driver 0&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, 28 Mar 2013 20:55:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254344#M23980</guid>
      <dc:creator>mtx512</dc:creator>
      <dc:date>2013-03-28T20:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254345#M23981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to build the DRI module for the X11 as well; I did it for 1.11.4 (which I will post for Yocto in few days) and it works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 02:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254345#M23981</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-03-29T02:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254346#M23982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By "DRI module for X11" do you mean vivante_drv.so from &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;xf86-video-imxfb-vivante-2_12.09.01-r17.3&lt;/SPAN&gt;. Initially I tried with that dri module, the problem is that &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;es2gears or our test egl program causes Xorg to hang with a 100% cpu when using "-x11" libraries.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 08:44:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254346#M23982</guid>
      <dc:creator>mtx512</dc:creator>
      <dc:date>2013-03-29T08:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254347#M23983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been working with 1.1.0 code but no; I mean the code inside DRI dir of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2013 14:14:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254347#M23983</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-03-29T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254348#M23984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so it this in yocto now? What image/recipe do I need to build to buil the "dri module for X11". Once built, do I just move this over to the ubuntu rootfs? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 17:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254348#M23984</guid>
      <dc:creator>varsmolta</dc:creator>
      <dc:date>2013-04-12T17:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254349#M23985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't play with Ubuntu with i.MX processors so I didn't test if using Yocto built binaries would or not work for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yocto works fine and it is all integrated (except the patches I sent to mailing list today which affects it as well) and on next Tuesday all should have been merged.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2013 17:43:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254349#M23985</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-04-12T17:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254350#M23986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to build 1.1.0 DRI with X 1.10.4 and 1.11.4 for imx6 but glxgears in window mode show a blank window.&amp;nbsp; Fullscreen mode worked.&amp;nbsp; Do you have this problem?&amp;nbsp; Do you have any suggestion how to fix it?&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Apr 2013 15:45:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254350#M23986</guid>
      <dc:creator>borabora</dc:creator>
      <dc:date>2013-04-17T15:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254351#M23987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not offhand. You may need to check how we do in Yocto and try a build image to confirm if it is an issue you can fix&amp;nbsp; at your side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 12:34:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254351#M23987</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-04-19T12:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254352#M23988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having issues with the oneiric FS video as well. Using a proprietary device which uses the i.MX6Q. Where do I find the package gpu-viv-bin-mx6q? I do not see it anywhere in the LTIB configuration menus. Which files in the FS did you replace?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:30:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254352#M23988</guid>
      <dc:creator>PaulDeMetrotion</dc:creator>
      <dc:date>2013-05-01T18:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254353#M23989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did (which may or may not be correct) was:&lt;/P&gt;&lt;P&gt;"ltib -m listpkgs" to get a list of all the packages - this is handy if you need the names of other packages&lt;/P&gt;&lt;P&gt;"ltib -m prep -p gpu-viv-bin-mx6q" to prepare the package&lt;/P&gt;&lt;P&gt;"ltib -m scbuild -p gpu-viv-bin-mx6q" to build the package&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 08:05:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254353#M23989</guid>
      <dc:creator>davecbluechip</dc:creator>
      <dc:date>2013-05-02T08:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: OpenGL ES on i.MX6 with X11 - GPU SDK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254354#M23990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a quick update. I have got this working now :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Originally I used the Yocto code on a SabreSD with the dylan branch a few months ago, but had to do a fair amount of messing about to make it happen. I could only get this working with kernel 3.5.7 at that time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now used the dora branch and it is much simpler. The fsl-image-gui target gives kernel 3.0.35 (Freescale issue 4.1.0) and includes suitable vivante binary libraries. The OpenGL Qt demos don't run (or aren't built) but code from the Freescale GPU SDK compiles and runs OK. (I had to use the x11 makefile and change the compiler options to use &lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;“-mfloat-abi=hard”rather than “-mfloat-abi=softfp”&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;The fsl-image-gui doesn't contain some of the necessary include files, but they are in the Yocto work area and can be copied across.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have ported the kernel to my custom hardware, and it works on that too, although performance is not quite as good as the SabreSD (probably something to do with my port, I guess).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help and suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 10:15:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/OpenGL-ES-on-i-MX6-with-X11-GPU-SDK/m-p/254354#M23990</guid>
      <dc:creator>davecbluechip</dc:creator>
      <dc:date>2014-01-16T10:15:34Z</dc:date>
    </item>
  </channel>
</rss>

