-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gpu-switch -i causes computer to just freeze on osx 10.12.4 #39
Comments
I don't have access to a MacBook anymore and I can't help you with this issue. |
Same issue here. Running Model Identifier: MacBookPro8,2 |
I suspect this is due to changes Apple made in 10.12.4. switcher/gfxCardStatus call a private API, and the one to switch GPU in particular hasn't been in use by the official energy saver preference pane for a long time now (if it ever was, don't quite remember). I guess this call is just broken now and there's not a whole lot we can do about it. Someone with a lot of time would need to go and look if there's a new alternative way to switch to internal only mode. |
Thanks @ah- for the quick response. Looks like I am out of luck then :( |
Not sure if my issue is related. I have been using gpu-switch for a while just fine, but noticed since the upgrading to 10.12.4 I can't get my integrated card to work in Linux. I see it as powered off when I |
@0xbb Anyway I can help with getting this to work with Sierra 10.12.4? |
@ah- Any way I can help with progress on this? |
@codedmart could you try getting some log output from dmesg during/after the switch to a blank screen? Either by ssh-ing in or switching back blindly? And so gpu-switch -i still works for you (on linux)? Does it actually boot up with the integrated card? |
@ah- I don't get any errors in OSX when running |
Has your linux kernel changed since it worked? I'm just looking for any hint in the logs if it detects a screen at all and if the resolution is correct etc. |
I don't think it is kernel related because I tried various kernels I had between upgrades, but I could be wrong. I will get more output as soon as I can. |
Just got the latest code off github and ran the build script.
Freshly booted laptop with gfxCardStatus running in the background.
Running ./gpu-switch -i caused the computer to freeze completely.
Any advice would be helpful.
Model: MacBookPro8,2
OS: macOS Sierra 10.12.4
Happy to share/add further debugging/logging information as needed, to help with fixing this issue.
The text was updated successfully, but these errors were encountered: