Qt Forum

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

    QtQuick 2 performance

    QML and Qt Quick
    2
    4
    989
    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
      gluck last edited by

      Hi,

      I am having big troubles with quick 2:

      the pc i am running a program on is miniITX with intel atom dual core 1.8 GHz (4 threads), with 1.9 GB ram and with GMA 3150 integrated graphics. OS is Ubuntu 14.01 32bit.
      the qml files are being loaded with QQuickView.

      I think processor is more than enough, but performance with quick2 is really bad (huge latency).
      And while testing with quick 1, there is no such problems, everything works good.

      The main broblem is that i can't use quick 1 because there is no canvas support.

      Does anyone have any ideas how to improve quick 2 performance, or knows a workaround for canvas element in quick 1?

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        This is probably about OpenGL. Make sure you are using drivers from Intel, not Mesa.

        (Z(:^

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

          and is there a possibility, to render quick2 with raster surface (QBackingStore) and not with QOpenGLContext?

          1 Reply Last reply Reply Quote 0
          • sierdzio
            sierdzio Moderators last edited by

            As far as I know, the answer is no. It needs to use OpenGL.

            (Z(:^

            1 Reply Last reply Reply Quote 0
            • First post
              Last post