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
    705988
    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.
    • n3o_c59
      n3o_c59 last edited by n3o_c59

      @archimage en effet c'était ça, j'ai pris un autre thème dans le post (simply-dark il me semble) il est très beau mais visiblement mal cadré.

      Merci beaucoup 👍

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

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • n3o_c59
          n3o_c59 last edited by

          Bon, j'ai (encore) un soucis. Sur fba et fba_libretro, j'ai créé au même titre que les autres, un fichier CFG.

          Jusque là tout va bien, mais en mettant les valeurs dans ce fichier ça ne change rien et j'ai un écran écrasé. Après avoir cherché un peu je découvre qu'en mettant l'émulateur fba et le core libretro j'ai un écran nickel ! (qui prend en compte le fichier CFG).

          J'ai le tour sur fba et fba_libretro uniquement. Je ne vois pas trop de où ça peut venir et je ne comprends pas pourquoi en changeant l'émulateur ou le core ça fonctionne --'

          Désolé mais je suis paumé pour le coup.

          Merci !

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

            C"'est normal, la config graphique par fichier cfg ne marche qu'avec les cores libretro. Fba quant à lui est un emu standalone (pifba) et ne permet pas cette config.

            Donc tu peux laisser tomber fba et n'utiliser que libretrofba

            "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
            • n3o_c59
              n3o_c59 last edited by

              Merci @ian57 mais comment faire alors ? Parce-que même Fba libretro ne m'affiche pas correctement l'image. J'ai tenté dans recalbox.conf un fba.core=libretro mais ça ne marche pas. Par contre quand je modifie dans émulationstation ça marche, je me vois mal tout modifier à la main un par un lol

              • Désolé de pourrir le poste 😐 -
              voljega 1 Reply Last reply Reply Quote 0
              • voljega
                voljega Banned @n3o_c59 last edited by

                @n3o_c59 non mais faut que tu mettes tes fichiers dans le repertoire de roms fba_libretro pour utiliser celui ci c'est tout pas besoin de modifier recalbox.conf ou d'editer les données du jeu.

                Faut le bon romset par contre

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

                  Ok merci je vais faire ça alors..
                  Juste une dernière question, j'ai vu qu'en modifiant (dans émulationstation) fba en mettant en place libretro et core fba ça fonctionne très bien, ya pas moyen de mettre par défaut cet emulateur (dans le dossier fba ça m'eviterai de chercher un romset libretro aussi bon que celui de fba)

                  Merci

                  voljega 1 Reply Last reply Reply Quote 0
                  • archimage
                    archimage last edited by

                    Mets tes roms dans le dossier fba_libretro à la place de fba

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

                      @n3o_c59 dans le dossier fba l'emulateur par défaut est fba dans le dossier fba_libretro l'emulateur par defaut est fba_libretro donc je sais pas trop ce que tu trifouilles... Par ailleurs 'fba' sans libretro n'utilise pas libretro contrairement à 'fba_libretro' et les deux ne sont bien évidemment pas le même emulateur et n'utilise pas le même romset. Sur cemerci de bien vouloir lire la doc arcade sur le wiki

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

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • aTg
                          aTg last edited by aTg

                          I am in the final stage to launch a distro of recalbox for CRT all preconfigured with an pixelperfect philosophy, i will upload to github, compatible with all GPIO adapters but i am stopped with one issue and i need a little help.

                          I make one config file for every machine with the correct aspect ratio and other configurations of retroarch for example snes.cfg but when you use a custom config file like this the buttons mapping from Emulationstation not work and need to remap, i am searching the way to load the button mapping of ES or Recabox but i think is neccesary make changes in configgen.

                          Any help are much apreciated.

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

                            @atg I did not had this controller issue with my test of the cfg core file in 4.1. For example the snes.cfg file only contain the video configuration :

                            aspect_ratio_index = "22"
                            custom_viewport_width = "1792"
                            custom_viewport_height = "224"
                            custom_viewport_x = "104"
                            custom_viewport_y = "16"
                            

                            the others configuration options remains identical tho the retroarch default config no ?

                            Perhaps you did this in the 4.0 release?

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

                              @aTg Like explained on https://forum.recalbox.com/post/26027 your per system .cfg is appended to the main .cfg. In other words :

                              • recalbox sets ~/configs/retroarch/retroarchcustom.cfg for controllers or anything else
                              • then configgen will detect the ~/configs/retroarch/snes.cfg (in the case of snes) and APPEND whats inside, which means overwrite anything existing in the previous file. The snes.cfg is just intended to have what @ian57 suggested, nothing about pads

                              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é

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

                                @Substring @Ian57 I build all the system over 4.0 and not works

                                Im going to make the changes in /libretroGenerator.py many thanks

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

                                  ok , ca fait un petit moment , j'ai enfin résolu mes soucis de résolutions , le bon adaptateur HDMI vers VGA suffisait....

                                  pour info , je poste ici car je n'ai pas vu le lien dans le fil du forum.

                                  pi2scart

                                  je vais backer je pense 😄

                                  stéphane.

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

                                    @haricot le gros pb de ce projet c'est le son odieux du pi ... Après c'est vraiment un public TRES ciblé

                                    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é

                                    ajefr 1 Reply Last reply Reply Quote 0
                                    • aTg
                                      aTg last edited by aTg

                                      I finish my MOD of Recalbox OS for CRT based on 4.0

                                      RGB-Pi 4.0 Beta

                                      Is compatible with all DPI conversors (changing dtoverlay= on config.txt)
                                      Installation over CRT (PINN recompiled instead of NOOBS)
                                      One resolution for every console with the correct aspect ratio to get PixelPerfect
                                      Theme modified for lower resolutions

                                      The list of custom resolution with PixelPerfect, the rest are in 320x240 60Hz

                                       atari2600
                                       atari7800
                                       neogeo
                                       mastersystem
                                       pcengine
                                       pcenginecd
                                       turbografx
                                       gamegear
                                       gb
                                       gbc
                                       gba
                                       nes
                                       snes
                                       megadrive
                                       psx
                                       n64
                                      

                                      Please try it and give me your feedback

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

                                        @aTg Great job... congrats

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

                                          @Substring said in Recalbox sur TV CRT en RGB:

                                          @haricot le gros pb de ce projet c'est le son odieux du pi ... Après c'est vraiment un public TRES ciblé

                                          On sent l'informaticien qui parle 😉
                                          Le montage donné au dessus te donnera sûrement un son d'encore moins bonne qualité que la sortie jack du pi (c'est encore moins filtré que dans le pi)

                                          Pour le public "TRES" ciblé, ne pas confondre la version JAMMA et la version SCART/PERITEL ce sont deux projets différents.
                                          Le scart se rapprochant exactement de ce qui est discuté ici

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

                                            @ajefr non, tu parles à un mec qui a un bon bagage en electronique analogique et numérique. Et un truc est sûr : quand un signal de base est pourri, tu n'en feras pas un cheval de course 🙂 donc ce n'est pas un informaticien qui te répond, juste un mec qui a un diplôme assez loin post bac avec une spécialisation traitement du signal 1D/2D ^^

                                            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é

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

                                            Want to support us ?

                                            67
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com