Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. OpenGL Core Profile not supported on the current platform (Linux)
Qt 6.11 is out! See what's new in the release blog

OpenGL Core Profile not supported on the current platform (Linux)

Scheduled Pinned Locked Moved Unsolved QtWebEngine
opengl
1 Posts 1 Posters 2.0k 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.
  • S Offline
    S Offline
    stefi610
    wrote on last edited by
    #1

    In my cross-platform application I have to use OpenGL 3.3 with Core profile and I set these properties as default application QSurfaceFormat. Everything works fine, my graphics are correct and OpenGL 3.3 Core is fully supported by my system.

    I'm now porting my code from QtWebKit to QtWebEngine and updating the Qt version.
    I tested different versions of Qt (5.9.3, 5.10.1 and 5.11.0) but on Linux (Ubuntu 16.04) QtWebEngine is complaining about the OpenGL profile and this warning is printed on the console when the application is started:

    Warning: An OpenGL Core Profile was requested, but it is not supported on the current platform. Falling back to a non-Core profile. Note that this might cause rendering issues.
    

    Why is the OpenGL Core profile supported by the Qt application but not by QtWebEngine?
    What can I do to avoid this warning in QtWebEngine?

    Thank you!

    1 Reply Last reply
    1

    • Login

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