mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
Inital import
This commit is contained in:
@@ -11,13 +11,13 @@ For this guide, we're gonna assume Windows is already on this laptop, as otherwi
|
||||
|
||||
Now open DeviceManager, and head to the following:
|
||||
|
||||
```text
|
||||
```
|
||||
Device Manager -> Display Adapters -> Properties -> Details > BIOS device name
|
||||
```
|
||||
|
||||
* Note some GPU ACPI pathing may be hiding under "BIOS device name"
|
||||
|
||||

|
||||

|
||||
|
||||
From the above example, we can see our display is hooked up to `PCI0.GFX0`
|
||||
|
||||
@@ -41,7 +41,7 @@ Scope (_SB.PCI0.GFX0) <- Rename this
|
||||
Device(_SB.PCI0.GFX0.PNLF) <- Rename this
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
Following the example pathing we found, the SSDT should look something like this:
|
||||
|
||||
@@ -55,7 +55,7 @@ Scope (_SB.PCI0.GPU0) <- Renamed
|
||||
Device(_SB.PCI0.GPU0.PNLF) <- Renamed
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Compiling the SSDT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user