Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. $ wget http://us.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run
  2. $ chmod +x NVIDIA-Linux-x86_64-430.50.run
  3. Optional
  4. $ sudo apt-get install gcc
  5. $ sudo apt-get install make
  6.  
  7. $ sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
  8. $ sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
  9.  
  10. Check that the file os correct
  11. $ cat /etc/modprobe.d/blacklist-nvidia-nouveau.conf
  12.  
  13. $ sudo update-initramfs -u
  14. $ sudo reboot
  15.  
  16. Install NVIDIA driver
  17. $ sudo telinit 3
  18. $ sudo bash NVIDIA-Linux-x86_64-410.73.run
  19. $ sudo reboot
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. $ sudo update-initramfs -u
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement