From 741d899ad4a88ebf241431b71ee6299853004f74 Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:17:46 +0800 Subject: [PATCH 1/8] Update trackpad.md --- Laptops/trackpad.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Laptops/trackpad.md b/Laptops/trackpad.md index 3560d526..5d4977e2 100644 --- a/Laptops/trackpad.md +++ b/Laptops/trackpad.md @@ -11,6 +11,7 @@ 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 2 methods to choose from: * [Manual](/Laptops/trackpad-methods/manual.md) +* [SSDTTime](/Laptops/trackpad-methods/SSDTTime.md) From 2e78b33a10cb47b22fb1d0408b9e8483cc3a02e1 Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:23:22 +0800 Subject: [PATCH 2/8] Create ssdttime.md --- Laptops/trackpad-methods/ssdttime.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Laptops/trackpad-methods/ssdttime.md diff --git a/Laptops/trackpad-methods/ssdttime.md b/Laptops/trackpad-methods/ssdttime.md new file mode 100644 index 00000000..a4b6cef8 --- /dev/null +++ b/Laptops/trackpad-methods/ssdttime.md @@ -0,0 +1,20 @@ +# 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 + +## 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) From a90a8f0d98f1a28704463cf5a7d583c7156b7c66 Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:24:43 +0800 Subject: [PATCH 3/8] Add SSDTTime and Prebuild Methods --- Laptops/trackpad.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Laptops/trackpad.md b/Laptops/trackpad.md index 5d4977e2..70d4ebf6 100644 --- a/Laptops/trackpad.md +++ b/Laptops/trackpad.md @@ -11,7 +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 2 methods to choose from: +For the trackpad fix, there are 3 methods to choose from: -* [Manual](/Laptops/trackpad-methods/manual.md) +* [Prebuilt](/Laptops/trackpad-methods/Prebuilt.md) * [SSDTTime](/Laptops/trackpad-methods/SSDTTime.md) +* [Manual](/Laptops/trackpad-methods/manual.md) From 51774fbe59f206c2817169a76fb3be7595cb59ef Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:25:07 +0800 Subject: [PATCH 4/8] Update trackpad.md --- Laptops/trackpad.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Laptops/trackpad.md b/Laptops/trackpad.md index 70d4ebf6..2a200a79 100644 --- a/Laptops/trackpad.md +++ b/Laptops/trackpad.md @@ -13,6 +13,6 @@ This section assumes that macOS is already installed. You may need to use a USB For the trackpad fix, there are 3 methods to choose from: -* [Prebuilt](/Laptops/trackpad-methods/Prebuilt.md) -* [SSDTTime](/Laptops/trackpad-methods/SSDTTime.md) +* [Prebuilt](/Laptops/trackpad-methods/prebuilt.md) +* [SSDTTime](/Laptops/trackpad-methods/ssdttime.md) * [Manual](/Laptops/trackpad-methods/manual.md) From 60d6af0dc3787431a5b8da907156ca08b056fcaa Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:25:23 +0800 Subject: [PATCH 5/8] Update ssdttime.md --- Laptops/trackpad-methods/ssdttime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laptops/trackpad-methods/ssdttime.md b/Laptops/trackpad-methods/ssdttime.md index a4b6cef8..8259e6a4 100644 --- a/Laptops/trackpad-methods/ssdttime.md +++ b/Laptops/trackpad-methods/ssdttime.md @@ -4,7 +4,7 @@ The second involves using SSDTTime which automates most of the process. See here 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 +* `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. From da9a5437b1cc678634f2592f15a86236e65200b0 Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:26:46 +0800 Subject: [PATCH 6/8] Create ssdttime.md --- Laptops/backlight-methods/ssdttime.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Laptops/backlight-methods/ssdttime.md 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) From 002bca741363f787cf1e3023c33175d7457d4aed Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Thu, 8 Sep 2022 22:27:19 +0800 Subject: [PATCH 7/8] Update backlight.md --- Laptops/backlight.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) From a230aa0928cdc586ed2a1533550c0172b0d50df1 Mon Sep 17 00:00:00 2001 From: DestroyG <67398572+Destroy-God@users.noreply.github.com> Date: Sun, 25 Sep 2022 09:36:24 +0800 Subject: [PATCH 8/8] Update ssdttime.md --- Laptops/trackpad-methods/ssdttime.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Laptops/trackpad-methods/ssdttime.md b/Laptops/trackpad-methods/ssdttime.md index 8259e6a4..159075a7 100644 --- a/Laptops/trackpad-methods/ssdttime.md +++ b/Laptops/trackpad-methods/ssdttime.md @@ -12,6 +12,8 @@ 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