1. Installing Drivers - ZHassanQ/Fedora-Setup GitHub Wiki

In this section you will install drivers for your device so that Fedora can recognize it and make optimized and compatible.

Intel Drivers

Intel drivers are open-source meaning that they will be automatically installed with system updates.

AMD Drivers

AMD drivers are open-source meaning that they will be automatically installed with system updates.

NVIDIA Drivers

NVIDIA drivers are not open-source meaning that you will need to install them manually:

  1. sudo dnf update -y Reboot after this command.
  2. sudo dnf install akmod-nvidia
  3. sudo dnf install xorg-x11-drv-nvidia-cuda
  • Wait for 5 - 10 minutes till the kmod get built.
  1. Once the module is built, modinfo -F version nvidia should outputs the version of the driver such as 440.64 and not modinfo: ERROR: Module nvidia not found.