Skip to content

Instantly share code, notes, and snippets.

@macdet
Forked from patrickgill/gpu.sh
Created January 6, 2020 15:33
Show Gist options
  • Save macdet/0229a17291bec16fecc9a9606c48464b to your computer and use it in GitHub Desktop.
Save macdet/0229a17291bec16fecc9a9606c48464b to your computer and use it in GitHub Desktop.
#!/bin/bash
# Disable failed GPU on Macbook Pro (2011)
sudo nvram boot-args="-v"
sudo nvram fa4ce28d-b62f-4c99-9cc3-6815686e30f9:gpu-power-prefs=%01%00%00%00
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment