Recalbox Forum

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

    [Non officiel] Recalbox PC x86_64 avec les drivers Nvidia !!

    Emulateurs Arcade/PC/Console
    recalbox drivers nvidia x86-64
    43
    355
    156991
    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.
    • chris256
      chris256 @strodown last edited by

      @strodown said in Recalbox PC x86_64 avec les drivers Nvidia !!:

      @chris256 very good !!!
      you have a little more detail on the performance of your pc? how to operate the menu before and after for granted I test on a game of gamecube kind zelda wind waker thank you very much for your test and back

      OK. I'll try to test it this week-end and give feedback here.

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

        @strodown said in Recalbox PC x86_64 avec les drivers Nvidia !!:

        @chris256 very good !!!
        you have a little more detail on the performance of your pc? how to operate the menu before and after for granted I test on a game of gamecube kind zelda wind waker thank you very much for your test and back

        Hello ! So I tried to do the performance evaluation that you asked.

        When I do the first start, I end up to a black screen. Here is what I get from the log: lvl0: Error creating SDL window! Couldn't find matching GLX visual and here is the complete log.

        At the black screen, I login via ssh, edit the file to allow nvidia driver and reboot. Now ES starts well.

        About the fluidity in menu, it is perfect. I also tested Mario Sunshine. It is very fluid, even setting internal resolution to 1080p (3x).

        However I have a big issue when launching retroarch-based games (as the nes or snes games available in realbox such as 2048 for nes): loading time is of about 20 seconds with black screen. Then the game seems to work fine. Quite strange. Did you encounter this issue?

        Do you plan releasing a new version based on latest beta? Or maybe do you wait the final release of recalbox for compiling a new version? Or may it be directly included in official final version?

        Please tell me if you need more information.

        PS: my card is an nvidia 750Ti.

        Thanks!

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

          @chris256 hello then in a first time you will connect in ssh to create a conf file for nvidia what will theoretically solve the problem of GLX
          once connect in ssh tape this:

          nano / usr / share / X11 / xorg.conf.d / 50-card.conf

          you add this:

          Section "device"
          Identify "card0"
          Driver "nvidia"
          EndSection

          Section "Module"
          Load "glx"
          EndSection

          in a second temp checked this:
          ls /usr/lib/xorg/modules/extensions/libglx.so*
          you must have two files in this directory one libglx.so and one libglx.so.410.73
          if the command rolls back file not found
          type this command:
          cd /usr/lib/xorg/modules/extensions/
          ln -sf libglx.so.410.73 libglx.so

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

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

            Thanks @strodown for your reply! I don’t have access to the TV right now but I’ll try later. Just to be sure: do I have to reinstall and at the first boot do the ssh manipulation that you described or should I just do it on the existing install on which nvidia driver is activated? Also, is the purpose to make it work without nvidia driver enabled or to solve the long black screen when launching games?

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

              @chris256 the goal is to correct the concerns and to keep the diver nvidia it is not necessary to redo an intallation you can modify since the installation already existing
              ps: the first command has spaces
              nano /usr/share/X11/xorg.conf.d/50-card.conf

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

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

                @strodown said in Recalbox PC x86_64 avec les drivers Nvidia !!:

                /usr/share/X11/xorg.conf.d/50-card.conf

                Hello again. The file /usr/share/X11/xorg.conf.d/50-card.conf does not exist. Do I create it?

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

                  @chris256 yes

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

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

                    @strodown It seems that this folder is read only (nano says [ Error writing /usr/share/X11/xorg.conf.d/50-card.conf: Read-only file system ]). I tried mount -o remount, rw /usr/share/X11 but I have error mount: mounting rw on /usr/share/X11 failed: Invalid argument (sorry I am not very skilled at this)

                    chris256 strodown 2 Replies Last reply Reply Quote 0
                    • chris256
                      chris256 @chris256 last edited by

                      @chris256 Sorry, mount -o remount,rw / did the trick

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

                        @chris256 nn only mount -o remount, rw /

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

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

                          @strodown no pb

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

                          chris256 2 Replies Last reply Reply Quote 0
                          • chris256
                            chris256 @strodown last edited by

                            @strodown I also confirm that file libglx.so.410.73 is missing so I dit the instruction that you asked. I am rebooting right now...

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

                              @strodown After reboot I have Booting Recalbox forever on screen so I rebooted in verbose mode and I have xinit : giving up unable to connect to X server: Connection refused server error. Here is the log.

                              In the directory I have those files:
                              lrwxrwxrwx 1 root root 16 Jan 20 20:49 libglx.so -> libglx.so.410.73
                              lrwxrwxrwx 1 root root 29 Nov 22 14:17 libglxserver_nvidia.so -> libglxserver_nvidia.so.410.73
                              lrwxrwxrwx 1 root root 29 Nov 22 14:17 libglxserver_nvidia.so.1 -> libglxserver_nvidia.so.410.73
                              -rw-r--r-- 1 root root 14997128 Nov 22 16:14 libglxserver_nvidia.so.410.73

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

                                @chris256 delete the 50-card.conf file I can not help anymore because libglx.so.410.73 is not present in this driver version. desolate for the moment it will be necessary to wait the time that I create the new image on the last beta in date still thanks for your tests

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

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

                                  @strodown OK. Top bad. I’’try to check this topic regularly. If I can be of any help, please tell me!

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

                                    Un grand merci à toi strodown...super taf !

                                    Pour ma part je suis agréablement surpris du résultat vu ma config :

                                    CM : MSI X399 SLI Plus
                                    CPU : AMD Threadripper 1900X
                                    RAM : 4x8Go Corsair Vengeance LPX 3200Mhz
                                    GPU : EVGA GeForce 1060 6Go

                                    J'ai peu le temps de tester ce soir mais j'affiche ES sur ma TV sans problème, pas de lenteur...et les petits plus de la bêta avec la nouvelle manette reconnue pour configuration immédiate. Il n'y a plus le bug du clavier invisible. Pour le moment RAS...c'est mon fils qui va être heureux 🙂

                                    PC x64 MSI X399 SLI Plus
                                    AMD Threadripper 1900X
                                    64GB Corsair Vengeance 3200Mhz
                                    EVGA GeForce GTX 1060 6GB
                                    Recalbox sur Western Digital Blue SSD 500Go M.2 (boitier USB-C 3.1 Gen.2)

                                    φ(k) ∝ At

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

                                      @zeke good job merci du retour comme jeux test je propose zelda wind waker sur game cube
                                      si tu peut vérifier si les FPS sont stable il faut activer l’option dans le menu de dolphin hotkey et R2

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

                                      Zeke 3 Replies Last reply Reply Quote 0
                                      • chris256
                                        chris256 last edited by

                                        Bonjour à tous,

                                        Malgré le petit souci détaillé plus haut pour les systèmes sous retroarch, j'ai continué à investiguer côté gamecube et je me suis rendu compte qu'avec ma config actuelle (AMD Phenom II 965 et carte graphique Nvidia 750Ti), j'ai des ralentissements importants par moments (qui se traduisent notamment par des micro-coupures dans le son). Changer la résolution n'a aucun effet (c'est pareil en résolution native ou en 1080p), ce qui me ferait penser que c'est dû au processeur, qu'en pensez-vous ?

                                        En cherchant un peu, j'ai vu que pour 70 euros je pourrais, sans changer de carte mère, passer à un AMD-FX-8350. Pensez-vous que dans ce cas les jeux gamecube passeraient sans problème ? À moins qu'il vaille mieux à l'heure actuelle carrément changer aussi la carte mère ?

                                        Voici un lien pour un comparatif entre ces CPU.

                                        Je suis preneur de tout conseil.

                                        Merci d'avance !

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

                                          @chris256 a tu test la dernière version ?
                                          je te conseille de faire une installation sur disk dur ça évite le soucis de partition share

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

                                          chris256 2 Replies Last reply Reply Quote 0
                                          • chris256
                                            chris256 @strodown last edited by

                                            @strodown Super ! Je n’avais pas vu qu’il y a une nouvelle version. Je ne rentre pas chez moi avant la semaine prochaine mais dès que je reviens, je fais un test et poste le résultat. Je croise les doigts pour l’integration !

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

                                            Want to support us ?

                                            62
                                            Online

                                            99.6k
                                            Users

                                            28.1k
                                            Topics

                                            187.1k
                                            Posts

                                            Copyright © 2021 recalbox.com