Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Slow qml animation on linux
QtWS25 Last Chance

Slow qml animation on linux

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 1 Posters 2.3k 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.
  • D Offline
    D Offline
    dmitry.aka.jok
    wrote on last edited by
    #1

    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
    0
    • D Offline
      D Offline
      dmitry.aka.jok
      wrote on last edited by
      #2

      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
      0

      • Login

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