Recalbox Forum

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

    Solved Tout Recalbox 6.0 au ralenti en composite.

    Recalbox Général
    tout recalbox 6.0 ralenti composite
    7
    33
    6969
    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.
    • Gia
      Gia last edited by

      Bonjour,

      J'utilise depuis toujours ma Recalbox sur une petite TV 36cm via la sortie composite.
      Le rendu est vraiment top en mon sens, les jeux redeviennent beau dans cette configuration.

      Cependant depuis le passage a la version 6.0, tout tourne au ralenti. (uniquement en composite, pas de soucis en HDMI)
      Que ce soit l'intro, la musique du menu ou les jeux.
      J'ai bien entendu tout réinstaller au propre, en changeant uniquement les paramètres de sortie vidéo sur les fichiers recalbox.conf et config.txt.
      Au cas ou j'ai également refait une install au propre sur une nouvelle carte SD mais j'ai exactement le même résultat.

      Voici les réglages de mes deux fichiers:
      config.txt:

      #hdmi_safe=1
      #hdmi_group=1
      #hdmi_mode=1
      #hdmi_drive=2
      #hdmi_force_hotplug=1
      sdtv_mode=2

      recalbox.conf:

      system.es.videomode=default
      kodi.videomode=default
      global.videomode=default
      snes.videomode=default
      n64.videomode=default
      dreamcast.videomode=default

      Je n'ai toucher a rien d'autre, sur l'ancienne version avec ces réglages tout fonctionne parfaitement.

      Merci de m'avoir lu jusque ici.

      marcus_972 1 Reply Last reply Reply Quote 0
      • acris
        acris last edited by

        Bonjour @Gia
        @ian57 pourra jeter un oeil quand il sera disponible.

        1 Reply Last reply Reply Quote 0
        • marcus_972
          marcus_972 @Gia last edited by

          @gia Normalement, tu ne devrais pas avoir de # devant hdmi_group et hdmi_mode... Pour le hdmi_mode, c'est 6 (correspondant au 480i)

          Il te manque cette ligne aussi
          avoid_safe_mode=1 (peut etre que ton Pi3B+ démarre en safe mode)

          Cordialement,

          Marc

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

            Bonsoir, j'ai le même souci que toi. J'ai un Raspiboy avec rapsberry pie 0 dedans qui fonctionnais très bien (il y a un ecran dessus).
            Lorsque je l'allume tout est lent, musique et intro.
            Par contre si je le branche en HDMI la tous va bien.
            Je vous avoue etre très novice mais j'ai essayé ce que Marcus à dit et ça n'a rien donné malheureusement.
            En attendant vous auriez pas par hasard la version précédente de recalbox ?

            Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

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

              Comme toi j'ai bien pris soin de modifier comme Marcus le préconise mais ça tourne toujours au ralenti.
              Aussi j'ai réutilisé la version 18.07.13 pour m'assurer qu'il n'y a pas de probleme matériel et la tout tourne parfaitement.
              Je vais continuer a trituré mes fichiers config.txt et Recalbox.conf en espérant vite revenir vers vous avec une solution.

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

                Dit ma machine est compliqué a démonté et je voulais savoir si le fichier config était accessible autrement que en branchant la carte Sd ? Dit est ce que tu aurais par hasard l'image de la 18.07.13 sur pi 0 ?

                Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

                Gia 1 Reply Last reply Reply Quote 0
                • marcus_972
                  marcus_972 last edited by

                  Salut,

                  @Gia et @Mikaeru, envoyez moi vos config.txt et recalbox.conf afin que je puisse faire des tests sur mon installation. Je passe par une péritel en RGB, je peux peut être réussir à reproduire le même bug.

                  Mikaeru Gia 3 Replies Last reply Reply Quote 0
                  • Mikaeru
                    Mikaeru @marcus_972 last edited by MikaXII

                    @marcus_972 Je te remercie de nous aidez pour notre souci:

                    mon fichier config.txt :

                    # uncomment if you get no picture on HDMI for a default "safe" mode
                    #hdmi_safe=1
                     
                    #disable_overscan=1
                     
                    # 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
                     
                    # Using /etc/modules is deprecated and no longer supported on 4.4 kernel
                    # So manually enable audio
                    dtparam=audio=on
                     
                    #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
                     
                    # default CEC name
                    cec_osd_name=recalbox
                     
                    # Overclock
                    gpu_mem_256=128
                    gpu_mem_512=256
                    gpu_mem_1024=512
                     
                    avoid_safe_mode=1
                     
                    kernel=zImage
                     
                    # Raspyboy
                    dtoverlay=pwm-2chan,pin=18,func=2,pin2=13,func2=4
                    overscan_left=-6
                    overscan_right=-6
                    overscan_top=-15
                    overscan_bottom=-15
                    framebuffer_width=320
                    framebuffer_height=240
                    
                    # Raise the first security limit up to 70° instead of 60°
                    temp_soft_limit=70
                    arm_freq=950
                    core_freq=250
                    sdram_freq=450
                    force_turbo=0
                    over_voltage=6
                    over_voltage_sdram_p=0
                    over_voltage_sdram_i=0
                    over_voltage_sdram_c=0
                    gpu_freq=250
                    sdram_schmoo=0x02000020
                    

                    EDIT Modo : l'ajout de "```" avant et après un un block permet une meilleurs lisibilité 🙂

                    Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

                    1 Reply Last reply Reply Quote 0
                    • Mikaeru
                      Mikaeru @marcus_972 last edited by MikaXII

                      @marcus_972 et le recalbox.conf

                      # System Variable
                      # You can configure your recalbox from here
                      # To set a variable, remove the first ; on the line
                      
                      
                      
                      # ------------ A - System Options ----------- #
                      #    Uncomment the system.power.switch you use
                      ;system.power.switch=ATX_RASPI_R2_6      # http://lowpowerlab.com/atxraspi/#installation
                      ;system.power.switch=MAUSBERRY           # http://mausberry-circuits.myshopify.com/pages/setup
                      ;system.power.switch=REMOTEPIBOARD_2003  # http://www.msldigital.com/pages/support-for-remotepi-board-2013
                      ;system.power.switch=REMOTEPIBOARD_2005  # http://www.msldigital.com/pages/support-for-remotepi-board-plus-2015
                      ;system.power.switch=WITTYPI             # http://www.uugear.com/witty-pi-realtime-clock-power-management-for-raspberry-pi
                      ;system.power.switch=PIN56ONOFF          # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                      ;system.power.switch=PIN56PUSH           # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                      ;system.power.switch=PIN356ONOFFRESET    # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                      ;system.power.switch=PIN356PUSHRESET     # https://github.com/recalbox/recalbox-os/wiki/Add-a-start-stop-button-to-your-recalbox-(EN)
                      
                      ## fbcp FrameBuffer Copy Program
                      ## For small TFT screen on GPIO and SPI
                      ## See https://github.com/recalbox/recalbox-os/wiki/Utility---Use-of-fbcp-for-small-TFT-screen-%28EN%29 for details
                      ## Needed for Waveshare 3.2" 3.5" TFT screen, 2.8" Adafruit screen
                      ## See https://github.com/recalbox/recalbox-os/wiki/TFT-Screen-SPI-Bus-%28EN%29
                      ## for support and configuration details needed by /boot/config.txt
                      system.fbcp.enabled=0
                      
                      ## Splash screen duration
                      ## 0: Video will be played for 20 seconds (default)
                      ## -1: All the video will be played (it won't be stopped automatically)
                      ## >0 : Time before the video will be stopped (in seconds)
                      system.splash.length=0
                      
                      ## Recalbox Manager (http manager)
                      system.manager.enabled=1
                      ## 1 or 2, depending on the manager version you wish
                      system.manager.version=2
                      
                      ## Recalbox security
                      # enforce security
                      # samba password required
                      # disable virtual gamepads
                      system.security.enabled=0
                      
                      ## Recalbox API (REST)
                      system.api.enabled=0
                      
                      ## Allow a specific resolution for ES only from the command : tvservice -m [MODE]
                      ## Leave commented for the default usual behaviour
                      ;system.es.videomode=CEA 4 HDMI
                      
                      ## EmulationStation
                      ### menu style
                      ### default -> default all options menu
                      ### none -> no menu except the game search menu
                      ### bartop -> less menu, only needed for bartops
                      emulationstation.menu=default
                      ### Select a system to show on boot (use rom directory name) (string)
                      emulationstation.selectedsystem=favorites
                      ### Show the gamelist of the first or selected system on boot (0,1)
                      emulationstation.bootongamelist=0
                      ### Disable system view. ES will boot and show ONLY the first or selected system (0,1)
                      emulationstation.hidesystemview=0
                      ### Pa**e Gamelists only. Show only games listed in gamelist.xml files (0,1)
                      emulationstation.gamelistonly=0
                      ### Force basicgameList view to be displayed, even if your game systems are scraped (0,1)
                      emulationstation.forcebasicgamelistview=0
                      
                      ## Emulator special keys
                      ## default -> default all special keys
                      ## nomenu -> cannot popup the emulator menu
                      ## none -> no special keys in emulators
                      system.emulators.specialkeys=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=1
                      
                      ## Allow a specific resolution for Kodi only from the command : tvservice -m [MODE]
                      ## By default is using the default resolution of your screen
                      kodi.videomode=default
                      
                      ## Kodi can wait for a network component before starting
                      ## waithost is the ip or hostname that must answer to a ping to validate the availability
                      ## waittime is the maximum time waited when kodi boots
                      ## if waitmode is required, kodi will not start if the component is not available
                      ## if waitmode is wish, kodi will start if the component is not available
                      ## if waitmode is not set or has another value, kodi will start immediately
                      ;kodi.network.waitmode=required
                      ;kodi.network.waittime=10
                      ;kodi.network.waithost=192.168.0.50
                      
                      ## Hyperion
                      ## Hyperion allows you to use an ambilight like led system on your recalbox
                      ## Use hypercon to create your configuration file, and copy it in /recalbox/share/system/configs/hyperion/hyperion.config.json
                      hyperion.enabled=0
                      
                      
                      # ------------ B - Network ------------ #
                      ## Set system hostname
                      system.hostname=RASPIBOY
                      ## Activate wifi (0,1)
                      wifi.enabled=1
                      ## Set wifi region
                      ## More info here: https://github.com/recalbox/recalbox-os/wiki/Wifi-country-code
                      wifi.region=US
                      ## Wifi SSID (string)
                      wifi.ssid=SosoMike
                      ## Wifi KEY (string)
                      ## after rebooting the recalbox, the "new key" is replace by a hidden value "enc:xxxxx"
                      ## you can edit the "enc:xxxxx" value to replace by a clear value, it will be updated again at the following reboot
                      ## Escape your special chars (# ; $) with a backslash : $ => \$
                      wifi.key=enc:U2FsdGVkX1/ie4wOQL7Q17zvzz8pdPweQjzqHjYtlPQ=
                      
                      ## Wifi - static IP
                      ## if you want a static IP address, you must set all 3 values (ip, gateway, and netmask)
                      ## if any value is missing or all lines are commented out, it will fall back to the
                      ## default of DHCP
                      ;wifi.ip=manual ip address
                      ;wifi.gateway=new gateway
                      ;wifi.netmask=new netmask
                      
                      # secondary wifi (not configurable via the user interface)
                      ;wifi2.ssid=new ssid
                      ;wifi2.key=new key
                      # defaults to dhcp. uncomment for static ip
                      ;wifi2.ip=manual ip address
                      ;wifi2.gateway=new gateway
                      ;wifi2.netmask=new netmask
                      
                      # third wifi (not configurable via the user interface)
                      ;wifi3.ssid=new ssid
                      ;wifi3.key=new key
                      # defaults to dhcp. uncomment for static ip
                      ;wifi3.ip=manual ip address
                      ;wifi3.gateway=new gateway
                      ;wifi3.netmask=new netmask
                      
                      ## Samba share
                      system.samba.enabled=1
                      ### Virtual Gamepads
                      system.virtual-gamepads.enabled=1
                      ### SSH
                      system.ssh.enabled=1
                      
                      # ------------ 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 a driver between bluez, official and shanwan
                      ## bluez -> bluez 5 + kernel drivers, support official and shanwan sisaxis
                      ## official -> sixad drivers, support official and gasia sisaxis
                      ## shanwan -> shanwan drivers, support official and shanwan sisaxis
                      controllers.ps3.driver=bluez
                      
                      
                      # ------------ D2 - 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
                      ## Custom mk_gpio arguments,
                      ## map=5 gpio1=Y-,Y+,X-,X+,start,select,a,b,tr,y,x,tl,hk  for one controller,
                      ## map=5 gpio1=pin1,pin2,pin3,.....,pin12,pin13
                      ## map=5,6 gpio1=Y-,Y+,X-,X+,start,select,a,b,tr,y,x,tl,hk gpio2=Y-,Y+,X-,X+,start,select,a,b,tr,y,x,tl,hk for 2 (map=5,map=5,6)
                      ## map=5,6 gpio1=gpiox,gpioy,gpioz,.....,gpiou,gpiov gpio2=gpiox,gpioy,gpioz,.....,gpiou,gpiov
                      # where gpiox,gpioy,gpioz ... are NOT pin numbers on the connector, BUT location gpio numbered as in 
                      # https://www.raspberrypi-spy.co.uk/wp-content/uploads/2012/06/Raspberry-Pi-GPIO-Layout-Model-B-Plus-rotated-2700x900.png
                      ## Set pin to -1 to disable it
                      # controllers.gpio.args=map=5,6 gpio=4,17,27,22,10,9,25,24,23,18,15,14,2 gpio2=11,5,6,13,19,26,21,20,16,12,7,8,3
                      ## MCP configuration : GPIO and MCP can be used together. You can mix them.
                      ## map=0x20,0x21 for 2 mcp23017 on i2c bus
                      #controllers.gpio.args=map=0x20,0x21,5,6 gpio=4,17,27,22,10,9,25,24,23,18,15,14,-1 gpio2=11,5,6,13,19,26,21,20,16,12,7,8,-1
                      
                      
                      # ------------ D3 - Steam Controllers ------------ #
                      ## Enable steam controller service
                      controllers.steam.enabled=0
                      
                      
                      ## 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
                      
                      ## XGaming's XArcade Tankstik and other compatible devices
                      controllers.xarcade.enabled=1
                      
                      
                      
                      # ------------ F - Language and keyboard ------------ #
                      ## Set the language of the system (fr_FR,en_US,en_GB,de_DE,pt_BR,es_ES,it_IT,eu_ES,tr_TR,zh_CN)
                      system.language=fr_FR
                      ## set the keyboard layout (fr,en,de,us,es)
                      system.kblayout=fr
                      ## 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
                      # Update type : default to stable
                      updates.type=stable
                      
                      
                      # ------------ H - HERE IT IS - GLOBAL EMULATOR CONFIGURATION ------------ #
                      ## The global value will be used for all emulators, except if the value
                      ## is redefined 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
                      ## use 'auto' : switches to CEA 4 HDMI if supported, else keep the current resolution
                      ## (string)
                      global.videomode=CEA 4 HDMI
                      
                      ## Shader set 
                      ## Automatically select shaders for all systems
                      ## (none, retro, scanlines)
                      global.shaderset=none
                      
                      ## Once enabled, your screen will be cropped, and you will have a pixel perfect image (0,1)
                      global.integerscale=0
                      
                      ## 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=0
                      
                      ## Set rewind for all emulators (0,1)
                      global.rewind=0
                      
                      ## Set autosave/load savestate for all emulators (0,1)
                      global.autosave=0
                      
                      ## Enable retroarchievements (0,1)
                      ## Set your www.retroachievements.org username/password
                      ## Escape your special chars (# ; $) with a backslash : $ => \$
                      global.retroachievements=0
                      global.retroachievements.hardcore=0
                      global.retroachievements.username=
                      global.retroachievements.password=
                      
                      ## 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
                      
                      ## Demo screensaver parameters
                      ## Set the system list from which ES will run random games
                      global.demo.systemlist=3do,amigacd32,atari2600,atari5200,atari7800,daphne,fba_libretro,fds,gamegear,gba,lynx,mame,mastersystem,megadrive,neogeo,nes,ngpc,o2em,pcengine,sega32x,sg1000,snes
                      ## Default demo game sessions last 90s. Change this value if you want shorter or longer sessions
                      ;global.demo.duration=90
                      
                      # ------------ I - EMULATORS CHOICES ----------- #
                      ## You can override the global configurations here
                      ## Here is the snes example
                      ;snes.videomode=CEA 4 HDMI
                      snes.core=snes9x2002
                      ;snes.shaders=/recalbox/share/shaders/shaders_glsl/mysnesshader.gplsp
                      ;snes.ratio=16/9
                      ;snes.smooth=0
                      ;snes.rewind=1
                      ;snes.autosave=0
                      ;snes.emulator=libretro
                      ;snes.integerscale=0
                      ## If you do not want recalboxOS to generate the configuration for the emulator: 
                      ;snes.configfile=/path/to/my/configfile.cfg
                      
                      ## Default cores for RPi1
                      snes.core=snes9x2002
                      gba.core=gpsp
                      mame.core=mame2000
                      nes.core=fceumm
                      
                      ## 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 (fbalpha, mame2000)
                      ;neogeo.core=fbalpha
                      
                      ## Demo screensaver parameters
                      ## Include or exclude a particular system from the demo screensaver
                      ## You may change the global.demo.systemlist key or include/exclude every single system
                      ;snes.demo.include=0
                      ## Set the session duration for a particular system
                      ;snes.demo.duration=90
                      
                      # ------------ J - NETPLAY PARAMETERS ----------- #
                      ## All these values are handled by Recalbox itself
                      global.netplay=1
                      global.netplay.nickname=
                      global.netplay.port=55435
                      global.netplay.relay=
                      global.netplay.systems=fba_libretro,mame,mastersystem,megadrive,neogeo,nes,pcengine,sega32x,sg1000,snes,supergrafx
                      global.netplay.lobby=http://lobby.libretro.com/list/
                      
                      ## Configurations generated by Recalbox
                      

                      EDIT Modo : l'ajout de "```" avant et après un un block permet une meilleurs lisibilité 🙂

                      Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

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

                        Mon problème ce précise j'ai remarqué aussi que sur l’écran non seulement c'est ralenti mais au lancement d'une rom j'ai une image brouillé comme un plantage (il n'y plus de son et une image blanche). En HDMI aucun souci on vois même que les émulateurs sont optimisé car je trouve le tout plus fluide qu'avant.

                        Pour le réglage de mon écran j'ai toujours suivi ce tuto
                        https://forum.recalbox.com/topic/8678/tuto-installing-recalbox-on-the-8-b-craft-raspiboy

                        Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

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

                          J'ai observé le monitoring de la rapsberry et le cœur du processeur saturé a 100% c'est une information supplémentaire mais dont je ne trouve pas l'origine

                          Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

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

                            Idem que @Gia tout tourne au ralenti

                            RPI3 Model B - Recalbox 6.0 - Manettes XBox360 sans fil - SD Card Sandisk 16GO - Clé USB Emtec 2x64GB - TV Cathodique 74 cm 4/3

                            Gia 1 Reply Last reply Reply Quote 0
                            • Gia
                              Gia @marcus_972 last edited by

                              @marcus_972 said in Tout Recalbox 6.0 au ralenti en composite.:

                              Salut,

                              @Gia et @Mikaeru, envoyez moi vos config.txt et recalbox.conf afin que je puisse faire des tests sur mon installation. Je passe par une péritel en RGB, je peux peut être réussir à reproduire le même bug.

                              Encore Merci Marcus pour ton implication.
                              Voici un lien de mes deux fichiers:

                              https://drive.google.com/drive/folders/19Z0KL03ZsLDubqrwMI2a1oiQ9Wb8Oy-u?usp=sharing

                              J'ai passer tout mon dimanche dessus, je pense avoir tout essayer en ce qui concerne le reclabox.conf et config.txt, je commence a avoir le sentiment que la solution n'est pas a la porter de ces deux fichiers malheureusement.

                              1 Reply Last reply Reply Quote 0
                              • Gia
                                Gia @MicMey last edited by

                                @micmey said in Tout Recalbox 6.0 au ralenti en composite.:

                                Idem que @Gia tout tourne au ralenti

                                Le ralentissement global de la recalbox est apparemment systématique pour celui qui utilise la sortie composite d'origine du Pi comme nous.
                                J'ai un contact brésilien sur facebook qui est dans le même cas.

                                Je ne sais pas s'il y a un lien mais nous avons tout les 3 un RPI3 Model B.

                                1 Reply Last reply Reply Quote 0
                                • Gia
                                  Gia @Mikaeru last edited by

                                  @mikaeru said in Tout Recalbox 6.0 au ralenti en composite.:

                                  Dit ma machine est compliqué a démonté et je voulais savoir si le fichier config était accessible autrement que en branchant la carte Sd ? Dit est ce que tu aurais par hasard l'image de la 18.07.13 sur pi 0 ?

                                  Désolé je n'ai pas l'image de l'avant dernière version, j'ai juste une micosd déjà flashé avec.
                                  Sinon le fichier config est accessible sans aucun démontage via le logiciel WinSCP par exemple, il faut juste être sur le même réseau bien entendu.

                                  Mikaeru 1 Reply Last reply Reply Quote 0
                                  • Mikaeru
                                    Mikaeru @Gia last edited by

                                    @gia merci je passerai par winscp du coup j'y pensais même pas

                                    Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

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

                                      @Mikaeru @marcus_972 @MicMey @Gia pourriez vous tester la variable

                                      audio_pwm_mode=0
                                      

                                      Pour voir

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

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

                                        @ian57

                                        Infiniment merci, je vais pour profiter de la NeoGeo CD grâce a toi.
                                        Hier j'ai essayer #audio_pwm_mode=2 sans succès alors j'avais zapper cette piste.

                                        Avec audio_pwm_mode=0 tout rentre dans l'ordre, encore merci.

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

                                          @Gia je pense qu avec le changement de firmware la valeur par défaut est maitenant 2 et plus zéro... Car le composite n est plus beaucoup utilisé avec l'arrivée du VGA 666 et des convertisseur HDMI VGA vers rgb.
                                          Le ralentissement avec le mode 2 est connu depuis longtemps.
                                          Bon jeu

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

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

                                            @ian57 Merci beaucoup une ligne et le problème n'est plus, j'aurais jamais réussi sans votre aide !

                                            Pi3B en HDMI et Pi0w dans un raspiboy (écran 240p brancher sur PCB)

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

                                            Want to support us ?

                                            75
                                            Online

                                            98.7k
                                            Users

                                            28.1k
                                            Topics

                                            187.0k
                                            Posts

                                            Copyright © 2021 recalbox.com