Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    How to get OpenGL acceleration on X11?

    General and Desktop
    3
    5
    1729
    Loading More Posts
    • 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
      goli last edited by

      Does anyone know how to get OpenGL acceleration on X11?

      1 Reply Last reply Reply Quote 0
      • D
        DerManu last edited by

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

        1 Reply Last reply Reply Quote 0
        • G
          goli last edited by

          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 Reply Quote 0
          • T
            tobias.hunger last edited by

            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 Reply Quote 0
            • G
              goli last edited by

              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 Reply Quote 0
              • First post
                Last post