Created
March 4, 2021 03:51
-
-
Save ztnel/3aae926087dc0b6ff9a4f629b2e5b3b2 to your computer and use it in GitHub Desktop.
Screen Rotate for Rasbian Lite on RPi4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
[pi4] | |
# dtoverlay=vc4-fkms-v3d # COMMENT THIS LINE: disables 3d acceleration but resolves the driver conflict | |
max_framebuffers=2 | |
[all] | |
# dtoverlay=vc4-fkms-v3d | |
display_overlay=1 # rotate 90° CW | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment