Contribute
Register

<< Solved >> HELP! SSDT Patching on an Asus X555L

Status
Not open for further replies.
Joined
Jun 2, 2019
Messages
23
Motherboard
Asus X555L
CPU
i3 4xxxU
Graphics
HD 5500/930M
Mac
  1. Mac mini
Mobile Phone
  1. Android
I am trying to disable the dGPU on my Asus X555L (Geforce 930M) and I ran into a issue with SSDT-10 (there is the Method (_OFF, 0, Serialized) // _OFF: Power Off)
When I click "Compile" it gives me these errors even when i didnt make any changes
I attached the files bellow.
In the SSDT-9 there is the "Method (_INI, 0, NotSerialized) // _INI: Initialize"
 

Attachments

  • Screenshot 2019-10-05 at 10.54.01.png
    Screenshot 2019-10-05 at 10.54.01.png
    41.9 KB · Views: 73
  • Archive.zip
    11.7 KB · Views: 86
I am trying to disable the dGPU
PR files missing...


However, to disable dGPU, put the attached file into clover/ACPI/patched folder
 

Attachments

  • SSDT-DGPU_OFF.aml
    160 bytes · Views: 85
How can i tell that the dGPU is disabled
 
Good...
Mark solved
Cheers
 
It works. Thank you so much
 
You welcome

Don't forget to add the below line even to _WAK method, otherwise the DGPU could be reactivated after a sleep.
Code:
\_SB.PCI0.RP05.PEGP._OFF ()

Mark the thread solved, it could be helpful for other users...
 
You welcome

Don't forget to add the below line even to _WAK method, otherwise the DGPU could be reactivated after a sleep.
Code:
\_SB.PCI0.RP05.PEGP._OFF ()

Mark the thread solved, it could be helpful for other users...
I have disabled sleep
It caused some issues with my companies app
 
Status
Not open for further replies.
Back
Top