NVIDIA driver installation

Hello la team,

Au risque de passer pour un nul, y a-t-il un moyen d’installer facilement les pilotes NVIDIA ?
J’ai cherché sur le forum mais les infos ont l’air obsolètes ou alors je n’ai pas compris.

Dans DnfDrake, je vois bien des paquets :

Mais j’ai ce genre de message lorsque j’essaie de l’installer :

Pouvez-vous m’aider ?

Merci !

–Tom

NVIDIA Graphics Cards
Nvidia Open kernel module

1 Like

Effectivement, c’est assez simple :sweat_smile:

Mais j’ai quand même un message d’erreur (qui ferme le terminal) :

Y a-t-il une ligne de commande à taper que je pourrais forcer en ajoutant les “–allowerasing” ou “–skip-broken” ?

Encore merci pour votre aide :slight_smile:

1 Like

Pareil avec la commande :

sudo dnf install nvidia nvidia-kmod-open-desktop --refresh

rpm -qa|grep kernel

et

uname -r

qu’est-ce qu’ils retourne ?

@rugyada
in last version of nvidia drivers , there are now version nvidia-kmod and nvidia-kmod-open ,
so there will be two builds

  • one for nvidia-kmod
  • 2nd for nvidia-mkod-open ( be careful on hardware gpu list see nvidia -linux drivers )

I was under the impression that nvidia-mkod-open was pre-alpha testing and no one should use it if they do not know if their card is supported. Details in first post and they are important.

Did this change? I did not see it in the testing thread.

Just fixing the spelling for brevity:

nvidia-kmod-open

Our recipe for the nvidia driver packages already builds this and it’s the one that should be used over the proprietary one for cards that are on the compatibility list. Once we have a confirmed 1:1 or greater success rate with the open driver we can begin to discuss how to safely offer that as a default option (possibly with proper card version detection). nvidia is already recommending the open driver as the default for supported cards.

1 Like

Et voilà :slight_smile:
kernel

I am all for using the nvidia-kmod-open driver and I think it is working well, but I believe the install should not be done until the user knows that their card is supported. The quicker we can get card detection in there, the better. :smiley:

We have enough problems to fix around here without causing more with this. :rofl:

Si ca vous aide, ma (vieille) carte est une : GeForce GTX 1070 AERO ITX 8G OC

Je ne vois pas cette carte dans la liste. N’utilisez pas le pilote nvidia-kmod-open.

@tom comme ils l’a dit, si votre carte n’est pas dans la liste n’utilisez pas nvidia-kmod-open
sudo dnf install nvidia --refresh devrait être suffisant. Si non:
sudo dnf install nvidia --allowerasing --refresh
Prêtez attention aux messages de la console.

Si vous voulez faire du nettoyage vous pouvez effacer les kernel-rc puisque il semble que vous démarrez avec la version régulière.
sudo dnf remove kernel-rc-desktop… (copiez et collez le nom complet du fichier)

coming from nvk Drivers and Mesa
@bero