Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Recalbox RGB/Scart Output kein Bild

    Recalbox
    recalbox rgbscart output kein bild
    5
    43
    21629
    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.
    • funkybunch
      funkybunch @Substring last edited by

      @Substring That's the point. It have to work with every system and every config 😕

      When my system works correctly i only copy arcade roms on the recalbox instead of tekken 3 because the mame version doesn't work on the pi. So i have to use the PSX Version.

      I think i have to learn french because "a l'ecole je ne l'ai pas beaucoup appris" and try to understand.

      Thanks for the support with my hdmi_timings problem.

      PI3 / recalboxOS 4.0.2

      Substring 1 Reply Last reply Reply Quote 0
      • Substring
        Substring @funkybunch last edited by

        @funkybunch try first to understand the hdmi_timings line in your config.txt. What i'm doing on my own for now is simply testing neogeo as it almost has a single resolution. So it's very easy to test. But still, that's much (and very interesting) work

        Former dev - Please reply with @substring so that i am notified when you answer me
        Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

        funkybunch 1 Reply Last reply Reply Quote 0
        • funkybunch
          funkybunch @Substring last edited by

          @Substring ok. i think i approximately understand the logic behind it. now i got a perfect output. a centered picture and the graphic quality is absolutely beautiful pixel by pixel. 🙂

          One problem is, that Marvel vs Capcom for example is nearly a widescreen game. With 320x240 i can't get the full screen because the game got a resolution of 384x224pixels.

          I've found a solution for that here but where i have to put the runcommand-onstart
          and runcommand-onend scripts when i switch to retroarch? simply in the script folder?

          And last but not least my config.txt if anybody needs. the timings are perfect for a Sony Trinitron KV-21X5D (of course you have to make the correct settings in retroarch. so no scaling, turn off pixel perfect, custom aspect ratio, setting offset etc.)

          #uncomment if you get no picture on HDMI for a default "safe" mode
          #hdmi_safe=1

          disable_overscan=1
          #overscan_left=5
          #overscan_right=5
          #overscan_top=5
          #overscan_bottom=5

          #uncomment to force a specific HDMI mode (this will force VGA)
          #hdmi_group=1
          #hdmi_mode=1

          #comment to get jack audio
          #hdmi_drive=2

          #config_hdmi_boost=0

          #force hdmi while the tv can take time before sending the signal on the hdmi output
          #hdmi_force_hotplug=1

          #uncomment for composite PAL
          #sdtv_mode=2

          #uncomment for lirc-rpi
          #dtoverlay=lirc-rpi

          #if you plug your tv at the same time as your rpi and that the rpi switches from the hdmi or give a low resolution because tv had no enough time to initialize it
          boot_delay=3

          #uncomment if you don't want the rainbow at startup
          disable_splash=1

          #Overclock
          gpu_mem_256=128
          gpu_mem_512=256
          gpu_mem_1024=512

          avoid_safe_mode=1

          kernel=zImage

          #NOOBS Auto-generated Settings:
          #hdmi_force_hotplug=1
          dtparam=audio=on
          overscan_scale=1

          disable_audio_dither=1
          dtoverlay=vga666
          enable_dpi_lcd=1
          display_default_lcd=1
          dpi_group=2
          dpi_mode=87
          hdmi_timings=320 1 10 30 47 240 1 4 3 15 0 0 0 60 0 6400000 1

          PI3 / recalboxOS 4.0.2

          1 Reply Last reply Reply Quote 0
          • Substring
            Substring last edited by

            such a configuration will lead to all games more or less stretched to 240p and cause some horieontal stretching, resulting in some columns that can be 2 pixels wide, sometimes 1 pixel wide ... this should be quite visible on horizontal scrolling ...

            Regarding Marvel vs Capcom, you'd need to understand how its MAME driver (or FBA driver) is made. I guess it's a CPS2 game ? so you'd need to write a hdmi_timing on your own, or see what's been done so far. This is what we're working on. I have an untested modeline for CPS3 that could suit your needs, or you can check http://sommerp.net/doku.php?id=raspberry_pi_arcade

            Then you can just add for testing in your recalbox.conf fba_libretro.videomode=hdmi_timings 384 1 0 11 28 224 1 30 0 30 0 0 0 60 0 6400000 1 (fba_libretro being the system name) and then play around with porch to reach the result you'd want. So far recalbox has no mecanism yet to set a per system+game custom resolution, just a per system one

            Former dev - Please reply with @substring so that i am notified when you answer me
            Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

            funkybunch 1 Reply Last reply Reply Quote 0
            • funkybunch
              funkybunch @Substring last edited by funkybunch

              @Substring oh yeah! That's so nice. Thank you very much! I've made global timings for a 1600x240 resolution and switch back to the regular resulution for displaying emulationstation. So I have to made separate retroarch configs for every core, but it works real nice. is not pixel perfect but without seeing any artifacts. I'm very, very happy and as a photographer I normally never really satisfied with image quality.

              For every console game it's already perfect. The only thing is that some arcade titles got different resolutions and i have only core specific options. As you said recalbox have only settings per system and not per system+game. So i only have to make retroarch custom settings for each rom which has no standard resolution.

              PI3 / recalboxOS 4.0.2

              Substring 1 Reply Last reply Reply Quote 0
              • Substring
                Substring @funkybunch last edited by Substring

                @funkybunch That is until recalbox handles a per game resolution. The question is really purely technical about the best way to add this ...

                You could eventually give a go to advancemame by doing the commands i described in https://forum.recalbox.com/post/56641 :

                • edit ~/configs/advancemame/advmame.rc.origin and set device_video auto (also set device_keyboard none)
                • run TERM=xterm advcfg -rc ~/configs/advancemame/advmame.rc.origin and have fun with setting up your screen (kinda not really user friendly, but still, that's an easy way to do it)
                • last : change the default mame core to advancemame, and give some feedback 🙂

                Edit :
                Thanks to @ian57 who tried first : text alternatif
                To me, that's really the "easiest" way of setting up arcade CRT, despite not being perfect. The video configuration of advancemame is tricky, i'm not sure yet about all the consequences of trying to "perfectly" resize the picture in the screen, but i've had some interesting results. Games could not always be fullscreen, but i succeeded in running them at their original speed, sometimes a little scaled, but no tearing/artifacts (i can't say i tested that many roms ...)

                Former dev - Please reply with @substring so that i am notified when you answer me
                Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                1 Reply Last reply Reply Quote 0
                • Substring
                  Substring last edited by Substring

                  I added this screenshot so that you can see key combos to mode/shrink/expand the screen. The aim is to make it fit your screen, even if you loose 1 or 2 lines/columns.

                  and make sure you run advcfg at tthe same resolution you'd run mame !!! Which means : if you added a mame.videomode option in recalbox, you should run advcfv at the videomode, of course 😉

                  Former dev - Please reply with @substring so that i am notified when you answer me
                  Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                  1 Reply Last reply Reply Quote 0
                  • Pietze
                    Pietze last edited by

                    Oh man, I think my SCART2PI will arrive tomorrow. I really hope I won't spend the whole weekend to get this started!

                    @funkybunch Und, hat es sich am Ende gelohnt? 🙂

                    1 Reply Last reply Reply Quote -1
                    • Pietze
                      Pietze last edited by

                      Is there anybody else working with Pi2Scart and a Rasberry Pi3 + Recalbox setup? I spend the whole evening trying to get this running, but I just get a black screen, even with @funkybunch final settings 😕

                      I'm starting to think I'm better of with my composite 240p signal, at least that worked out very easy...

                      1 Reply Last reply Reply Quote 0
                      • Substring
                        Substring last edited by

                        @ian57 can you share your experience with Pi2SCART ?

                        Former dev - Please reply with @substring so that i am notified when you answer me
                        Ex dev - Merci de me répondre en utilisant @substring pour que je sois notifé

                        ian57 1 Reply Last reply Reply Quote 1
                        • ian57
                          ian57 Staff @Substring last edited by

                          @Substring LOL, did not test it yet... sorry
                          perhaps next week

                          "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                          Pietze 1 Reply Last reply Reply Quote 1
                          • Pietze
                            Pietze @ian57 last edited by Pietze

                            @ian57 Little update: I used a pre-defined .img on another sd card with Retropie and it works. Unfortunately, I'm not able to copy those settings successfully to my Recalbox card. If you find a way, keep my updated please 🙂

                            ian57 1 Reply Last reply Reply Quote 0
                            • ian57
                              ian57 Staff @Pietze last edited by ian57

                              @Pietze I tested on my recalbox this morning... scrumbling blue image 🙂 with the basic config given in http://strike-devices.net/index.php/pi2scart/. I will try another scart cable... and test retropie too, to see if it comes from config... or hardware

                              My bad.... GPIO controls was activated in recalbox.conf : it is my recalbox for testing.... so....

                              so the only thing to do is to add :

                              disable_audio_dither=1
                              dtparam=audio=on
                              dtoverlay=vga666
                              enable_dpi_lcd=1
                              display_default_lcd=1
                              dpi_group=2
                              dpi_mode=87
                              hdmi_timings=320 1 16 30 34 240 1 2 3 22 0 0 0 60 0 6400000 1 #240p
                              

                              at the end of /boot/config.txt
                              for that read the following page : https://github.com/recalbox/recalbox-os/wiki/Edit-the-config.txt-file-(EN)

                              "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                              Pietze 1 Reply Last reply Reply Quote 1
                              • Pietze
                                Pietze @ian57 last edited by

                                @ian57 That's so weird! I put that same code in my Recalbox config.txt as well. I just got that black screen 😞 Even on a fresh new install. Those GPIO controls aren't something that are activated usually, right?

                                I started a Retropie on another SD card, and that works. So, it doesn't seem a problem on the hardware side, I'm afraid...

                                ian57 1 Reply Last reply Reply Quote 0
                                • ian57
                                  ian57 Staff @Pietze last edited by ian57

                                  @Pietze Are you using the 4.1 release? I omitted to say , that it is working with the 4.1 release 😉

                                  see here for DL https://archive.recalbox.com/updates/v1.0/unstable/0_1498496360429_DSC_2389.jpg

                                  "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

                                  Pietze 1 Reply Last reply Reply Quote 1
                                  • Pietze
                                    Pietze @ian57 last edited by

                                    @ian57 Oh, well I should try 4.1! It's still 4.0.2 ^^

                                    However, that Pi2Scart is worth the trouble:

                                    alt text

                                    alt text

                                    1 Reply Last reply Reply Quote 0
                                    • ian57
                                      ian57 Staff last edited by

                                      @Pietze I made my tests on 4.1. I think you should try the 4.1 release... and yes it gives some great images ... with some work to configure it . See http://strike-devices.net/index.php/pi2scart/ to reproduce the emulator config in recalbox for a better image.

                                      "UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity." Dennis Ritchie

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

                                      Want to support us ?

                                      81
                                      Online

                                      99.6k
                                      Users

                                      28.1k
                                      Topics

                                      187.1k
                                      Posts

                                      Copyright © 2021 recalbox.com