Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-44971

Embedded fails to report screen refresh rate properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.5.0
    • 5.5.0
    • QPA: EGLFS, QPA: LinuxFB
    • None

    Description

      QScreen::refreshRate() always returns 60 with eglfs and linuxfb. We should at least attempt to calculate the refresh rate for eglfs from the framebuffer query results (like for instance Weston does). It won't work on all devices, but may help some.

      For the KMS backend proper support can easily be added since the refresh rate is always available.

      The main issue is that Qt Quick relies on the refresh rate for its animation timer and therefore Quick apps will be capped to 60 frames on 75 Hz screens.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes