Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to rotate application in eglfs

How to rotate application in eglfs

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 606 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.
  • V Offline
    V Offline
    victor wang
    wrote on last edited by
    #1

    Hi All,
    I'm using eglfs without X server.
    I had designed an application that need to rotate the screen to 90 degree.

    I had try export QT_QPA_EGLFS_ROTATION=90 and execute my application by below command.

    ./application -platform eglfs
    

    But screen did not rotate successfully.
    I tried to do below command too.

    echo 1 > /sys/class/graphics/fbcon/rotate
    

    But this can only rotate console not my application.

    Did I miss anything?

    Thanks in Advanced!

    1 Reply Last reply
    1

    • Login

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