Skip to content

Instantly share code, notes, and snippets.

@abhionlyone
Created March 16, 2022 08:05
Show Gist options
  • Save abhionlyone/157dfe5c0464629c102c53b110456c05 to your computer and use it in GitHub Desktop.
Save abhionlyone/157dfe5c0464629c102c53b110456c05 to your computer and use it in GitHub Desktop.
Fedora Nvidia Fix
# Upgrade all packages including Kernel
sudo dnf upgrade
# Install Nvidia drivers
dnf install dnf-plugins-core -y
sudo dnf install dnf-plugins-core -y
dnf copr enable t0xic0der/nvidia-auto-installer-for-fedora -y
sudo dnf copr enable t0xic0der/nvidia-auto-installer-for-fedora -y
sudo dnf install nvautoinstall -y
# Remove old kernel
sudo dnf list --installed | grep kernel
sudo dnf remove *kernel-core-5.14.10*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment