Recalbox Forum

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

    Affichage HDMI Impossible (PC)

    Recalbox Général
    hdmi
    8
    20
    6060
    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.
    • Nounet69
      Nounet69 last edited by

      Bonjour a tous,

      Je pense que c'est ce fichier qu'il te faut :

      #!/bin/sh

      GTMP="/tmp"
      DHOME="/recalbox/share/system"

      to be callable by any external tool

      if test $# -eq 1
      then
      REPORTNAME=$(basename "$1" | sed -e s+'^([^.])..$'+'\1'+)
      OUTPUTFILE=$1
      else
      REPORTNAME="recalbox-support-"$(date +%Y%m%d%H%M%S)
      OUTPUTFILE="/recalbox/share/saves/${REPORTNAME}.tar.gz"
      fi

      TMPDIR="${GTMP}/${REPORTNAME}"

      f_cp() {
      test -e "$1" && cp "$1" "$2"
      }

      d_cp() {
      test -d "$1" && cp -pr "$1" "$2"
      }

      if mkdir "${TMPDIR}" && mkdir "${TMPDIR}/"{system,joysticks,lirc,kodi}
      then
      if ! cd "${TMPDIR}"
      then
      echo "Change directory failed" >&2
      exit 1
      fi
      else
      echo "Reporting directory creation failed" >&2
      exit 1
      fi

      SYSTEM

      DSYSTEM="${TMPDIR}/system"
      dmesg > "${DSYSTEM}/dmesg.txt"
      lsmod > "${DSYSTEM}/lsmod.txt"
      ps > "${DSYSTEM}/ps.txt"
      df -h > "${DSYSTEM}/df.txt"
      netstat -tuan > "${DSYSTEM}/netstat.txt"
      lsusb -v > "${DSYSTEM}/lsusb.txt" 2>/dev/null
      tvservice -m CEA > "${DSYSTEM}/tvservice-CEA.txt"
      tvservice -m DMT > "${DSYSTEM}/tvservice-DMT.txt"
      ifconfig -a > "${DSYSTEM}/ifconfig.txt"
      lspci > "${DSYSTEM}/lspci.txt"
      amixer > "${DSYSTEM}/amixer.txt"
      aplay -l > "${DSYSTEM}/aplay-l.txt"
      DISPLAY=:0.0 glxinfo > "${DSYSTEM}/glxinfo.txt"
      DISPLAY=:0.0 xrandr > "${DSYSTEM}/xrandr.txt"
      connmanctl technologies > "${DSYSTEM}/connman-technologies.txt"
      connmanctl services > "${DSYSTEM}/connman-services.txt"
      f_cp /recalbox/recalbox.version "${DSYSTEM}"
      f_cp /recalbox/recalbox.arch "${DSYSTEM}"
      f_cp /boot/config.txt "${DSYSTEM}"
      f_cp /recalbox/share/system/recalbox.conf "${DSYSTEM}"
      d_cp /recalbox/share/system/logs "${DSYSTEM}"
      f_cp /var/log/messages "${DSYSTEM}"
      f_cp /recalbox/share/system/.emulationstation/es_settings.cfg "${DSYSTEM}"
      f_cp /recalbox/share/system/.emulationstation/es_log.txt "${DSYSTEM}"
      f_cp /recalbox/share/system/.emulationstation/es_input.cfg "${DSYSTEM}"
      f_cp /boot/recalbox-boot.conf "${DSYSTEM}"
      f_cp /var/log/Xorg.0.log "${DSYSTEM}"

      Emulators configs

      d_cp /recalbox/share/system/configs "${TMPDIR}/configs"

      joysticks

      DJOYS="${TMPDIR}/joysticks"
      find /dev/input > "${DJOYS}/inputs.txt"
      for J in /dev/input/event*
      do
      N=$(basename ${J})
      evtest --info "${J}" > "${DJOYS}/evtest.${N}.txt"
      udevadm info -q all -n "${J}" > "${DJOYS}/udevadm.${N}.txt"
      done
      sdl2-jstest -l > "${DJOYS}/sdl2-jstest.txt"

      lirc

      DLIRC="${TMPDIR}/lirc"
      f_cp "${DHOME}/.config/lirc/lircd.conf" "${DLIRC}"

      kodi

      DKODI="${TMPDIR}/kodi"
      f_cp "${DHOME}/.kodi/userdata/Lircmap.xml" "${DKODI}"
      f_cp "${DHOME}/.kodi/userdata/keymaps/recalbox.xml" "${DKODI}"
      d_cp "${DHOME}/.kodi/userdata/remotes" "${DKODI}"
      f_cp "${DHOME}/.kodi/temp/kodi.log" "${DKODI}"

      if ! (cd "${GTMP}" && tar cf - "${REPORTNAME}" | gzip -c > "${OUTPUTFILE}")
      then
      echo "Reporting zip creation failed" >&2
      exit 1
      fi

      rm -rf "${TMPDIR}"
      echo "${OUTPUTFILE}"
      exit 0

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

        @nounet69 nope ça c'est el script générant l'archive de support. Il faut executer ce dernier en ssh (copier/coller /recalbox/scripts/recalbox-support.sh puis entrée en ssh), puis récupérer l'archive dans le dossier saves et l'uploader sur http://dl.free.fr

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

          Bonjour,
          Voilà le fichier désiré : http://dl.free.fr/bPzr3SlOR
          Merci d'avance.

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

            @ramaduc merci, à l'occaz passe nous voir sur irc et notifie moi.
            Il faudra que tu ais accès physiquement au pc recalbox et un accès ssh sur ce dernier.

            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 ;)

            ramaduc 2 Replies Last reply Reply Quote 0
            • ramaduc
              ramaduc @rockaddicted last edited by

              @rockaddicted Salut. Je suis novice sur IRC. Je t'ai envoyé un message privé mais je ne suis pas sûr de moi. J'ai l'impression que tu n'es pas connecté.

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

                @rockaddicted Voilà le nouveau fichier :
                http://dl.free.fr/gPVoV2IiF

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

                  @rockaddicted said in Affichage HDMI Impossible (PC):

                  http://dl.free.fr

                  Ok, lol....
                  Bon, si j evoulais cacher que j'était un noob, c'est raté lollllllll

                  Voilà le fichier que tu veux : texte du lien

                  Par contre, quand tu le modifie, je le met ou ?

                  Merci d'avance.

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

                    @Nounet69 merci, à l'occaz quand tu aura le temps et accès ssh sur ton NUC passe nous voir sur irc et notifie moi

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

                      Bonjour à tous,

                      Je me retrouve avec le même le problème. Mon ordinateur est connecté via un displayport sur un receiver en hdmi pour afficher le tout sur un videoproj. Et je me retrouve avec un No Signal aussi, alors que quand je suis sur windows no problem.

                      Est-ce que par hasard il y a eu une maj de Recalbox depuis ce topic il y a 9 mois ? @Substring ayant annoncé dans son port qu'il y aurait une maj (très) prochainement à ce sujet.

                      Merci

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

                        @matvsax ca a pris du retard, j'espère qu'on commencera la beta publique en aout

                        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é

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

                          @substring Pas de soucis, sera t-il possible de participer à la beta ?

                          Gaetan 1 Reply Last reply Reply Quote 0
                          • Gaetan
                            Gaetan Theme moderator @matvsax last edited by

                            @matvsax elle sera publique, donc oui, certainement 🙂

                            Boards : Now: Nuc i7 7567u // Past: Rpi3 B, Rpi3 B+, Odroid xu4
                            Controllers : Ps3 dualshock, 8bitdo SFC30 pro, Snes wired controller

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

                              Bonjour, j'ai le même soucis.
                              Pas de sortie HDMI fonctionnel. (Je vois le bios mais cela s'éteint lorsque recalbox se charge) dommage car pour brancher sur une TV on n'a pas trop le choix !
                              Est ce que vous avez des informations sur la maj?
                              Merci

                              strodown 1 Reply Last reply Reply Quote 0
                              • strodown
                                strodown @kvb last edited by

                                @kvb https://github.com/recalbox/recalbox-os/wiki/Changer-la-resolution---la-sortie-video-sous-x86-x86_64

                                Recalbox X86_64 :
                                Dell Optiplex 390 , Intel Core I5 , 8Gb Ram, Nvidia GetForce Gt 1030 Low Profile
                                X-Arcade
                                Lightgun Mayflash Dolphin-bar

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

                                Want to support us ?

                                64
                                Online

                                99.6k
                                Users

                                28.1k
                                Topics

                                187.1k
                                Posts

                                Copyright © 2021 recalbox.com