Help Needed: Screen Orientation on Raspberry Pi #245
Unanswered
DuarteCPereira
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi GloDroid Community,
I’m seeking help with changing the screen orientation while running GloDroid on a Raspberry Pi 4.
Here’s what I’ve tried so far:
Modified
config.txt
:I added both lcd_rotate=1 and display_rotate=1 to the config.txt file in the boot/ directory. However, there was no effect. It seems these settings might be ignored due to
dtoverlay=vc4-kms-v3d
being enabled in the same file.Added
cmdline.txt
:I created a cmdline.txt in the boot/ directory with the following command:
video=HDMI-A-1:1080x1920M@60D,rotate=90
Unfortunately, this didn’t work either.
Does anyone have any ideas or experience with achieving screen rotation under these conditions? Any suggestions or advice would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions