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:
sudo dnf update -y
Reboot after this command.sudo dnf install akmod-nvidia
sudo dnf install xorg-x11-drv-nvidia-cuda
- Wait for 5 - 10 minutes till the
kmod
get built.
- Once the module is built,
modinfo -F version nvidia
should outputs the version of the driver such as440.64
and notmodinfo: ERROR: Module nvidia not found.