Contribute
Register

[WIP] [GUIDE] Lenovo IdeaPad Z500 & Mavericks

Status
Not open for further replies.
You might want to review why you have multiple SSDT tables loading.
Also you can get GPU PM by renaming GFX0 to IGPU in DSDT.

Hmm.. I only have the one SSDT in ACPI>Patched (Clover), however it was named SSDT-4 for some reason. I have reverted it to simply SSDT.aml. Might that have been the issue?

I also edited my DSDT to include the change you outlined.

I have attached an updated IO registry file in case any changes are reflected in it.

View attachment XXXX’s MacBook Pro.ioreg
 
Hmm.. I only have the one SSDT in ACPI>Patched (Clover), however it was named SSDT-4 for some reason. I have reverted it to simply SSDT.aml. Might that have been the issue?

I also edited my DSDT to include the change you outlined.

I have attached an updated IO registry file in case any changes are reflected in it.

View attachment 77817

You probably have Clover set to generate SSDTs for pstates/cstates, so you have duplicate info... Check your config.plist and be sure Generate/CState/Pstate is set to false.
 
You probably have Clover set to generate SSDTs for pstates/cstates, so you have duplicate info... Check your config.plist and be sure Generate/CState/Pstate is set to false.

I have -

<key>DropOemSSDT</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>No</string>
<key>GeneratePStates</key>
<string>No</string>

in TextWrangler

*Clover config is attached

View attachment config.plist
 
:oops:

Altered to -

<key>DropOem</key>
<true/>
<key>Generate</key>
<dict>
<key>CStates</key>
<false/>
<key>PStates</key>
<false/>
</dict>



That should do it?

If that is under SSDT, I think so... Use Clover Configurator to be sure.
 
*Update - since I implemented those changes my speed stepping seems fairly limited and stuck between two states.

Or is that how it's supposed to work? :confused:

HWMonitor.jpg

DPCIManager.jpg
 
Status
Not open for further replies.
Back
Top