Difference between revisions of "Demux"
(initial demux page.) |
(initial demux page.) |
||
Line 1: | Line 1: | ||
Demuxing is the process of disabling the dGPU to bypass failing/failed GPU chips. This process is common on the 2011 MacBook Pros with AMD GPUs. | Demuxing is the process of disabling the dGPU to bypass failing/failed GPU chips. This process is common on the 2011 MacBook Pros with AMD GPUs. | ||
− | The preferred method is | + | The preferred method is to flash the graphics mux (gmux) FPGA chip with programming to disable the dGPU. It keeps the GPU powered down to save power and routes the iGPU to the internal display. The process removes the ability to use an external screen. |
− | [https://doslabelectronics.com/Demux DosLabs] sells keys to flash the gmux and retain keyboard brightness control. You will need to install a kernel extension on High Sierra. macOS | + | [https://doslabelectronics.com/Demux DosLabs] sells keys to flash the gmux and retain keyboard brightness control. You will need to install a kernel extension on High Sierra. macOS before High Sierra works automatically. High Sierra is the newest Apple-supported macOS for the 2011 MacBook Pros. Running an unsupported macOS newer than High Sierra can be accomplished with the [https://dosdude1.com/software.html DosDude patchers] or [https://dortania.github.io/OpenCore-Legacy-Patcher/ Open Core Legacy Patcher]. Both of these options automatically install the kext needed for keyboard brightness control. |
− | The process to flash the gmux is in the DosLabs link above. | + | The process to flash the gmux is in the DosLabs link above. Afterward, on High Sierra, follow these [https://doslabelectronics.com/Demux#backlight instructions]. Here is the [https://gateway.pinata.cloud/ipfs/QmWczaH5QctwKmutLMEueNJQ3qzYAEjkxxjRfGxFUyJY9V/Demux_10.13_Bklt.pkg.zip link to the mirror]. The instructions are also included below:<syntaxhighlight line="1"> |
Reboot the machine while holding CMD+R. | Reboot the machine while holding CMD+R. | ||
− | Once recovery mode is booted open the terminal and enter the following: csrutil disable | + | Once recovery mode is booted, open the terminal and enter the following: csrutil disable |
Reboot the machine. | Reboot the machine. | ||
Install the package. | Install the package. | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 11:34, 17 March 2023
Demuxing is the process of disabling the dGPU to bypass failing/failed GPU chips. This process is common on the 2011 MacBook Pros with AMD GPUs.
The preferred method is to flash the graphics mux (gmux) FPGA chip with programming to disable the dGPU. It keeps the GPU powered down to save power and routes the iGPU to the internal display. The process removes the ability to use an external screen.
DosLabs sells keys to flash the gmux and retain keyboard brightness control. You will need to install a kernel extension on High Sierra. macOS before High Sierra works automatically. High Sierra is the newest Apple-supported macOS for the 2011 MacBook Pros. Running an unsupported macOS newer than High Sierra can be accomplished with the DosDude patchers or Open Core Legacy Patcher. Both of these options automatically install the kext needed for keyboard brightness control.
The process to flash the gmux is in the DosLabs link above. Afterward, on High Sierra, follow these instructions. Here is the link to the mirror. The instructions are also included below:
Reboot the machine while holding CMD+R.
Once recovery mode is booted, open the terminal and enter the following: csrutil disable
Reboot the machine.
Install the package.