Skip to content

0xbb/gpu-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpu-switch

gpu-switch is an application to switch between the integrated and dedicated GPU of dual-GPU MacBook Pro models for the next reboot.

It aims to remove the need of booting into OS X and running gfxCardStatus v2.2.1 to switch to the integrated card.

Warning:

This is new code and it comes without any warranty! It's completely based on reverse engineering. Therefore use it at your own risk and don't blame us if anything breaks.

Linux Usage:

As root you can select the GPU by running gpu-switch and rebooting your machine:

switch to the integrated GPU:

# ./gpu-switch -i

switch to the dedicated GPU:

# ./gpu-switch -d

OS X Usage:

WARNING: broken on macOS +10.12.4

Use $ ./build.sh to build gpu-switch. OS X can switch between the GPUs without having to reboot the MacBook:

switch to the integrated GPU:

$ ./gpu-switch -i

switch to the dedicated GPU:

$ ./gpu-switch -d

enable automatic GPU switching:

$ ./gpu-switch -a

Login Hooks:

$ ./install_hooks.sh can be used to install Login Hooks to automate the swichting process for login/logout.

Windows 8/10 Usage:

  • Windows is using the MacBook's UEFI mode (how to check)
  • Download the Windows Version
  • Run the provided scripts by right click "Run as administrator" and rebooting your machine:
    • switch to the integrated GPU: integrated.bat
    • switch to the dedicated GPU: dedicated.bat

MacBook Pro 11,3 and 11,5 notes:

By default the Intel GPU gets switched off by the MacBook Pro 11,3's (and 11,5's) EFI if you boot anything but OS X. So to use the Intel GPU, you need to trick the EFI by using the "apple_set_os" hack either with:

  • rEFInd version 0.10.0 or above (recommended): http://www.rodsbooks.com/refind

    Recent versions of rEFInd have the "apple_set_os" hack built-in. You can enable it by setting the spoof_osx_version option in your refind.conf.

or

or

or

Otherwise you will end up with a powered-down integrated graphics card and a black screen.

Tested Hardware:

  • MacBook Pro 5,2 (Early 2009, Non-Retina)
  • MacBook Pro 5,3 (Mid 2009, Non-Retina)
  • MacBook Pro 8,2 (Late 2011, Non-Retina)
  • MacBook Pro 9,1 (Mid 2012, Non-Retina)
  • MacBook Pro 10,1 (Mid 2012, Retina)
  • MacBook Pro 11,3 (Late 2013, Retina)
  • MacBook Pro 11,5 (Mid 2015, Retina)

Troubleshooting:

If you are facing weird problems a NVRAM reset could help: http://support.apple.com/kb/PH14222?viewlocale=en_US

(Warning: this also resets your EFI boot configuration)

License:

Copyright (C) 2014-2016 Bruno Bierbaumer, Andreas Heider, Malte Bargholz
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.

About

gpu-switch is an application that allows to switch between the graphic cards of dual-GPU Macbook Pro models

Resources

License

Stars

Watchers

Forks

Packages

No packages published