[Non officiel] Recalbox PC x86_64 avec les drivers Nvidia !!
-
@aurel35 c'est ecrit dans l'article : Il nécessite un GPU au moins compatible OpenGL 3.1. voila tout est dit
-
@aurel35 faut un truc qui pulse bien pour avoir toutes les améliorations graphiques... je dirais un CPU à 3GHz au moins
-
@strodown merci pour cette super initiative avec cette archive modifiée. C'est un truc que j'attendais avec impatience depuis longtemps !
Pour infos je viens de tester ton archive en suivant à la lettre tes instructions et au redémarrage (après avoir édité le fichier blacklist.conf qui est signalé comme nouveau par ailleurs) j'ai juste un curseur qui clignote en haut a gauche de l'écran.
Même si ça marche pas tu m'as donné quand même l'espoirEt pour plus de précisions voila ma config :
i7-6700K
16 Go de ram
Nvidia Asus GTX 1070 StrixSi tu as besoin d'autres précisions n’hésite pas
A+ -
@biboucover tu as attendu combien de temps ? Ça peut être très long, il ne faut pas s'impatienter et le laisser tourner
-
@noktambule hum effectivement j'avais oublié ce détail pour la première installation, si c'est ça....
Je vais re-tester et je vous tiens au courant
Merci pour l'aide en tout cas
A+ -
@noktambule Bon je viens de re-tester et en attendent 30min j'ai toujours un curseur qui clignote en haut a gauche de l'écran...
-
ok merci bien
-
Bon je viens de me rendre compte que le problème venait de la partition que je sélectionné au démarrage sur ma clé usb.
Au final j'arrive à accéder au menu sans problème qui ne présente aucun ralentissement MAGIQUE !
Par contre impossible de lancer les roms pas défaut présent (retour sur le menu d'emulstation)
Si nécessaire je peux faire des tests avec des Roms perso ce weekend. Dites moi si cela peut être aider d'avoir un retour sur ça ?
A+ -
@biboucover tu as reconfiguré ta manette dans EmulationStation ?
-
@biboucover merci pour ton retour comme a dit voljega a tu bien configurer ta manette?
si le problème persiste merci de faire une archive support de ta recalbox ça se passe dans le web-manager tu lance quelque jeu avant même si il ne ce lance pas. -
@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 backOK. I'll try to test it this week-end and give feedback here.
-
@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 backHello ! 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!
-
@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 onelibglx.so
and onelibglx.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
-
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?
-
@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
-
@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? -
@chris256 yes
-
@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 triedmount -o remount, rw /usr/share/X11
but I have errormount: mounting rw on /usr/share/X11 failed: Invalid argument
(sorry I am not very skilled at this) -
@chris256 Sorry,
mount -o remount,rw /
did the trick -
@chris256 nn only
mount -o remount, rw /