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. How to get OpenGL acceleration on X11?
QtWS25 Last Chance

How to get OpenGL acceleration on X11?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 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.
  • G Offline
    G Offline
    goli
    wrote on last edited by
    #1

    Does anyone know how to get OpenGL acceleration on X11?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DerManu
      wrote on last edited by
      #2

      http://qt-project.org/doc/qt-4.8/qtopengl.html is independent of the window system.

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goli
        wrote on last edited by
        #3

        I use the command:
        @QApplication::setGraphicsSystem("opengl");@
        but I didn't see any acceleration with the device performance...
        (I am trying to use the acceleration on qml application and not on new opengl application).

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Both Qt Quick 1 as well as the QWidgets do not profit too much from GL acceleration. In one case a QWidget UI of mine was even slower with GL than it is with the raster graphics engine.

          That is the reason for having Qt Quick 2 in Qt5, which does profit a lot more.

          1 Reply Last reply
          0
          • G Offline
            G Offline
            goli
            wrote on last edited by
            #5

            What can I do now in QT 4.7/4.8 to improve the qml performance, or use some how the GL abilities?

            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