Contribute
Register

Help: Disable ATI HD7730M in dsdt

Status
Not open for further replies.
Joined
Mar 16, 2014
Messages
44
Motherboard
Samsung NP350v5c-T01HK
CPU
i7-3610QM
Graphics
Intel HD4000 1366x768x32, ATI HD7730M
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
First of all, thx for this fantastic website. My Samsung NP350V5c is now 95% working in 10.9.2 with clover bootloader.

There are one thing that I can't fix even after searched this forum and google. It is how to disable the ATI HD7730M in dsdt. I have already realized I can't get it work with the intel 4000 together, however, for energy saving, I would like to disable it through dsdt.

Please kindly give me a hand.
 
First of all, thx for this fantastic website. My Samsung NP350V5c is now 95% working in 10.9.2 with clover bootloader.

There are one thing that I can't fix even after searched this forum and google. It is how to disable the ATI HD7730M in dsdt. I have already realized I can't get it work with the intel 4000 together, however, for energy saving, I would like to disable it through dsdt.

Please kindly give me a hand.

You might read this thread: http://www.tonymacx86.com/hp-probook-mavericks/118047-help-disable-hd-7650m-dsdt.html

If you can understand how it is done on the ProBook you can apply the same technique to your own laptop DSDT/SSDT.
 
Thanks for your reply.
After reading the post i have patched the DSDT successfully without error with the HP ProBook repo.
However, When I tried to patch the SSDT6 file, no matter it is extract by ubuntu or aida64, it shows an error when compile.

Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake
{
Return (GPRW)
0x09
0x04
}
syntax error unexpected parseop_integer

Changing the code to "Return (GPRW (0x09,0x04))" also report error.
I have tried to disassemble[FONT=Verdana, Geneva, sans-serif] it with the latest version of iasl, but the problem remains.

Please kindly suggest what should I do.

Thanks a lot.


[/FONT]
 

Attachments

  • SSDT5.dsl
    11.8 KB · Views: 179
  • DSDT.aml
    44.9 KB · Views: 147
Thanks for your reply.
After reading the post i have patched the DSDT successfully without error with the HP ProBook repo.
However, When I tried to patch the SSDT6 file, no matter it is extract by ubuntu or aida64, it shows an error when compile.

Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake
{
Return (GPRW)
0x09
0x04
}
syntax error unexpected parseop_integer

Changing the code to "Return (GPRW (0x09,0x04))" also report error.
I have tried to disassemble[FONT=Verdana, Geneva, sans-serif] it with the latest version of iasl, but the problem remains.

Please kindly suggest what should I do.

Thanks a lot.


[/FONT]

Disassemble your files together...

Place all SSDT/DSDT in a single directory and use a recent build of iasl to disassemble:
http://www.tonymacx86.com/attachmen...ell-inspiron-17-7000-hackintosh-able-iasl.zip
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -da *.aml
 
I have tried to use the latest iasl for the SSDTs generated from ubuntu and windows with the code you provided. And when I compile the generated dsl files, I have got the same error.

Please kindly help.
 
I have tried to use the latest iasl for the SSDTs generated from ubuntu and windows with the code you provided. And when I compile the generated dsl files, I have got the same error.

Please kindly help.

I can't help unless you post all extracted DSDT/SSDT .AML files.
 
Here it is.
The DSDT is attached in post#1.

Thanks a lot.
 

Attachments

  • ssdt.zip
    6.8 KB · Views: 87
Here it is.
The DSDT is attached in post#1.

Thanks a lot.

If you disassemble your DSDT/SSDTs as described in post #4, your DSDT compiles without errors.
 
If you disassemble your DSDT/SSDTs as described in post #4, your DSDT compiles without errors.

Sorry, I am so idiotic that did disassemble them without the DSDT....Now the SSDT5 can be compile after patched without error. However...the ATI card still display at system report as GPU Display PCIE.

I did apply the patch on both DSDT and SSDT-1 as attached.
I also provided the IOReg for your reference.

Please suggest what should I do next.

Thanks a lot for your kindest help.
 

Attachments

  • patched.zip
    21.4 KB · Views: 72
  • IOReg.ioreg
    3 MB · Views: 103
Sorry, I am so idiotic that did disassemble them without the DSDT....Now the SSDT5 can be compile after patched without error. However...the ATI card still display at system report as GPU Display PCIE.

I did apply the patch on both DSDT and SSDT-1 as attached.
I also provided the IOReg for your reference.

Please suggest what should I do next.

Thanks a lot for your kindest help.

Not patched correctly... I don't see a call to _OFF from _INI in ssdt-1.aml.
 
Status
Not open for further replies.
Back
Top