Created
February 10, 2015 09:30
-
-
Save Brainiarc7/214384a09f3dab3af546 to your computer and use it in GitHub Desktop.
Toggle the NVIDIA GPU on and off as needed in Optimus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Turn on the NVIDIA discrete GPU on an Optimus system for use when needed: | |
tee /proc/acpi/bbswitch <<< ON | |
Turn off the NVIDIA discrete GPU on an Optimus system when unloaded: | |
tee /proc/acpi/bbswitch <<< OFF | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment