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. Performance when using qt-gfx-transformed option to rotate the screen
Forum Updated to NodeBB v4.3 + New Features

Performance when using qt-gfx-transformed option to rotate the screen

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.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.
  • W Offline
    W Offline
    whitewool
    wrote on last edited by
    #1

    Hi,

    I'm working on a graphic application based on Qt-4.7.4 embedded (ARM9, Freescale i.mx233).
    Graphics work on Linux framebuffer, the display driver is the default Freescale distribution one.
    The application was natively written for a 320x240 display and I have to make it run on a 240x320 display, because it is the available LCD on the current hardware.

    I read on previous discussions that I can obtain this by recompiling my app with the -qt-gfx-transformed option and launch the application with ./qt_app -qws -display "Transformed:90:0" &.
    If that is the right way my question is:

    • Does this compile option result in the same cpu consumption of the application, or greater?
      In other words, does Qt work always with a transformation on (a "neutral" one if I don't use the compile option) or does this Qt activate code requiring more cpu effort?

    Any help is appreciated.

    Thanks

    Alberto

    1 Reply Last reply
    0
    • B Offline
      B Offline
      bkamps
      wrote on last edited by
      #2

      I also use transform and framebuffer and i didn't notice any change in framerate (QML_SHOW_FRAMERATE environment variable). Try it yourself..

      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