Contribute
Register

[solved] Already Named SSDT&DSDT But NVIDIA not disabled

Status
Not open for further replies.
Joined
Aug 23, 2017
Messages
91
Motherboard
ASUS S451LB
CPU
i3-4010U
Graphics
HD 4400 / GT 740M
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
Hello All,

I'm here for ask my problem about disabling discrete graphics card (nvidia), i already follow the step to patch ssdt and dsdt to change the gfx0 to igpu with @RehabMan patch. After finished my patching then i restarted my laptop, but nothing change about display panel (*see attached file).

So what's wrong with this ?
Screen Shot 2017-09-26 at 9.58.46 PM.png


Thanks if you can answer n solve my Problem :)


Mobo : Asus S451LB (Clover)
CPU : i3-4010
Graphics : HD 4400(Haswell), 1366x768
RAM 8GB DDR3
 

Attachments

  • RehabMan.zip
    50.5 KB · Views: 81
  • IOREG.ioreg
    5.8 MB · Views: 117
  • CLOVER.zip
    9 MB · Views: 77
  • Screen Shot 2017-09-26 at 10.26.30 PM.png
    Screen Shot 2017-09-26 at 10.26.30 PM.png
    415.9 KB · Views: 95
Hello All,

I'm here for ask my problem about disabling discrete graphics card (nvidia), i already follow the step to patch ssdt and dsdt to change the gfx0 to igpu with @RehabMan patch. After finished my patching then i restarted my laptop, but nothing change about display panel (*see attached file).

So what's wrong with this ?
View attachment 280674

Thanks if you can answer n solve my Problem :)


Mobo : Asus S451LB (Clover)
CPU : i3-4010
Graphics : HD 4400(Haswell), 1366x768
RAM 8GB DDR3

Not a desktop. Moved to laptop support.

Your ACPI configuration is wrong.
SortedOrder is required to set SSDT load order.
Look at the order you're loading your SSDTs:
Code:
2:769  0:000  === [ ACPIPatchedAML ] ====================================
2:769  0:000  Unsorted
2:769  0:000  Inserting SSDT-13.AML from EFI\CLOVER\ACPI\patched ... Success
2:770  0:001  Inserting SSDT-12.AML from EFI\CLOVER\ACPI\patched ... Success
2:770  0:000  Inserting SSDT-11.AML from EFI\CLOVER\ACPI\patched ... Success
2:771  0:000  Inserting SSDT-10.AML from EFI\CLOVER\ACPI\patched ... Success
2:771  0:000  Inserting SSDT-9.AML from EFI\CLOVER\ACPI\patched ... Success
2:772  0:000  Inserting SSDT-8.AML from EFI\CLOVER\ACPI\patched ... Success
2:773  0:000  Inserting SSDT-7.AML from EFI\CLOVER\ACPI\patched ... Success
2:773  0:000  Inserting SSDT-6.AML from EFI\CLOVER\ACPI\patched ... Success
2:774  0:000  Inserting SSDT-1.AML from EFI\CLOVER\ACPI\patched ... Success
2:774  0:000  Inserting SSDT-2.AML from EFI\CLOVER\ACPI\patched ... Success
2:775  0:000  Inserting SSDT-0.AML from EFI\CLOVER\ACPI\patched ... Success
 
Not a desktop. Moved to laptop support.

Your ACPI configuration is wrong.
SortedOrder is required to set SSDT load order.
Look at the order you're loading your SSDTs:
Code:
2:769  0:000  === [ ACPIPatchedAML ] ====================================
2:769  0:000  Unsorted
2:769  0:000  Inserting SSDT-13.AML from EFI\CLOVER\ACPI\patched ... Success
2:770  0:001  Inserting SSDT-12.AML from EFI\CLOVER\ACPI\patched ... Success
2:770  0:000  Inserting SSDT-11.AML from EFI\CLOVER\ACPI\patched ... Success
2:771  0:000  Inserting SSDT-10.AML from EFI\CLOVER\ACPI\patched ... Success
2:771  0:000  Inserting SSDT-9.AML from EFI\CLOVER\ACPI\patched ... Success
2:772  0:000  Inserting SSDT-8.AML from EFI\CLOVER\ACPI\patched ... Success
2:773  0:000  Inserting SSDT-7.AML from EFI\CLOVER\ACPI\patched ... Success
2:773  0:000  Inserting SSDT-6.AML from EFI\CLOVER\ACPI\patched ... Success
2:774  0:000  Inserting SSDT-1.AML from EFI\CLOVER\ACPI\patched ... Success
2:774  0:000  Inserting SSDT-2.AML from EFI\CLOVER\ACPI\patched ... Success
2:775  0:000  Inserting SSDT-0.AML from EFI\CLOVER\ACPI\patched ... Success

Ups, sorry about that. And thanks for your reply.
So Rehabman, what should i do to sort the ssdt configuration ? whether it is problematic if ssdt is not sorted ?

Edit : I already sort the ssdt to load in config.plist, then restart but nothing change
Screen Shot 2017-09-27 at 8.38.48 AM.png
 
Last edited:

Attachments

  • CLOVER.zip
    9 MB · Views: 91
  • IOREG.ioreg
    15.9 MB · Views: 126
  • RehabMan.zip
    50.5 KB · Views: 70
  • Screen Shot 2017-09-26 at 10.26.30 PM.png
    Screen Shot 2017-09-26 at 10.26.30 PM.png
    415.9 KB · Views: 103
Oh my god, sorry again.. my slow connection

You must specify SSDT load order with config.plist/ACPI/SortedOrder.
Otherwise your SSDT load order is not predictable.

Note: Your ioreg is corrupt (wrong version of IORegistryExplorer used).
 
You must specify SSDT load order with config.plist/ACPI/SortedOrder.
Otherwise your SSDT load order is not predictable.

Note: Your ioreg is corrupt (wrong version of IORegistryExplorer used).

Oh man, it turns out what I edit with plist editor is unreadable when it opened in clover configurator, so I did the addition of sorted order via clover configurator and it worked.. Thanks for your solution Rehabman :thumbup:
Screen Shot 2017-09-27 at 8.47.18 PM.png
 
Status
Not open for further replies.
Back
Top