Contribute
Register

[solved] Screen failed to wake up after screen standby

Status
Not open for further replies.
I tried HWP(SpeedShift) for Skylake.
1. HWPEnabled and Plugin type=1 in config.plist
2. Use _xcpm_idle patch made by Pike R. Alpha
3. Generate X86PlatformPluginInjector and put it in L/E.
But unless enable CStates/PStates, X86PlatformPlugin and X86PlatformShim will not be loaded.

Wrong.
For HWP, do not use any Clover options, do not use any SSDT injection from Clover config.plist.
The only thing you need for HWP is SSDT-PluginType1.aml, HWP enabled SMBIOS, and potentially customized frequency vectors.
 
Wrong.
For HWP, do not use any Clover options, do not use any SSDT injection from Clover config.plist.
The only thing you need for HWP is SSDT-PluginType1.aml, HWP enabled SMBIOS, and potentially customized frequency vectors.
Yes, I know. I heard from someone that SSDT-PluginType1.aml is replaced by ACPI/SSDT/PluginType=1. Is that right?
 
Yes, I know. I heard from someone that SSDT-PluginType1.aml is replaced by ACPI/SSDT/PluginType=1. Is that right?

Wrong.
 
Should I remove this?

Code:
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0ist</string>
</dict>
 
Should I remove this?

Code:
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>CpuPm</string>
</dict>
<dict>
<key>Signature</key>
<string>SSDT</string>
<key>TableId</key>
<string>Cpu0ist</string>
</dict>

Yes. It is not needed for your hardware and can only cause problems.
 
Status
Not open for further replies.
Back
Top