Skip to content

Instantly share code, notes, and snippets.

@patrickgill
Last active January 6, 2020 15:33
#!/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