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

Trying to rotate video of MakeCode game(not directly related to McAirpos) #24

Closed
vikramv786 opened this issue Sep 9, 2021 · 2 comments
Labels
help wanted Extra attention is needed unrelated Issue not directly related to McAirpos

Comments

@vikramv786
Copy link

vikramv786 commented Sep 9, 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

  1. Modified /boot/cmdline.txt and added a video parameter at the end of the line

video=HDMI-A-1:1920x1080M@60,rotate=90

  1. Edited the autostart.sh script, in /opt/retropie/configs/all, and added

emulationstation --screenrotate 3

  1. Edited /opt/retropie/configs/all/retroarch.cfg and added

video_allow_rotate=yes
video_rotation = "3"

  1. 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?

@Vegz78
Copy link
Owner

Vegz78 commented Sep 10, 2021

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.

I would suggest trying the MCA forum, an issue at the pxt-arcade github repo, or maybe the Raspberry Pi forum for help.

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.

@Vegz78 Vegz78 added the help wanted Extra attention is needed label Sep 10, 2021
@Vegz78
Copy link
Owner

Vegz78 commented Nov 7, 2021

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 Vegz78 closed this as completed Nov 7, 2021
@Vegz78 Vegz78 added the unrelated Issue not directly related to McAirpos label Dec 17, 2021
@Vegz78 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed unrelated Issue not directly related to McAirpos
Projects
None yet
Development

No branches or pull requests

2 participants