Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. xcb opengl
    Log in to post

    • UNSOLVED Segmentation Fault (SIGSEGV) on all glX* Calls in Xenial with Mesa Drivers
      General and Desktop • x11 virtualbox xcb opengl vmware mesa • • ted dr  

      6
      0
      Votes
      6
      Posts
      313
      Views

      Even if it's old, I would try with this version if Qt to see if you have the same issue going on.
    • SOLVED RPI cross-compilation errors : lGLESv2,cannot find id and xcb
      Installation and Deployment • cross-compiling ubuntu 16.04 raspberry eglfs xcb opengl lglesv2 • • vishbynature  

      4
      0
      Votes
      4
      Posts
      556
      Views

      It's not a problem of Qt Creator. The mkspec used for the RPI3 is still valid unless your sysroot comes from a Debian Stretch were they have changed the library name. You need to modify the mkspec under devices that matches the Rpi3
    • UNSOLVED Qt on Raspberry pi3
      Mobile and Embedded • raspberry pi 3 qt5.11 xcb xcb opengl • • Saman19  

      20
      0
      Votes
      20
      Posts
      8394
      Views

      @ronpetit said in Qt on Raspberry pi3: @sierdzio I'm running it without X server, as I should Now, I'm curious about this, what libs are you using for glesv2 and egl?, I'm using the ones in /opt/vc/lib folder, and I also cross compiled the Qt with those Oh I don't remember to be honest. I think I didn't change anything from stock settings. I also didn't specify the OpenGL libs manually anywhere when building Qt or apps.
    • SOLVED Problem with XCB and OpenGL
      General and Desktop • xcb opengl qxcbintegration • • Calogero  

      4
      0
      Votes
      4
      Posts
      3771
      Views

      I just found that the problem was that the libqxcb-glx-integration plugin was not found. Putting xcbglintegrations plugins folder at the same level of the application fixed the issue.