Contribute
Register

[Guide] Disabling discrete graphics in dual-GPU laptops

i can still see it there... means i did not disabled it?

View attachment 141301

It means you made a mistake.

One of which is obvious from your bootlog:
Code:
7:441  0:000  Inserting table[2]:SSDT-1.aml from EFI\CLOVER\ACPI\patched ... Success
7:441  0:000  Inserting table[3]:SSDT-2.aml from EFI\CLOVER\ACPI\patched ... Success
7:442  0:001  Inserting table[4]:SSDT-3.aml from EFI\CLOVER\ACPI\patched ... Success
7:443  0:000  Inserting table[5]:SSDT-4.aml from EFI\CLOVER\ACPI\patched ... Success
7:444  0:001  Inserting table[6]:SSDT-5.aml from EFI\CLOVER\ACPI\patched ... Success
7:444  0:000  Inserting table[7]:SSDT-6.aml from EFI\CLOVER\ACPI\patched ... Success
7:445  0:000  Inserting table[8]:SSDT-7.aml from EFI\CLOVER\ACPI\patched ... Success
7:446  0:000  Inserting table[9]:SSDT-8.aml from EFI\CLOVER\ACPI\patched ... Success
7:446  0:000  Inserting table[10]:SSDT-9.aml from EFI\CLOVER\ACPI\patched ... Success
7:447  0:000  Inserting table[11]:SSDT-10.aml from EFI\CLOVER\ACPI\patched ... Success
7:447  0:000  Inserting table[12]:SSDT-11.aml from EFI\CLOVER\ACPI\patched ... Success

SSDT9/SSDT10/SSDT11 are dynamic and, as written in the guide, should not be included in ACPI/patched.
 
It means you made a mistake.

One of which is obvious from your bootlog:
Code:
7:441  0:000  Inserting table[2]:SSDT-1.aml from EFI\CLOVER\ACPI\patched ... Success
7:441  0:000  Inserting table[3]:SSDT-2.aml from EFI\CLOVER\ACPI\patched ... Success
7:442  0:001  Inserting table[4]:SSDT-3.aml from EFI\CLOVER\ACPI\patched ... Success
7:443  0:000  Inserting table[5]:SSDT-4.aml from EFI\CLOVER\ACPI\patched ... Success
7:444  0:001  Inserting table[6]:SSDT-5.aml from EFI\CLOVER\ACPI\patched ... Success
7:444  0:000  Inserting table[7]:SSDT-6.aml from EFI\CLOVER\ACPI\patched ... Success
7:445  0:000  Inserting table[8]:SSDT-7.aml from EFI\CLOVER\ACPI\patched ... Success
7:446  0:000  Inserting table[9]:SSDT-8.aml from EFI\CLOVER\ACPI\patched ... Success
7:446  0:000  Inserting table[10]:SSDT-9.aml from EFI\CLOVER\ACPI\patched ... Success
7:447  0:000  Inserting table[11]:SSDT-10.aml from EFI\CLOVER\ACPI\patched ... Success
7:447  0:000  Inserting table[12]:SSDT-11.aml from EFI\CLOVER\ACPI\patched ... Success

SSDT9/SSDT10/SSDT11 are dynamic and, as written in the guide, should not be included in ACPI/patched.

still there... :/
View attachment Aldo’s MacBook Pro.ioreg
 
Read post #1, "Problem Reporting"

here... can you tell me what have i done wrong please?

View attachment Aldo’s MacBook Pro.ioreg
View attachment CLOVER.zip
View attachment RehabMan.zip
Screen Shot 2015-06-18 at 03.46.19.png
 
As mentioned in the guide, you need to set config.plist/ACPI/SSDT/DropOem=true when you have patched SSDTs in ACPI/patched.

Its not there! does it means i did it right?
 
Look again. You have it set to false in your config.plist.

i have done it. brightness control already work :D thanks RehabMan!
 
Hello!

Please help me to disable my nvidia card, it is the almost last thing i need to work normally, i hope.(and start to sleep at nights)
Also, my notebook running on much higher temp than under dualbooted windows, and fan always working. I think it's because nvidia card is on, and producing heat.

I followed the guide, and found that _OFF and _INI methods are in my DSDT, not in any of SSDTs. But i can't get how to apply "Call _OFF from _INI (SSDT)" patch directly. I changed the path to _OFF method but it compiles with errors.

All needed files in attachment(in RehabMan folder DSDT is patched for brightness).
Thank you!

(sorry for my english)
 

Attachments

  • Original ACPI Tables.zip
    27.7 KB · Views: 98
  • IOReg.zip
    365.5 KB · Views: 109
  • RehabMan.zip
    25.2 KB · Views: 106
Hello!

Please help me to disable my nvidia card, it is the almost last thing i need to work normally, i hope.(and start to sleep at nights)
Also, my notebook running on much higher temp than under dualbooted windows, and fan always working. I think it's because nvidia card is on, and producing heat.

I followed the guide, and found that _OFF and _INI methods are in my DSDT, not in any of SSDTs. But i can't get how to apply "Call _OFF from _INI (SSDT)" patch directly. I changed the path to _OFF method but it compiles with errors.

All needed files in attachment(in RehabMan folder DSDT is patched for brightness).
Thank you!

(sorry for my english)

Look carefully at the _OFF method. It is empty -- not implemented. Calling it will do nothing.

Try _PS3.
 
Back
Top