Fixes based off issue#1

This commit is contained in:
Mykola Grymalyuk
2020-02-12 16:01:44 -07:00
parent 00aa9be485
commit 833ac33120
11 changed files with 78 additions and 26 deletions

View File

@@ -5,6 +5,4 @@ So what this SSDT does is create a PNLF device for macOS to play with, specifica
No configuration required for most, just drop the prebuilt file into your EFI: [SSDT-PNLF](https://github.com/khronokernel/Getting-Started-With-ACPI/blob/master/extra-files/SSDT-PNLF.aml)
Note: there are some cases where the iGPU is called `IGPU` in the DSDT, you can double check by searching for both `PCI0.GFX0` and `PCI0.IGPU`. Whichever shows up is your device
Note: there are some rare cases where the iGPU is called `GPU0` or `VID`in the DSDT, you can double check by searching for `PCI0.GFX0`, `PCI0.VID` and `PCI0.GPU0`. Whichever shows up is your device