RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. rotation
    Log in to post
    • All categories
    • B

      Pi4 with vertical screen orientation - newest advice?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support vertical screen rotate rotation pi4
      2
      0 Votes
      2 Posts
      2k Views
      mituM

      @bluecoffee said in Pi4 with vertical screen orientation - newest advice?:

      Suggests that I should be modifying the file autostart.sh.
      Is this correct?

      Yes.

      Could someone outline the steps that need to be taken in 2022 using a Raspberry Pi 4.
      There also seem to be lots of conflicting questions about

      Does this only affect Emulation Station, but not the actual games themselves?

      Yes.

      Does this cause a performance hit like the old method did?

      For EmulationStation, not so much.

      Do I need to modify each emulator to run vertically as well?

      Yes, though for RetroArch you can change the main configuration and it will be applied to each core.

      See this topic for a similar question and some recommendations on how to rotate the screen.

    • nollerd2N

      Switching from Vertical to horizontal emulation station is on the left now??

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rotation vertical horizontal help
      2
      0 Votes
      2 Posts
      351 Views
      nollerd2N

      I wound up imaging a new memory card and just moving my roms, bios & collections over.

      What it seems like the prob was, is that when you rotate it back to 0 in the sudo nano /boot/cmdline.txt the screen default resolution wasn't doing the trick. When you go to the settings of raspi-config for screen resolution and set that to default it shifts everything to the left but doesnt stretch it all from left to right. it basically stops at the center of my computer screen.

      Anyway I would be nice to figure this out for others..

    • J

      Is there a Game Boy Advance emulator for Retropie that supports screen rotation?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support gba screen rotation
      5
      0 Votes
      5 Posts
      858 Views
      J

      @dankcushions Yeah, that's what I thought, but I couldn't find the options anywhere. I forgot how well-hidden the "Show Advanced Options" menu is...

    • paffleyP

      Grid View - Rotation option for theming

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development theme grid view rotation xml
      5
      0 Votes
      5 Posts
      738 Views
      paffleyP

      Hey @A12C4 yes to behave like the carousel in wheel mode, a bit like the game wheel in hyperspin I guess. A vertical single grid that is rotated slightly.

      I understand no problem, just thought I'd bring this up for a future update :)

      There are a few things that I would love to see before this anyhow, such as sound scroll for the gridview, that would be awesome!

    • C

      screen_orientation in retroarch.cfg doesn't seem to work

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch rotation config
      3
      0 Votes
      3 Posts
      1k Views
      dankcushionsD

      @chuck_pierce said in screen_orientation in retroarch.cfg doesn't seem to work:

      The video_rotation works like a champ (so my games play in the correct orientation), but the retroarch menu doesn't seem to be able to rotate. I've got a cocktail style machine and have the screen rotated 90 deg. I've tried values 1, 2, 3, and 4 with no changes to the retroarch menu.

      that's right. this function is intended to rotate the GAME, not the whole session. it is working as intended. it looks like there's an outstanding issue to rotate the whole lot outside of X, that you could follow here: https://github.com/libretro/RetroArch/issues/6770

      unfortunately the ability to rotate the entire session outside of X does not exist for pi4, as far as i know.

    • K

      Rotating the ds emulator 90 degrees

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support drastic rotation display
      2
      0 Votes
      2 Posts
      562 Views
      mituM

      drastic is not a libretro core, so the file you added doesn't have any effect on the emulator. I see that drastic has a 'Screen orientation' option, but it doesn't seem to add any rotation - maybe works only on Android (?).

    • M

      Text Rotate

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rotate rotation
      4
      0 Votes
      4 Posts
      583 Views
      mituM

      @MISTERHOLLYW00D said in Text Rotate:

      Is it possible to rotate retroarch menu? When I bring retroarch up it’s still sideways

      No, that's a RetroArch's limitation - even if it can rotate the emulator video, the menu's orientation can be rotated only when using the desktop display driver and it will not work on RetroPie.

      You're using a PI3, so you can use the rotation offered by the firmware.

    • P

      Rotate Retroarch GUI Menu for Vert Cabinet

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retroarch gui rotate rotation retroarch
      4
      0 Votes
      4 Posts
      2k Views
      P

      @mitu thank you.

      At least it wasn’t a silly checkbox that I Missed.

    • S

      Rotate Super Famicom Box Art

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support boxart super famicom sfc rotation gamelist.xml
      11
      0 Votes
      11 Posts
      2k Views
      S

      @SeraphisCain Thanks - there is a gamelist there, but the titles on it are not the ones affected by the issue. There are only a handful of titles and there's no metadata defined. A red herring, I'm afraid.

      I appreciate your help, but I'm ready to give up. I don't think it's going to get worked out.

      Thanks anyway.

    • J

      "EmulationStation --rotate" problems with VGA666

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstaion rotate rotation crt
      3
      0 Votes
      3 Posts
      369 Views
      J

      @gomisensei That worked perfectly, thanks!

    • J

      Rotate ES without config change and reboot?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulationstatio rotate rotation
      2
      0 Votes
      2 Posts
      307 Views
      J

      I solved my own problem! I modified the EmulationStation startup script to toggle back and forth between horizontal and vertical mode on a restart. So, now I can rotate my monitor, restart EmulationStation, and my menus match the orientation. Here is the updated file:

      /opt/retropie/supplementary/emulationstation/emulationstation.sh

      #!/bin/sh esdir="$(dirname $0)" while true; do rm -f /tmp/es-restart /tmp/es-sysrestart /tmp/es-shutdown "$esdir/emulationstation" "$@" $rotate ret=$? if [ -f /tmp/es-restart ]; then if [ -z "$rotate" ] then rotate=”--screenrotate 1” else rotate=”” fi continue fi if [ -f /tmp/es-sysrestart ]; then rm -f /tmp/es-sysrestart sudo reboot break fi if [ -f /tmp/es-shutdown ]; then rm -f /tmp/es-shutdown sudo poweroff break fi break done exit $ret
    • J

      Rotating Emulationstation GUI for Vertical Screen

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support vertical screen emulationstatio gui rotation
      8
      0 Votes
      8 Posts
      6k Views
      R

      @JRX88 @mitu Thank you both! Been looking this for a while.

    • A

      Display rotation moving forward

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development ideas rotation portrait
      8
      0 Votes
      8 Posts
      2k Views
      mituM

      @duckmefast That only rotates the display 180 deg. - 90 or 270 deg. rotations are still not supported by the Pi4 via config.txt.

    • G

      Best way to do 90degree screen rotate?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion and Gaming rotation
      4
      0 Votes
      4 Posts
      627 Views
      mituM

      @Gadgetguy said in Best way to do 90degree screen rotate?:

      Thank you Mitu. So using --screenrotate would affect both emulation station and all the emulators as well?

      No, the --screenrotate is only for Emulationstation, for the emulators you'll have to configure the rotation on each emulator.

    • schmiddymanS

      pacman.zip.cfg doesn't get called

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support config file rom config rotation rotate
      49
      0 Votes
      49 Posts
      10k Views
      G

      im not sure what your issue is here the tate mode does rotate right this is what arcades do

    • robotronmanR

      lr-mame2003 TATE mode rotation direction?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support tate mode lr-mame2003 vertical games mame rotation
      7
      0 Votes
      7 Posts
      4k Views
      dankcushionsD

      @edwardthehuman said in lr-mame2003 TATE mode rotation direction?:

      ddonpchj

      doesn't run on mame2003, so you're not using mame2003.

    • P

      Can not edit boot config

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rotation boot configuration screen support
      2
      0 Votes
      2 Posts
      807 Views
      BuZzB

      @pkg04011979 Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    • ?

      Possible to rotate screen per rom file?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support rotate rotation tate mode tate
      19
      1 Votes
      19 Posts
      15k Views
      mituM

      @langest said in Possible to rotate screen per rom file?:

      Now I am only wondering, where should I put the rom specific file?

      As the posts above said - and it's also mentioned in the Docs - , next to the ROM file.

    • J

      Origin and Rotation support in themes

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development emulationstatio theme origin rotation
      7
      5 Votes
      7 Posts
      2k Views
      OmnijaO

      Ahhh yes, I've been hoping for rotation and have been doing it manually. Maybe now ill just use some svgs and throw the rotation at them XD.

    • S

      Cannot rotate MAME vertical games

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame-libretro rotation
      8
      0 Votes
      8 Posts
      8k Views
      S

      @dankcushions said in Cannot rotate MAME vertical games:

      @sTo0z
      luckily the issue was in the first few lines :)

      video_driver = "dispmanx"

      this is the problem - dispmanx doesn't support rotation. please change to "gl"

      see: https://github.com/libretro/RetroArch/issues/4898

      Yup, that did it.. I'm a fool! Totally forgot I changed that.

      THANK YOU.