udibr

using external GTX 980 with MacBook Pro and El Capitan

My external GPU was running just fine with Yosemite but installing El Capitan broke it. Lucky for me I've found automate-eGPU and after some experimenting I've found that version 0.9.6 works:

    git clone https://github.com/goalque/automate-eGPU.git
    cd automate-eGPU
    chmod +x automate-eGPU.sh
    # maybe the following is not necessary
    sudo ./automate-eGPU.sh
    # Reboot
    sudo ./automate-eGPU.sh -uninstall
    # Reboot
    git checkout ada4d92ce0d04e1c0
    chmod +x automate-eGPU.sh
    sudo ./automate-eGPU.sh
    # Reboot

Comments