Skip to content

Instantly share code, notes, and snippets.

@web-devel
Last active September 10, 2019 06:36
Show Gist options
  • Save web-devel/079b5856cda221618b84505abd1e24ac to your computer and use it in GitHub Desktop.
Save web-devel/079b5856cda221618b84505abd1e24ac to your computer and use it in GitHub Desktop.
MSI GS65 Kubuntu 18.04

Switching nvidia off

$ sudo apt install gcc make linux-headers-amd64
$ sudo apt-get install dkms bbswitch-dkms
$ sudo modprobe bbswitch load_state=0
$ sudo tee /proc/acpi/bbswitch <<<OFF
$ sudo tee /proc/acpi/bbswitch <<<ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment