Skip to content

Instantly share code, notes, and snippets.

@scottillogical
Created July 2, 2013 15:23
Show Gist options
  • Save scottillogical/5910235 to your computer and use it in GitHub Desktop.
Save scottillogical/5910235 to your computer and use it in GitHub Desktop.
Stop your 2010 15" macbook pro screen from going black
The bug is related to the discrete graphics card.
Specifically, chrome by default forces osx always to use the discrete graphics card. You can see this by using the tool GfxCardStatus.
Anwyays, to solve this, start chrome from the command line using a flag to force it to use the integrated card.
open -a /Applications/Google\ Chrome.app/ --args --gpu-switching=force_integrated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment