Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [SOLVED] Slow cursor follow in Qt 5.2.2 (git) on freescale i.MX6 with tslib
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Slow cursor follow in Qt 5.2.2 (git) on freescale i.MX6 with tslib

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 2 Posters 1.9k Views 1 Watching
  • 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.
  • J Offline
    J Offline
    juba
    wrote on last edited by
    #1

    Hi all, using qt 5.2.2 (release branch from git, but I noticed the same issue with 5.2.1) on I.MX6 it is impossible to flick on qml elements because the cursor does not "follow" the finger on touchscreen...
    I am using tslib library because my touchscreen does not support evdev (it is resistive?).
    The strange issue is that with non-qml application (fingerpatin example) or using tslib test application (ts_test) on device the cursor follow the finger at higher speed.
    Is this a libqtslibplugin.so or a qml issue?
    I generated the plugin without any option, only qmake, make and make install...

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Since it's a bit low-level, I'd avise to post this question on the "interest mailing list":http://lists.qt-project.org/mailman/listinfo/interest you'll find there Qt's developers/maintainers (this forum is more user oriented)

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • J Offline
        J Offline
        juba
        wrote on last edited by
        #3

        Thank you SGaist, I already send a mail!
        I used this forum as first tier, in order to find simple answer in a fast way...
        Do you advise me to post the answer in this thread?

        1 Reply Last reply
        0
        • J Offline
          J Offline
          juba
          wrote on last edited by
          #4

          I solved the issue setting the maximum CPU frequency for my board with the command:

          @ echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor@

          Forgive me for this spam topic, reading the board documentation it was written that the maximum cpu frequency was the default value, but it isn't...

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Don't excuse yourself for reading the documentation ;)

            Thanks for sharing the solution, that might help other

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            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