Contribute
Register

Please help me with NV GFX card diable fix

Status
Not open for further replies.
Joined
Jun 29, 2014
Messages
51
Motherboard
10.9.3
CPU
4670k
Graphics
HD4600
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I have a laptop with a integrated gfx and NV gfx card. I want to diable the NV gfx to install mavericks. I attached with my DSDT and SSDT. Any suggestion will be appreciated.
View attachment dsdt and ssdt.zip
 
I have a laptop with a integrated gfx and NV gfx card. I want to diable the NV gfx to install mavericks. I attached with my DSDT and SSDT. Any suggestion will be appreciated.
View attachment 105829

Please DO NOT cross-post duplicates. Also, you should probably read the rules: http://www.tonymacx86.com/faq.php

Try just calling _OFF from _INI in the SSDT.

But you'll need to disassemble your files correctly.... The way you've done it is not workable.

You will get a better disassembly if you disassemble all at once...

You will need to extract all DSDT/SSDT from Linux. They are available in /sys/firmware/acpi/tables and /sys/firmware/acpi/tables/dynamic. Place them on USB or otherwise transfer to OS X.

Place all SSDT/DSDT in a single directory and use a recent build of iasl to disassemble:
http://www.tonymacx86.com/attachmen...5-buggy-dsdt-asus-q501la-help-needed-iasl.zip
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -da *.aml

Then work with the resulting *.dsl. You'll find you have much less errors to deal with.
 
Status
Not open for further replies.
Back
Top