Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # Getting the latest (20 series) Nvidia drivers to work on Ubuntu 18.04.3 LTS
  2.  
  3. *Disclaimer: This is mostly for my own reference when I reinstall Ubuntu, however you may find it useful.*
  4.  
  5. 1. Boot into Ubuntu without modesetting, or else you'll get a black screen. When GRUB appears, highlight Ubuntu and press `e`, then change `quiet splash` to `nomodeset`, then press F10 to boot. You'll have to do this to get the LiveCD to boot also.
  6. 2. Install the ppa for proprietary Nvidia drivers: `sudo apt-add-repository ppa:graphics-drivers/ppa`
  7. 3. Update your repositories: `sudo apt update`
  8. 4. See what drivers you have available: `ubuntu-drivers list`
  9. 5. Install the latest driver (in my case, "nvidia-driver-435": `sudo apt install nvidia-driver-435`)
  10. 6. Reboot your system
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement