Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cmdr2
Last active December 5, 2021 14:12
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 cmdr2/0e4ad366d1fe7b2524511d6bddd15e2a to your computer and use it in GitHub Desktop.
Save cmdr2/0e4ad366d1fe7b2524511d6bddd15e2a to your computer and use it in GitHub Desktop.
Disable discrete GPU on MacBook Pro
Follow the steps on http://www.angelofarina.it/DisableDiscrete.htm
if this doesn't work:
`sudo nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00`
then try `sudo nvram 000fa4ce-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00`
Also check if any new NVidia or AMD drivers got created in /System/Library/Extensions, like GeForce* or NVDA* or NVIDIA* or CUDA*, which will need to be moved away
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment