Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: HDMI screen rotation doesn't "stick"
#2
I don't think it's a moode bug because the script that starts the local display only queries for the screen size, it does not update it.

You could try running the command below and see if it reports the right screen size.

If /boot/firmware/config.txt contains #dtoverlay=vc4-kms-v3d (with the pound sign)
Code:
fbset -s | awk '$1 == "geometry" {print $2","$3}'

If /boot/firmware/config.txt contains dtoverlay=vc4-kms-v3d (without the pound sign)
Code:
kmsprint | awk '$1 == "FB" {print $3}' | awk -F"x" '{print $1","$2}'
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
HDMI screen rotation doesn't "stick" - by MJR42 - 11-10-2024, 09:50 PM
RE: HDMI screen rotation doesn't "stick" - by Tim Curtis - 11-10-2024, 10:06 PM

Forum Jump: