Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtWayalnd compositors and qml applications without X11
QtWS25 Last Chance

QtWayalnd compositors and qml applications without X11

Scheduled Pinned Locked Moved General and Desktop
waylandeglqmleglfsqtwaylandquickqtquick
1 Posts 1 Posters 1.6k 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.
  • W Offline
    W Offline
    WeX.tmpvar
    wrote on last edited by
    #1

    Hello. I was builded qt5 with no support for xcb, and tried to run qtwayland example compositors with eglfs platform plugin. Everything was fine, but applications that uses opengl not runs with compositor. I get the error when try to run qtquick or any other opengl application:

    • with wayland platform plugin:

    Failed to determine what client buffer integration to use
    Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)

    and segfault...

    • with wayland-egl platform plugin:

    Using Wayland-EGL
    failed to initialize EGL display
    Cannot find EGLConfig, returning null config
    Cannot find EGLConfig, returning null config
    QWaylandGLContext: failed to create EGLContext, error=3008
    Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2, swapInterval 1, profile 0)

    and segfault...

    Applications that not uses opengl works fine. How to fix this problem and run qtquick application under qtwayland compositor?

    System archlinux
    Qt5 from git
    Opensource radeon drivers

    Thank =)

    Sorry for my english =)

    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