Homepage Forums RetroPie Project Everything else related to the RetroPie Project RetroArch aspect ratio seems off for certain cores

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4345
    cacophony555
    Participant

    I’ve noticed that the aspect ratio seems way off for certain RetroArch cores in RetroPie. I started with the latest RetroPie SD image, and the default emulators for both NES and SNES both use RetroArch. They both display with an almost square aspect ratio. For NES it’s as if they’re blowing up the 256×240 resolution which is almost 1:1, instead of the filling a 4:3 region. SNES looks similar. In comparison, the other RetroPie defaults that utilize RetroArch cores (for PC Engine and Genesis) correctly display in a 4:3 aspect ratio.

    I tried the standalone PiSNES (optimized) binary as well and that also looked square. I saw that there was an option to force full screen display, but that’s not what I want. Interestingly the standalone binary for FCEUX does seem to display correctly in 4:3.

    Anyone else notice this or have suggestions on what I can do? The only option I’ve found was to force SNES to fullscreen and then change my TV to 4:3 mode, but that screws up other emulators as well as Emulation Station.

    Thanks!

    #4358
    kitchuk
    Participant

    While in a retroarch emulator press F1 for the options. Here you can alter the ratio and scaling integer (you want it on). Also try setting your pi to a 4:3 aspect ratio.

    #4451
    lolerzz
    Participant

    Same problem here, when I run rom and press f1 nothing happens.

    #4460
    cacophony555
    Participant

    Yeah, F1 doesn’t do anything for me either. But I was able to fix it by modifying the retroarch.cfg file. You can either do this globablly for all retroarch cores or make a cfg specific to the core you want to change and then use the –appendconfig to include it (for examples of this see the es_systems.cfg file).

    The value I changed was the following:

    # A floating point value for video aspect ratio (width / height).
    # If this is not set, aspect ratio is assumed to be automatic.
    # Behavior then is defined by video_aspect_ratio_auto.
    # video_aspect_ratio =

    You can uncomment it and pick a value like 1.175, which looks pretty good to me. This value was taken from here: http://forums.nesdev.com/viewtopic.php?t=8063

    #4463
    lolerzz
    Participant

    THANKS!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.