Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD PNLF and XOSI's SSDTTime method #80

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions Laptops/backlight-methods/ssdttime.md
Original file line number Diff line number Diff line change
@@ -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)
3 changes: 2 additions & 1 deletion Laptops/backlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
22 changes: 22 additions & 0 deletions Laptops/trackpad-methods/ssdttime.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 3 additions & 1 deletion Laptops/trackpad.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)