Guest User

Untitled

a guest
Dec 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. sudo apt-get install bbswitch-dkms
  2.  
  3. sudo vi /etc/modprobe.d/blacklist.conf
  4.  
  5. ###### add this below
  6.  
  7. # Blacklist the alternative nvidia module
  8. blacklist nouveau
  9. # Blacklist the original nvidia module
  10. blacklist nvidia
  11.  
  12. sudo vi /etc/modules
  13.  
  14. ###### add this below
  15.  
  16. # Switch off discrete GPU
  17. bbswitch load_state=0
  18.  
  19. ###### Update initial ramdisk
  20.  
  21. sudo update-initramfs -u
Add Comment
Please, Sign In to add comment