You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Raspberry Pi4 on an Arcade1Up Machine (Vertical screen). I have been unable to rotate the screen for the game.
Have tried following options but none of them work
Modified /boot/cmdline.txt and added a video parameter at the end of the line
video=HDMI-A-1:1920x1080M@60,rotate=90
Edited the autostart.sh script, in /opt/retropie/configs/all, and added
emulationstation --screenrotate 3
Edited /opt/retropie/configs/all/retroarch.cfg and added
video_allow_rotate=yes
video_rotation = "3"
Created a custom cfg file with below contents called "makecode.cfg" and placed it in the roms/makecode folder that contains the elf game file. Gave it execute permissions
video_allow_rotate=yes
video_rotation = "3"
5 Edited /boot/config.txt and added
display_rotate=3
Any suggestion to rotate my game?
The text was updated successfully, but these errors were encountered:
I am sorry, @vikramv786, but I have no experience with rotating either a display or a MCA game on a RPi/Linux machine. I only know that the MCA games write directly to the framebuffer somehow and logs some screen initialization routine during startup, but I only stumbled upon the screen related termfix repo by chance while working on McAirpos and I don't know whether or how the screen could be configured with a game config file.
If you need any help configuring the controllers on the Arcade1Up, I might be of better use, and I can leave this issue open for a while here, as well, in case someone else might have a better clue.
This issue unfortunately doesn't seem to get any help here. Now closing, since it is more related to the RPi OS, RetroPie/Retroarch and/or MakeCode Arcade, than the McAirpos launcher itself. I hope you get the help your are seeking or figure it out!
Vegz78
changed the title
Trying to rotate video of MakeCode game
Trying to rotate video of MakeCode game(not directly related to McAirpos)
Dec 17, 2021
I am using Raspberry Pi4 on an Arcade1Up Machine (Vertical screen). I have been unable to rotate the screen for the game.
Have tried following options but none of them work
video=HDMI-A-1:1920x1080M@60,rotate=90
emulationstation --screenrotate 3
video_allow_rotate=yes
video_rotation = "3"
video_allow_rotate=yes
video_rotation = "3"
5 Edited /boot/config.txt and added
display_rotate=3
Any suggestion to rotate my game?
The text was updated successfully, but these errors were encountered: