NVIDIA GPU Driver Installation
| The NVIDIA binary drivers are not maintained by the Fedora Project and may sometimes not be available for the kernel version included in Fedora. |
| This will require enabling an external repository. |
If you enabled "Third Party Software" (rpmfusion Nonfree) at installation you can skip to Installing.
|
To game effectively when you have an NVIDIA graphics card, it is necessary for you to install the drivers first
Enabling the external repository (rpmfusion Nonfree)
-
Launch The terminal prompt of your choice
-
Run the following command with a user that has root acess or can use the
sudocommand
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
Installing
-
Run the following command with a user that has root acess or can use the
sudocommand
sudo dnf install akmod-nvidia -y
| It is important to wait a few minutes for the driver to build properly before rebooting |
-
Reboot your system to load the driver
Want to help? Learn how to contribute to Fedora Docs ›