From 605d3913ebdbb9c8c38284a1cfb55af7467afdc5 Mon Sep 17 00:00:00 2001 From: stevealexrs <59494379+stevealexrs@users.noreply.github.com> Date: Thu, 2 Dec 2021 20:55:37 +0000 Subject: [PATCH] Backlight Fix --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f069e10..d039269 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Note: This repo contains extra properties files added by Mac. (.DS_STORE, .\__fi | Audio | Working | | Camera | Working | | On Screen Brightness Control | Working | -| Sound | Working | | USB ports | Working | -| Mouse | Working | -| WiFi/Bluetooth | Mostly Working | +| Mouse (inclduing Bluetooth) | Working | +| WiFi/Bluetooth | Working | | Keyboard | Mostly working | | Touchpad | Not working | +| Mac App Store Login | Not working | ## Troubleshooting Make sure you have followed all recommended steps in Dortania guide before continuing. @@ -83,5 +83,13 @@ Don't forget to add the ssdt to the EFI and snapshot it with ProperTree. ### Ethernet This is easily fixed by adding RealtekRTL8111.kext +### Backlight Slider Fix +Set *disable-external-gpu* field under *PciRoot(0x0)/Pci(0x2,0x0)* **or** add *-wegnoegpu* to boot-args + +| disable-external-gpu | Data | 01000000 | +|-|-|-| + +**Warning**: Disabling laptop dGPU through Optimus Method from this guide [Disabling laptop dGPUs (SSDT-dGPU-Off/NoHybGfx)](https://dortania.github.io/Getting-Started-With-ACPI/Laptops/laptop-disable.html) will result in fan turning at max and computer auto shutdown. +