Screen Rotation on a Pi5? FAQ options for Pi4 don't seem to work. #636
-
Hi...try to go easy on a Pi newb, but I have been trying to setup FullPageOS on a new Pi5. I can get it to work and display the webpage, but I'm trying to setup my display in Portrait instead of Landscape. I found the suggestions in the FAQ and tried adjusting the config.txt file discussed in Option 1, but they didn't make any difference at all for me. I didn't really understand what Option 2 was suggesting to do, and the link given for Option 2 is dead now. Can anyone point me in the right direction on how to set this to run in Portrait mode on a Pi5? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This works for me on RPI4, should work on RPi5. I will start booting in the landscape orientation, but it will switch to portrait when the browser starts. change the DISPLAY_ORIENTATION=normal to DISPLAY_ORIENTATION=right |
Beta Was this translation helpful? Give feedback.
This works for me on RPI4, should work on RPi5. I will start booting in the landscape orientation, but it will switch to portrait when the browser starts.
sudo nano /home/pi/scripts/start_gui
change the DISPLAY_ORIENTATION=normal to DISPLAY_ORIENTATION=right
save the file( ctrl+x, Y )
reboot the Pi