diff --git a/Laptops/backlight.md b/Laptops/backlight.md index 7c885db..0e44fd7 100644 --- a/Laptops/backlight.md +++ b/Laptops/backlight.md @@ -6,8 +6,8 @@ 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) * For most users -* [SSDT-PNLF-CFL](https://i.applelife.ru/2019/12/463488_SSDT-PNLFCFL.aml.zip) - * For Coffeelake users if the regular SSDT doesn't work, try SSDT-PNLF first and do not mix together +* [SSDT-PNLFCFL](https://i.applelife.ru/2019/12/463488_SSDT-PNLFCFL.aml.zip) + * For Coffee Lake and newer 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 diff --git a/Universal/irq.md b/Universal/irq.md index c13cdc7..e9ebd19 100644 --- a/Universal/irq.md +++ b/Universal/irq.md @@ -1,5 +1,5 @@ # Fixing IRQ Conflicts -So you miss having those fancy hotpatches from Clover like FixIPIC, FixTMR, FixRTC, FixHPET, etc +So you miss having those fancy hot-patches from Clover like FixIPIC, FixTMR, FixRTC, FixHPET, etc Well 1 very small problem, figruing out IRQ patching is a massive headache. **I highly recommend you use SSDTTime**. So head over to [SSDT: Easy Way](/ssdt-easy.md) on how to make it