c-m0s / MagicMirror

MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
http://magicmirror.builders
MIT License
1 stars 0 forks source link

Changing orientation of the screen - does not work. #6

Closed c-m0s closed 1 year ago

c-m0s commented 1 year ago

Installing a new instance on

via > Preferences Menu > Screen Configuration: does NOT work via > /boot/config.txt and xrandr: does NOT work via > /boot/config.txt and display_hdmi_rotate=3: does NOT work

c-m0s commented 1 year ago

last time spend time on this and found a hint, that these tried options are not working for Pi3. :-(

-> try out lcd_rotate=3 instead of display_hdmi_rotate=3 in the config.txt

here it is stated that this last option would be only valid for touchscreens.

c-m0s commented 1 year ago

didn't work either.

here is another way:

Source: https://forums.raspberrypi.com/viewtopic.php?p=2094201&hilit=Rotate+display+90º#p2094201

video=HDMI-A-1:1080x1920@60,rotate=90

c-m0s commented 1 year ago

No, that's also NOT it.

Solution is much simpler:

These lines needs to be commented out:

#display_auto_detect=1 #dtoverlay=vc4-kms-v3d

then adding: display_rotate=1

c-m0s commented 1 year ago

works.