Recalbox Forum

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

    Recalbox sur TV CRT en RGB

    Recalbox Général
    recalbox crt rgb
    51
    782
    706000
    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.
    • Scandy
      Scandy @aTg last edited by

      @aTg a RGB-Pi with female SCART and one (or two) DB15 female controller ports would be definitive, IMHO.

      aTg 1 Reply Last reply Reply Quote 0
      • gkralicek2
        gkralicek2 @aTg last edited by

        @aTg That's good news ! Something i could definetely put to good use in my candycab :=)
        But as @scandy mentioned it, an RGB stereo SCART output with DB-15 connectors to plug in neo-geo type arcade sticks would be a definitive killer for CRT TV owners ! :=). Though i doubt there would be enough pins on the GPIO connector to achieve this...

        1 Reply Last reply Reply Quote 1
        • aTg
          aTg @Scandy last edited by aTg

          @Scandy That already exists, the rpi2scart ... (A bit expensive the truth)
          He thinks that I am alone, I can not launch so many projects at the same time.
          I had an idea about this that you are telling me, so that it was not the same as everything I had thought of including in the design a box for the RPi in the form of a console, its connector scart on the back and the DB15 in front, with button of power and reset.
          But it's just an idea.

          @gkralicek2 If there are, I already have a prototype working.
          alt text

          Scandy gkralicek2 2 Replies Last reply Reply Quote 0
          • Scandy
            Scandy @aTg last edited by

            @aTg said in Recalbox sur TV CRT en RGB:

            @Scandy That already exists, the rpi2scart ... (A bit expensive the truth)
            He thinks that I am alone, I can not launch so many projects at the same time.
            I had an idea about this that you are telling me, so that it was not the same as everything I had thought of including in the design a box for the RPi in the form of a console, its connector scart on the back and the DB15 in front, with button of power and reset.
            But it's just an idea.

            @gkralicek2 If there are, I already have a prototype working.
            alt text

            A board with the same form-factor of RPi, placed on top of it (like a "shield") with female SCART and DB15 controllers... hmmmmmm! 😄

            1 Reply Last reply Reply Quote 0
            • gkralicek2
              gkralicek2 @aTg last edited by

              @aTg Now that's impressive ! Good job mate !

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

                Ok guys, I need your help. 🙂

                RPi3 > HDMI to VGA > OK! (on a LCD monitor)

                but

                RPi3 > HDMI to VGA > VGA to SCART (from Retrocable.es)

                ...I get only a black picture. 😞

                My crt TV seems to recognize that there is some kind of signal, but I only get a black picture. What I'm doing wrong? :_(

                Thanks.

                aTg Substring gkralicek2 3 Replies Last reply Reply Quote 0
                • aTg
                  aTg @Scandy last edited by

                  @Scandy For the tv to be set to RGB mode you need 3v on pin 16 of the scart.

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

                    @Scandy said in Recalbox sur TV CRT en RGB:

                    So, forced to only one choice, you'd rather use the GPIO for video or controls?
                    IMHO the delay generated by an HDMI>VGA converter is more sensitive than that induced by USB hardware.
                    I do not take into account the delay caused by the emulator/SDL because it would be present in both cases.

                    D**n, i had hoped I2C pins would still be available in DPI mode, or that DPI can be used for DPI. Looks like not. Too bad 😕

                    One test that could be done is use a HDMI multiple output, and compare HDMI vs HDMI2VGA at the same time.

                    Anywya, enugh of trolling stuff 🙂

                    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 @Scandy last edited by

                      @Scandy said in Recalbox sur TV CRT en RGB:

                      Ok guys, I need your help. 🙂

                      RPi3 > HDMI to VGA > OK! (on a LCD monitor)

                      but

                      RPi3 > HDMI to VGA > VGA to SCART (from Retrocable.es)

                      ...I get only a black picture. 😞

                      My crt TV seems to recognize that there is some kind of signal, but I only get a black picture. What I'm doing wrong? :_(

                      Thanks.

                      @archimage or @ian57 any clue ?

                      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 0
                      • gkralicek2
                        gkralicek2 @Scandy last edited by gkralicek2

                        @Scandy Have you plugged the USB connector from the "retrocable.es" cable into one of the Pi USB port or a USB power supply ? You need that +5v line to be connected so the TV can switch to RGB mode properly otherwise it will expect a composite signal by default and display a blank screen.
                        If you've done that already and still have a black picture then have you modified the config.txt and recalbox.conf files in order to output a video mode compatible with the TV @15khz (such as CEA mode 6 -> 480i or CEA mode 8 ->240p) ?

                        You could use :
                        hdmi_group=1
                        hdmi_mode=6

                        in your ./boot/config.txt file so that emulation station is displayed in 480i (640*480 interlaced mode)

                        and :
                        global.videomode=CEA 8 HDMI

                        in your ./recalbox/share/system/recalbox.conf file so that your emulators run at 240p (720x240 progressive). Note that you will have to adjust the aspect ratio in retroarch and activate the "smoothing" option in recalbox menus to get a proper 4/3 display in your games out from the 720x240 res.

                        Scandy 1 Reply Last reply Reply Quote 0
                        • Scandy
                          Scandy @gkralicek2 last edited by

                          @gkralicek2 thank you very much for your feedback.
                          Yes, the USB was connected, but in config.txt I only set hdmi_safe=1.

                          I'll check with

                          hdmi_group=1
                          hdmi_mode=6

                          Thanks!

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

                            @Substring as gkralicek2, I was thinking of the +5V which force the tv to switch to the right mode.

                            "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 0
                            • gkralicek2
                              gkralicek2 @Scandy last edited by

                              @Scandy Then that's for sure the source of your problem :=)... If you haven't configured the config.txt file with a proper output video mode compatible with what your CRT TV can display, all you'll get is a black screen. Default boot up res is 640*480 progressive @31khz which is compatible with a PC LCD screen but NOT with a TV set which is limited to resolutions using a 15khz horizontal frequency (240p, 480i or 576i).
                              Once you'll have applied the settings i gave you in my previous post, you should get a picture :=)

                              Scandy 1 Reply Last reply Reply Quote 0
                              • Scandy
                                Scandy @gkralicek2 last edited by

                                @gkralicek2 @ian57 @Substring thank you for your help!
                                Adding a male - female VGA cable between the HDMI > VGA adapter and Retrocable VGA > SCART fixed it (of course I've also setup config.txt).
                                Now I have a perfectly clear RGB picture on my good old crt TV. 🙂

                                Unfortunately, it seems that real time resolution switch does not work in AdvanceMAME using the HDMI > VGA adapter (I only get a black screen... l'll write to Andrea).

                                So I still wait for the GPIO - VGA from Malaysia... 😕

                                P.S. If someone's interested, I found how to use Unibios in AdvanceMAME.

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

                                  @Scandy check my issue at Andrea : you're supposed to configure your monitor in advcfg first

                                  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é

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

                                    @Substring thank you very much for your advice (and for your constant support) I've yet manually configured my monitor (crt TV) in advmame.rc but it seems an issue related to HDMI > VGA adapter I'm using (I can't even run videomodes in advcfg). I'll check with the GPIO-VGA when I'll receive it.

                                    I'm testing the 3.1 RC and it's great: Andrea fixed many little things, and audio and vsync are now perfect, as the UI.

                                    BTW I've checked both the HDMI > VGA > SCART output and the Composite output and let me say that... to me, lag brought by my Lindy HDMI > VGA is consistent.

                                    Ryuuko no Ken (Art of Fighting) in Composite is much more reactive, I hardly feel the difference with the real CMVS. Can't wait to test the VGA shield on the same aspect.

                                    On the other hand, seeing AdvanceMAME in pure RGB at 240p@60hz (fixed, for now) is impressive.

                                    I smile thinking about how emulation on RPi was different just some time ago. Who knows what the future holds! 😉

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

                                      @Scandy OK, i'm now equipped for pi 2 scart through GPIO. Advmame 3.1-rc sound is fuzzy sometimes (like when a vinyl was turning too fast), i didn't get this behaviour on normal HDMI. Dunno how to check the resolution change, but i'm not sure it happens.

                                      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é

                                      Scandy 1 Reply Last reply Reply Quote 0
                                      • n3o_c59
                                        n3o_c59 last edited by n3o_c59

                                        Salut les gars, j'ai un petit soucis après avoir suivi le poste, mon écran n'est pas complet comme sur les photos..J'ai créé un fichier cfg pour chaque console mais je n'arrive pas à aller plus loin avec le viewport. Un peu comme s'il manquait une partie de mon écran.
                                        Une idée ?
                                        0_1482260982264__20161220_195837.JPG
                                        0_1482260383465__20161220_195931.JPG

                                        C'est comme ça pour toutes les consoles mais pas pour émulationstation.

                                        Merci !

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

                                          @n3o_c59 question bete : si tu utilises raspi2png tu vois bien ce qu'il manque ou non ? Sinon diminuer la taille de la zone visible

                                          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
                                          • Scandy
                                            Scandy @Substring last edited by Scandy

                                            @Substring I had this issue also on AdvanceMAME 3.0 with HDMI and Composite, and Andrea fixed it. I suppose he is aware of this strange behavior, and probably he will fix it after the holidays.

                                            Meantime, try to set in advmame.rc the value sync_resample emulation, it worked for me as workaround.

                                            P.S. Speaking of resolution on RPi, we should follow (and also support) this interesting request.

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

                                            Want to support us ?

                                            71
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com