Created
July 2, 2013 15:23
-
-
Save scottillogical/5910235 to your computer and use it in GitHub Desktop.
Stop your 2010 15" macbook pro screen from going black
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
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