Closed sdaitzman closed 9 years ago
Hello @sdaitzman I am not aware that anyone has tested it yet. Could you try it for for us :)?
According to the Arch Wiki (https://wiki.archlinux.org/index.php/MacBookPro10,x#Graphics) your Macbook Pro needs the same workarround with gfxCardStatus v2.2.1 as the 2013 version to get the Intel GPU running.
Would I need to use arch? How do I get this running?
You can basically use any Linux distro.
How to get it running:
git clone git@github.com:0xbb/gpu-switch.git ; make
glxinfo | grep OpenGL
./gpu-switch -i
as root and reboot../gpu-switch -d
as root and reboot.Do I need to patch the kernel?
You should be fine without a patched kernel and/or a stock bootloader (only the MacbookPro11,x should need it).
Currently I have a script in /etc/rc.local that uses vgaswitcheroo to switch to the iGPU and turn the dGPU off. Should I disable this script before testing?
Yes, please disable that for testing
@sdaitzman If you need any help with testing just let me :).
It works :smile: there are still some issues (double cursors and shadows are weird) but it seems to be working aside from minor UI problems.
@sdaitzman perfect, thank you very much for testing! Do you also have this issues when you switch to the iGPU with gfxCardStatus v2.2.1 like described in the Arch wiki? (If you still have OS X installed on the Macbook)
I didn't, but I had some iGPU kernel flags enabled. I'll have to play with those again
@sdaitzman Could you make another test without the iGPU kernel flags enabled? :)
I have a mid-2012 rMBP w/ Intel HD 4000 and a 650M onboard. Has anyone tested on this model? Do you want a guinea pig?