Skip to content

Commit

Permalink
Backlight Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevealexrs authored Dec 2, 2021
1 parent 4d1bb9d commit 605d391
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.



0 comments on commit 605d391

Please sign in to comment.