Install RPMFusion repository
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Important! Upgrade to latest versions kernel and SELinux packages
sudo dnf update kernel* selinux-policy*
Install required packages
sudo dnf install gcc kernel-headers kernel-devel
Install Nvidia drivers
sudo dnf install akmod-nvidia xorg-x11-drv-nvidia-304xx xorg-x11-drv-nvidia-304xx-libs
Check akmod module
sudo akmods
Rebuild initramfs
sudo dracut -f /boot/initramfs-$(uname -r).img $(uname -r)
Known issues
Black screen
Disable nouveau
driver
GRUB_CMDLINE_LINUX="... rd.drivers.blacklist=nouveau nouveau.modeset=0 ..."
LINKS
- https://sys-adm.in/os/nix/425-fedora-install-nvidia-driver.html
- https://rpmfusion.org/Howto/NVIDIA
Comments
comments powered by Disqus