Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Slow qml animation on linux

    QML and Qt Quick
    1
    2
    2115
    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.
    • D
      dmitry.aka.jok last edited by

      Hi,

      I try to write a program for such a device "Uniq-POS 55.02":http://unisystem.kiev.ua/en/product/pos-tyerminaly/characteristics/pos-tyerminal-uniq-ps5502.html.
      I plan to use it on Linux.
      And all I test on precompiled Qt5.0.2

      But faced with the following problem that occurs - under linux (I tried Ubuntu 12.4 and calculate linux (a descendant of Gentoo)) i see a very heavy load on the CPU and the slow implementation of the animation. As an example for testing I use the standard example - "interaction" and animation when I press the button takes a few seconds.
      I tried Windows 7 - all works well.

      I understand from the forums that the problem likely is in the support of OpenGL, but in linux I see the following:
      glxinfo | grep direct:
      direct rendering: Yes

      (and the video card is recognized by lspci)
      00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller (rev 02)

      Can you please tell me which direction to move further

      1 Reply Last reply Reply Quote 0
      • D
        dmitry.aka.jok last edited by

        Everything is connected to the drivers from intel and opengl. And tunning systems.

        After testing on pure gentoo linux performance equaled the windows 7 - the animation runs smoothly, although the CPU load. Do I right, that this is partially software rendering?

        Does it make sense to try to rebuild without qt opengl or not (and, indeed, how it can be done)?

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