diff --git a/Laptops/backlight-methods/ssdttime.md b/Laptops/backlight-methods/ssdttime.md new file mode 100644 index 00000000..469d310e --- /dev/null +++ b/Laptops/backlight-methods/ssdttime.md @@ -0,0 +1,20 @@ +# Fixing Backlight (SSDT-PNLF) + +The second involves using SSDTTime which automates most of the process. See here on how to use it: [SSDTs: Easy Way](/ssdt-methods/ssdt-easy.md) + +To get the SSDT-PNLF, run the following: + +* `P. Dump DSDT` then run `0. PNLF`,Then, choose _UID according to your own platform + +This will provide you with some files, the main one you care about is SSDT-PNLF.**aml**. The DSDT and .dsl are only left for referencing or verification. + +The main things to note with this method: + +* Doesn't really teach you anything + * For most, this doesn't matter. But to some knowing what makes your hackintosh tick is part of the journey + +## Wrapping up + +Once you're done making your SSDT, either head to the next page to finish the rest of the SSDTs or head here if you're ready to wrap up: + +* [**Cleanup**](/cleanup.md) diff --git a/Laptops/backlight.md b/Laptops/backlight.md index 64404dea..b0ed7ca4 100644 --- a/Laptops/backlight.md +++ b/Laptops/backlight.md @@ -9,7 +9,8 @@ The purpose of this SSDT is to create a PNLF device for macOS to play with, spec ## Methods to make this SSDT -For the backlight fix, there are 2 methods you can choose from: +For the backlight fix, there are 3 methods you can choose from: * [Prebuilt](/Laptops/backlight-methods/prebuilt.md) +* [SSDTTime](/Laptops/backlight-methods/ssdttime.md) * [Manual](/Laptops/backlight-methods/manual.md) diff --git a/Laptops/trackpad-methods/ssdttime.md b/Laptops/trackpad-methods/ssdttime.md new file mode 100644 index 00000000..159075a7 --- /dev/null +++ b/Laptops/trackpad-methods/ssdttime.md @@ -0,0 +1,22 @@ +# Fixing Trackpads (SSDT-GPI0/XOSI) + +The second involves using SSDTTime which automates most of the process. See here on how to use it: [SSDTs: Easy Way](/ssdt-methods/ssdt-easy.md) + +To get the SSDT-EC on desktops, run the following: + +* `P. Dump DSDT` then run `A. XOSI`,then, select the version of Windows you have installed now. + +This will provide you with some files, the main one you care about is SSDT-GPI0.**aml**. or SSDT-XOSI.**aml**. The DSDT and .dsl are only left for referencing or verification. + +The main things to note with this method: + +* Doesn't really teach you anything + * For most, this doesn't matter. But to some knowing what makes your hackintosh tick is part of the journey +* Can only make SSDT-XOSI + * If you need SSDT-GPI0, then you still need to make it manually + +## Wrapping up + +Once you're done making your SSDT, either head to the next page to finish the rest of the SSDTs or head here if you're ready to wrap up: + +* [**Cleanup**](/cleanup.md) diff --git a/Laptops/trackpad.md b/Laptops/trackpad.md index 3560d526..2a200a79 100644 --- a/Laptops/trackpad.md +++ b/Laptops/trackpad.md @@ -11,6 +11,8 @@ This section assumes that macOS is already installed. You may need to use a USB ## Methods to make this SSDT -For the trackpad fix, there are only one method to choose from: +For the trackpad fix, there are 3 methods to choose from: +* [Prebuilt](/Laptops/trackpad-methods/prebuilt.md) +* [SSDTTime](/Laptops/trackpad-methods/ssdttime.md) * [Manual](/Laptops/trackpad-methods/manual.md)