Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Could not open egl display Error on imx6q

Could not open egl display Error on imx6q

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
3 Posts 3 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    newbie9899
    wrote on last edited by
    #1

    Hello,

    I cross-compile Qt5 with buildroot-2016.11
    My board is an imx6q from Toradex.

    I have this problem when I want to execute my program:
    QML debugging is enabled. Only use this in a safe environment.
    QEglFSVivIntegration will set environment variable FB_MULTI_BUFFER=2 to enable double buffering and vsync.
    If this is not desired, you can override this via: export QT_EGLFS_IMX6_NO_FB_MULTI_BUFFER=1
    Could not open egl display
    Aborted

    My default graphical platform is eglfs
    On buildroot I selected :

    • open GL support
      - open GL API (OpenGL ES 2.0+)
      - openGL module
    • freescale im.x librairies: imx-gpu-viv

    Before I use buildroot-2014.08 and it works!
    I need some help to resolve this problem!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Did you try to contact the folks from Toradex directly ? They might have more experience with that kind of scenario.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Cleiton BuenoC Offline
        Cleiton BuenoC Offline
        Cleiton Bueno
        wrote on last edited by
        #3

        I had a similar problem, I can try to help if I need to:

        1. Using ldd, run on your application and post the output here.
          ldd /path_your_app/app

        2. Execute the command below and post the output here:
          zcat /proc/config.gz


        Cleiton Bueno

        Blog | Linkedin | B2Open

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved