Skip to content

Instantly share code, notes, and snippets.

@rishispeets
Created May 13, 2018 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishispeets/9c28d8c5e6e82a6d1b4db7d31df1a749 to your computer and use it in GitHub Desktop.
Save rishispeets/9c28d8c5e6e82a6d1b4db7d31df1a749 to your computer and use it in GitHub Desktop.
Disable Nvidia and Nouveau drivers on 18.04 Bionic Beaver MX150
sudo apt-get install bbswitch-dkms
then
gksudo gedit /etc/modprobe.d/blacklist.conf
and add the following lines
# Blacklist the alternative nvidia module
blacklist nouveau
# Blacklist the original nvidia module
blacklist nvidia
then
$ gksudo gedit /etc/modules
and add the following lines
# Switch off discrete GPU
bbswitch load_state=0
at last update the initial ramdisk by running
$ sudo update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment