Recalbox Forum

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

    V3.3.0 beta testers needed – besoin de beta testeurs

    Recalbox General
    v3.3.0 beta testers needed testeurs
    78
    401
    225466
    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.
    • aaroncastello123
      aaroncastello123 last edited by

      I have a "Logilink BT0007A", but I can't sync this with the gamepad. should I change something in the recalbox.config?

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

        Is your controller a chinese copy ? https://github.com/recalbox/recalbox-os/wiki/PS3-controllers-drivers-(EN)

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

          No, is an original gamepad.

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

            Please test the different driver 🙂

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

              How can I do it?

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

                Edit in recalbox.conf : https://github.com/recalbox/recalbox-os/wiki/recalbox.conf-(EN)

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

                  Malheureusement, ça ne marche pas mieux...

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

                    Namu -> ouvre un topic sur ton probleme, d'autres l'ont peut etre eu.

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

                      @digitallumberjack this is my recalbox.conf:   # System Variable # You can configure your recalbox from here # To set a variable, remove the first ; on the line       # ------------ A - ES Options ----------- # ## Pre-boot splash system.splash.enable=0   ## EmulationStation menu style ## default -> default all options menu ## none -> no menu except the game search menu ## bartop -> less menu, only needed for bartops system.es.menu=default   ## Show or hide kodi in emulationstation (0,1) kodi.enabled=1 ## Start kodi at launch (0,1) kodi.atstartup=0 ## set x button shortcut (0,1) kodi.xbutton=0       # ------------ B - Network ------------ # ## Set system hostname system.hostname=RECALBOX ## Activate wifi (0,1) wifi.enabled=1 ## Wifi SSID (string) ;wifi.ssid=new ssid ## Wifi KEY (string) ;wifi.key=new key       # ------------ C - Audio ------------ # ## Set the audio device (auto, hdmi, jack) audio.device=auto ## Set system volume (0..100) audio.volume=90 ## Enable or disable system sounds in ES (0,1) audio.bgmusic=1       # -------------- D - Controllers ----------------- # # Enable support for standard bluetooth controllers controllers.bluetooth.enabled=1     ## Please enable only one of these # -------------- D1 - PS3 Controllers ------------ # ##Enable PS3 controllers support controllers.ps3.enabled=1 ## Choose an driver beetween official, shanwan and gasia if you have dualshock clones (official,shanwan,gasia) controllers.ps3.driver=official     # ------------ D2 - XBOX Controllers ------------ # ## Xbox controllers are already supported, but xboxdrv can solve some compatibility issues ## Enable xboxdrv driver, disable this if you enabled ps3 controllers (0,1) ;controllers.xboxdrv.enabled=0 ## Set the amount of controllers to use with xboxdrv (0..4) ;controllers.xboxdrv.nbcontrols=2     # ------------ D3 - GPIO Controllers ------------ # ## GPIO Controllers ## enable controllers on GPIO with mk_arcarde_joystick_rpi (0,1) ;controllers.gpio.enabled=0 ## mk_gpio arguments, map=1 for one controller, map=1,2 for 2 (map=1,map=1,2) ;controllers.gpio.args=map=1,2     ## DB9 Controllers ## Enable DB9 drivers for atari, megadrive, amiga controllers (0,1) ;controllers.db9.enabled=0 ## db9 arguments ;controllers.db9.args=map=1   ## Gamecon controllers ## Enable gamecon controllers, for nes, snes psx (0,1) ;controllers.gamecon.enabled=0 ## gamecon_args ;controllers.gamecon.args=map=1       # ------------ F - Language and keyboard ------------ # ## Set the language of the system (fr_FR,en_US,en_GB,de_DE,pt_BR,es_ES) system.language=es_ES ## set the keyboard layout (fr,en,de,us,es) ;system.kblayout=us ## Set you local time ## Select your timezone from : ls /usr/share/zoneinfo/ (string) ;system.timezone=Europe/Paris       # ------------ G - UPDATES ------------ # ## Automatically check for updates at start (0,1) updates.enabled=1       # ------------ H - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ # ## The global value will be used for all emulators, exept if the value ## is redifined in the emulator   ## Set game resolution for emulators ## select your mode from the command : tvservice -m [MODE] ## CEA 5 HDMI : 1920x1080 @ 60Hz 16:9, clock:74MHz interlaced ## CEA 4 HDMI : 1280x720 @ 60Hz 16:9, clock:74MHz progressive ## use 'default' for using the default resolution ## (string) global.videomode=CEA 4 HDMI   ## Shader set ## Automatically select shaders for all systems ## (none, retro, scanlines) global.shaderset=none   ## Set gpslp shader for all emulators (prefer shadersets above). Absolute path (string) global.shaders=   ## Set ratio for all emulators (auto,4/3,16/9,16/10,custom) global.ratio=auto   ## Set smooth for all emulators (0,1) global.smooth=1   ## Set rewind for all emulators (0,1) global.rewind=0   ## Set retroarch input driver (auto, udev, sdl2) ## If you don't have issues with your controllers, let auto global.inputdriver=auto   ## If you do not want recalboxOS to generate the configuration for all emulators (string) ;global.configfile=/path/to/my/configfile.cfg   # ------------ I - EMULATORS CHOICES ----------- # ## You can override the global configuration here ## Here is the snes example ;snes.videomode=CEA 4 HDMI ;snes.core=snes9x_next ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp ;snes.ratio=16/9 ;snes.smooth=0 ;snes.rewind=1 ;snes.emulator=libretro ## If you do not want recalboxOS to generate the configuration for the emulator : ;snes.configfile=/path/to/my/configfile.cfg   ## The rewind option is deactivated by default on these unsupported cores (don't edit please) virtualboy.rewind=0 sega32x.rewind=0 segacd.rewind=0 psx.rewind=0 fbalibretro.rewind=0 vectrex.rewind=0   ## NeoGeo emulator ## You can use pifba or a libretro core (fba2x,libretro) neogeo.emulator=fba2x ## If you set libretro as neogeo.emulator, uncomment the line below and set the retroarch core (fba,imame4all) ;neogeo.core=fba   ## N64 core (n64,rice) ## The recommanded plugin is n64, but if your game is not compatible, try rice plugin (example Zelda Ocarina of Time, Banjo Kazooie, ...) n64.core=n64   I think all is ok to sync with ps3 controller. Here is an attachment with a picture of my gamepad

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

                        Juste un ptit retour par rapport au theme emulationstation, je trouve que les jaquette snes et N64 ne sont pas mis en valeur trop petite a mon gout, étant donné quelle sont horizontale dans leur version europe et us (ce qui sont principalement utilisé) ce serait top de les ajuster un peu mais faut prendre aussi en compte que les jaquettes Jap sont verticale, faudrais trouver un compromis.

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

                          In my way to configurate 100% my recalbox I have 3 "big" issues. 1st: I can't syncronice my sixaxis ps3 controler, but @digitalLumberjack<span style="line-height: 1.5;"> is on it! Thanks!</span> Can you look what I posted about my recalbox.conf? thank you so much! 2nd: I can't play to Crash Team Racing, I tried a lot of configurations but the game become into a blackscreen after 10 seconds, but @voljega is on it! Thanks. I Tried to reboot the system with the gamepad plug in only, but doesn't matter because is not working yet. 3rd: I can't configurate my xbox360 gamepad to play to n64 games, I have followed https://github.com/recalbox/recalbox-os/wiki/Configure-N64-controllers-(EN) but @rockaddicted is on it! Thanks!! Sould I change the parameters of "plugged" in all devices or only in XBOX 360 original? I mean, all in plugged False and Xbox plugged true?   Thanks to all of you, I really apreciated this help and sorry for my noobs skills with recalbox and my english 😛

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

                            @aaron Well aaron I'm sorry to disappoint you but I'm not exactly 'on' anything ! I just tried to help you, but I'm now at a loss to find an explanation for your problem... Except maybe to check if you didn't forget to unecm the bin file I gave you the link to in case it was ecm'ed... (file should be a .ecm if it's the case) Besides I'm not a member of a Recalbox team, just a fellow user like you 😉

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

                              Salut à tous, Serait-il possible de faire en sorte que la recalbox puisse intégrer deux boutons : un pour faire une rotation d’écran et l’autre de la croix directionnel pour certain jeux, genre 1941. Je sais que l’on peut le faire manuellement avec retroarch, mais c’est assez fastidieux et l’on perd souvent les bonnes proportions de l’image. Ne me demander pas d’ouvrir d’issus je n’ai pas compris le principe 😄 Sinon j’espère que c’est une bonne idée et encore merci à l’équipe qui fait de l’excellent boulot !!

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

                                Peux tu ouvrir une issue s'il te plait? hahaha 😉

                                Recalbox V4.1.0 - RPI3 OC - Xbox360 wireless
                                Wiki ENG : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(EN)
                                Wiki FR : https://github.com/recalbox/recalbox-os/wiki/Mini-How-To-(FR)

                                Don't forget to upvote messages if it has been useful ;)

                                1 Reply Last reply Reply Quote 0
                                • stuart-williams
                                  stuart-williams last edited by

                                  Beta 15 broke my kodi. Ive been using a dual boot setup with openelec/recalbox  which has been fine for all 3.3 versions until this one. Selecting kodi just returns me to to the recalbox system screen. In recalbox conf I have tried adding  kodi.partion=8  without success. EDIT: Beta 16 fixed this issue. Thank you

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

                                    J'ai essayé la beta 16, idem beta 15 : mes manettes SFC30 ne fonctionnent pas. Je retourne sur la beta 14 où ça marche bien. Sur la beta 16, elles sont détectées, mais elles ne fonctionnent pas malgré le message qui confirme que l'appairage s'est bien déroulé.

                                    Bartop STARWARS from scratch (RPI3 inside)
                                    2x 8bitdo SFC30

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

                                      Tu as essayé de la reconfigurer ta manette @Sebbeug ?

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

                                        Comme elle est reconnue, effectivement tout fonctionne si je configure chaque bouton à la main... Mais dans la beta 14, tout était parfaitement configuré sans avoir à faire cette étape. Là ça fonctionne en paramétrant chaque bouton (j'ai refais un passage beta16 -> beta14 -> beta16 pour m'assurer que je ne disais pas de bêtises) (et sous Kodi le pad ne fonctionne qu'avec la touche haut et gauche)

                                        Bartop STARWARS from scratch (RPI3 inside)
                                        2x 8bitdo SFC30

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

                                          Qu'avez-vous changé sur la beta15 qui puisse expliquer ceci ?

                                          Bartop STARWARS from scratch (RPI3 inside)
                                          2x 8bitdo SFC30

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

                                            On a patché SDL2. On doit refaire les configurations de toutes les 8BITDO.

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

                                            Want to support us ?

                                            87
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com