Homepage Forums RetroPie Project Video Output on RetroPie Emulator Screen Size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #107872
    nbk7
    Participant

    Hi Guys,

    I’m facing a rather odd issue with the emulators snes8x-next and fceumm (NES). A few pixel rows on top are missing in both emulators. If i switch to other emulators like pocketsnes the screen size is just right. I also messed around with all the screen options in the menu before the actual emulator starts.

    At the beginning, the ES screen was too big as well, so I adjusted the config.txt. That fixed the ES screen size and also lead to an improvement at the above-mentioned emulators. Instead of about 40 lines missing on top, it was down to 20 I would say. But regardless how much I increase/change the overscan values from that point (24), it only enlarges the black frames on the sides.

    First I thought it’s related to the swampy’s issue
    https://github.com/raspberrypi/firmware/issues/484

    I tested this fix and it indeed shrank the ES screen. But actually it had the same effect like increasing the overscan values to about 35 or so and didn’t fix the emulator issue.

    # uncomment if you get no picture on HDMI for a default "safe" mode hdmi_safe=1
    
    # uncomment this if your display has a black border of unused pixels visible
    # and your display can output without overscan
    #disable_overscan=1
    
    # uncomment the following to adjust overscan. Use positive numbers if console
    # goes off screen, and negative if there is too much border
    overscan_left=24
    overscan_right=24
    overscan_top=24
    overscan_bottom=24
    
    # uncomment to force a console size. By default it will be display's size minus
    # overscan.
    #framebuffer_width=1920
    #framebuffer_height=1080
    
    # uncomment if hdmi display is not detected and composite is being output
    #hdmi_force_hotplug=1
    
    # uncomment to force a specific HDMI mode (this will force VGA)
    #hdmi_group=1
    #hdmi_mode=16
    
    # uncomment to force a HDMI mode rather than DVI. This can make audio work in
    # DMT (computer monitor) modes
    #hdmi_drive=2
    
    # uncomment to increase signal to HDMI, if you have interference, blanking, or
    # no display
    #config_hdmi_boost=4
    
    # uncomment for composite PAL
    #sdtv_mode=2
    
    # for more options see http://elinux.org/RPi_config.txt
    gpu_mem_256=128
    gpu_mem_512=256
    gpu_mem_1024=256
    
    overscan_scale=1
    
    arm_freq=1100
    core_freq=500
    sdram_freq=500
    over_voltage=6
    temp_limit=80
    

    Any ideas?

    Thanks
    nbk7

    #107907
    dankcushions
    Participant

    this post might help? https://www.petrockblock.com/forums/topic/nes-emulator-video-output-exceeding-screen-edges/

    a screenshot of your issue would help – there are varying definitions of what constitutes missing information when it comes to overscan in retro gaming :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Video Output on RetroPie’ is closed to new topics and replies.