

- #Gfxcardstatus os x how to#
- #Gfxcardstatus os x mac os x#
- #Gfxcardstatus os x upgrade#
- #Gfxcardstatus os x iso#
- #Gfxcardstatus os x download#
Guarantees that your EFI variables are flushed to efivarfs filesystem. This chattr command is supposed to lock a file to make it accessible only by “superuser” – and so that, while booting, your EFI will have no chance to screw up your gpu-power-prefs-… variable under any circumstances chattr +i "/sys/firmware/efi/efivars/gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9"Ĭhange to the root directory to unmount efivars: cd / If this also fails (you still can’t erase the file), use chattr command to disable file immutability and then erase the file:Ģ.3 Create a new gpu-power-prefs-… file printf "\x07\x00\x00\x00\x01\x00\x00\x00" > /sys/firmware/efi/efivars/gpu-power-prefs-fa4ce28d-b62f-4c99-9cc3-6815686e30f9Ģ.4 Add immutability to the gpu-power-prefs-… file Mount -t efivarfs rw /sys/firmware/efi/efivars/ If you are getting the “operation not permitted” message while attempting to rm, it means that efivarfs has been mounted as read-only and you need to remount it with read-write permissions and try again: If there is such a variable, it’s better to remove it with rm. variable (where … is UUID of this variable). Looks like efivarfs filesystem is mounted by default! So you can already cd /sys/firmware/efi/efivars and ls to explore this directory and see if there is a gpu-power-prefs. If everything is done correctly, you will find yourself at the Linux console! (It takes some time so be patient and wait for the prompt).When the menu shows, press “e” key to edit the GRUB options of the Arch Linux archiso x86_64 UEFI CD menu entry while it is selected at the main screen, add nomodeset to the end of this line and press Enter.Choose “EFI boot” (that is your bootable installation media).Insert this CD/DVD/USB to Macbook Pro, hold Option key (alt) while booting.Sudo dd if=path/to/arch.iso of=/dev/rdiskX bs=1mĪfter completion, macOS may complain that “The disk you inserted was not readable by this computer”. The dd command is similar to its Linux counterpart, but notice the ‘r’ before ‘disk’ for raw mode which makes the transfer much faster:
#Gfxcardstatus os x iso#
Now copy the ISO image file to the device.
#Gfxcardstatus os x download#
#Gfxcardstatus os x upgrade#
The procedure described in the steps 1-3 worked for me until macOS Sierra, but with the upgrade to High Sierra, I started getting a pinkish/reddish screen and I was unable to enter Recovery mode to repeat step 3 as I had to do in previous upgrades. You can permanently disable discrete graphics card following next steps: UPDATE! Try to edit NVRAM variable from Single-User mode
#Gfxcardstatus os x how to#
Is that true? And if yes, how to do that? I heard that the same EFI setting is responsible for not even showing the integrated GPU to other operating systems than macOS and you have to trick it somehow to think it’s macOS. If I disable the discrete GPU from EFI, will macOS think that the integrated GPU is the one installed and will it let me use multiple monitors with it?
#Gfxcardstatus os x mac os x#
If you force integrated graphics in GfxCardStatus, Mac OS X (up to Yosemite at least) doesn’t allow you to use multiple monitors (even though the built in Iris Pro can do it). The question is basically whether the command mentioned in GfxCardStatus github issue comment here is correct or not, and how to undo it if it doesn’t work.Īn answer to this alone is a correct answer, but it’ll be awesome if you can also tell me: I’d also want to know how to undo it if needed. I assume this is persistent across multiple reboots. How can I disable the discrete GPU from EFI? I know I can use GfxCardStatus but I read I could have a more permanent solution by changing some EFI flag. I’d like to disable the NVidia GTX 750M GPU on my MacBook Pro 15″ (Retina, Mid 2014, Mac OS X 10.10 Yosemite).
