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

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

Closed
c-m0s opened this issue Apr 15, 2023 · 4 comments
Closed

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

c-m0s opened this issue Apr 15, 2023 · 4 comments

Comments

@c-m0s
Copy link
Owner

c-m0s commented Apr 15, 2023

Installing a new instance on

  • RPI 3 Model B V1.2
    with OS:
  • Raspberry Pi OS with desktop
    Release date: February 21st 2023
    System: 64-bit
    Kernel version: 5.15
    Debian version: 11 (bullseye)

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
Copy link
Owner Author

c-m0s commented Apr 15, 2023

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
Copy link
Owner Author

c-m0s commented Apr 15, 2023

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
Copy link
Owner Author

c-m0s commented Apr 15, 2023

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
Copy link
Owner Author

c-m0s commented Apr 15, 2023

works.

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