RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    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

    Retropie using jpac hdmi to vga on an arcade monitor

    Scheduled Pinned Locked Moved Help and Support
    crtraspberrypi 3b+emultionstationresolutionconfig
    15 Posts 3 Posters 1.3k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      M3th0D @mitu
      last edited by

      @mitu I see that you can set specific things such as:

      custom_viewport_width = 1920
      custom_viewport_height = 224
      custom_viewport_x = 0
      custom_viewport_y = 0

      in each retroarch.cfg

      I still have an issue with the hdmi timings. I have tried a few different variants but i only get a blank screen when doing so.

      The only way I can get an image is using:

      hdmi_cvt=1920 240 60 1 1 0 0

      but this doesn't work in the runcommand onstartup.

      My current code in runcommand-onstart.sh:

      hdmi_group=2
      hdmi_mode=87
      hdmi_cvt=1920 240 60 1 1 0 0

      Doesn't seem to do anything.

      mituM 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @M3th0D
        last edited by

        @M3th0D Those are not commands, they're just configuration parameters for the config.txt . You can't just add them to the onstart script since they're not commands.
        Have you looked at the scripts I linked ? To change the resolution from the scripts, you'd need to have something like

        vcgencmd hdmi_cvt 1920 240 60 1 1 0 040870000 1
        tvservice -e "DMT 87"
        fbset -depth 32 && fbset -depth 32 -xres 1920 -yres 240
        
        M 1 Reply Last reply Reply Quote 0
        • M
          M3th0D @mitu
          last edited by

          @mitu I did read through and tried it with the code you provided:

          vcgencmd hdmi_cvt 1920 240 60 1 1 0 040870000 1
          tvservice -e "DMT 87"
          fbset -depth 32 && fbset -depth 32 -xres 1920 -yres 240

          Unfortunately it results in the screen not syncing when i start an emulator.

          mituM 1 Reply Last reply Reply Quote 0
          • mituM
            mitu Global Moderator @M3th0D
            last edited by

            @M3th0D So the screen stays blank after that ? You can try a more precise hdmi_timing and see if you find one that fits for your hardware - you can look in https://github.com/Vykyan/retroTINK-setup/blob/master/opt-retropie-configs-all/runcommand-onstart.sh to see what the numbers mean or try with one of the pre-defined hdmi_timing commands to see if one fits your display. I'm not sure how the pixel_encoding and ignore_edid would translate into the tvservice commands though.

            M 1 Reply Last reply Reply Quote 0
            • M
              M3th0D @mitu
              last edited by

              @mitu It doesn't blank but the picture is scrambled/out of sync.

              On my J-pac, the sync light doesn't hold.

              The videmodes.cfg allows me to change from CEA to DMT but when doing so it has black boarders on the top and bottom of the screen.

              1 Reply Last reply Reply Quote 0
              • M
                M3th0D
                last edited by

                I tried recalbox and you can use:

                system.es.videomode=CEA 6 HDMI

                global.videomode=DMT 87 HDMI

                in recalbox.conf file.

                Is there something similar for retropie?

                mituM 1 Reply Last reply Reply Quote 0
                • mituM
                  mitu Global Moderator @M3th0D
                  last edited by

                  @M3th0D said in Retropie using jpac hdmi to vga on an arcade monitor:

                  Is there something similar for retropie?

                  Yes, the video mode selection from Runcommand - that you just tried. The 'global' video mode is the one you set in your config.txt.

                  1 Reply Last reply Reply Quote 0
                  • MrCoffeeM
                    MrCoffee @M3th0D
                    last edited by

                    @M3th0D did you get it working after all.. ??

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      M3th0D @MrCoffee
                      last edited by

                      @MrCoffee

                      I ended up using lakka. You can use cvt 320 x 240 in the config text if you want to use emulation station.

                      MrCoffeeM 1 Reply Last reply Reply Quote 0
                      • MrCoffeeM
                        MrCoffee @M3th0D
                        last edited by

                        @M3th0D I was getting 15khz out of HDMI like you but i went into a hdmi to component converter, using retropie.. I came a cross this post when i was trying to work things out, and seen the runcommand , I used it but in a different way,,I got emulation station running in 480i, and retroarch running in 1600x240.. and it switches back to 480i when exiting games.

                        https://retropie.org.uk/forum/topic/22467/hdmi-to-component-crt-help-runcommand/10

                        just wanted to pass on the info.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.