Skip to content

Instantly share code, notes, and snippets.

@darthbhyrava
Created January 8, 2020 23:32
Show Gist options
  • Save darthbhyrava/03b772e83808a53fd49438e45e1f2325 to your computer and use it in GitHub Desktop.
Save darthbhyrava/03b772e83808a53fd49438e45e1f2325 to your computer and use it in GitHub Desktop.
Installing NVIDIA Drivers
  • Check if your system recognizes a graphics card: $ lspci | grep VGA ~
  • For NVIDIA cards, check the name of the card using the device ID: ~
  • Check the recommended NVIDIA Driver: $ ubuntu-drivers devices ~
  • Install the necessary drivers: $ sudo apt install nvidia-driver-xxx ~
  • Sometimes, default nouveau drivers can cause issues. Check if that's the case by looking at default kernel drivers: $ lspci -v
  • Make sure you disable the nouveau drivers and update the initramfs ~
  • If you have issues with UUID in dual boot, check this: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment