Skip to content

Instantly share code, notes, and snippets.

@Seanny123
Created January 3, 2020 20:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seanny123/e23f743d5f2172c0b10576adab6b6584 to your computer and use it in GitHub Desktop.
Save Seanny123/e23f743d5f2172c0b10576adab6b6584 to your computer and use it in GitHub Desktop.
Dell XPS 15-7590 NVidia Install
sudo dnf install kernel --enablerepo=updates-testing --best --allowerasing
sudo dnf config-manager --add-repo=https://negativo17.org/repos/fedora-nvidia.repo
sudo dnf update
sudo dnf -y remove "nouveau*"
sudo dnf -y install nvidia-driver akmod-nvidia nvidia-driver-cuda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment