Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to rotate the display without Xorg (framebuffer with GBM/KMS) #7

Open
natinusala opened this issue May 12, 2018 · 0 comments
Open

Comments

@natinusala
Copy link

natinusala commented May 12, 2018

There is currently no way to rotate the fb0 framebuffer (used with GBM/KMS).

  • echo 3 > /sys/class/graphics/fb0/rotate flickers the screen but doesn't actually do anything
  • fbcon is however correctly rotated, as you already know
  • our application (RetroArch) sees a framebuffer of 720x1280px
  • fbset (of busybox 1.25.1) gives :
    • a 720x1280px screen instead of 1280x720px
    • all timings are set to 0
    • fbset can't be used to change the resolution because of an ioctl issue
    • however, fbset seems to be outdated - see this issue
@natinusala natinusala changed the title Ability to rotate the display without Xorg (framebuffer with GDM/KMS) Ability to rotate the display without Xorg (framebuffer with GBM/KMS) May 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant