Contribute
Register

[Guide] Native Power Management for Laptops

still no native PM :(


instead of going up its going down(Frequency) :(
 
I've generated this ssdt.dsl file from ssdtPRGen.sh from the scratch , but it is giving me back screen !

Ive gone through both the threads of urs n its great :)
1.Patching laptop dsdt/ssdt
2.Native power management.
 
I've generated this ssdt.dsl file from ssdtPRGen.sh from the scratch , but it is giving me back screen !

Ive gone through both the threads of urs n its great :)
1.Patching laptop dsdt/ssdt
2.Native power management.

CPU power management has nothing to do with graphics configuration.

You probably have some other issue with your bootloader configuration (config.plist).
 
CPU power management has nothing to do with graphics configuration.

You probably have some other issue with your bootloader configuration (config.plist).

Thanks a lot RehabMan i got PM :)
ur post r great :)

but 2 question !
1.it only worked after i used -xcpm, should i use this flag in config.plist !
2.should i drop all oem ssdt(ur post said something hammer thing)
3.M getting 2.90 in cinebench but my Turbo is 3.10.


And plz suggest me the right setting in config.plist :)
 
Thanks a lot RehabMan i got PM :)
ur post r great :)

but 2 question !
1.it only worked after i used -xcpm, should i use this flag in config.plist !
2.should i drop all oem ssdt(ur post said something hammer thing)
3.M getting 2.90 in cinebench but my Turbo is 3.10.


And plz suggest me the right setting in config.plist :)

1. -xcpm is not used on real Macs. Your call. If you need to use it, it indicates CPU PM is not implemented correctly.

2. Filtering SSDTs and the DropOem flag is fully covered in the DSDT/SSDT guide.

3. You should test pstates with AppleIntelCPUPowerManagementInfo.kext.
 
1. -xcpm is not used on real Macs. Your call. If you need to use it, it indicates CPU PM is not implemented correctly.

2. Filtering SSDTs and the DropOem flag is fully covered in the DSDT/SSDT guide.

3. You should test pstates with AppleIntelCPUPowerManagementInfo.kext.

I agree with u, but PM is not working without -xcpm :(
I've tried but no success without it :(
And also m getting this in P States: I/O error, throttling to 9Hz
here are my files
this is how it looks !
 
I agree with u, but PM is not working without -xcpm :(
I've tried but no success without it :(

SSDT must be generated with the correct SMBIOS/configuration in place. Your SSDT was generated with -xcpm active. That SSDT cannot be expected to work without -xcpm.

And also m getting this in P States: I/O error, throttling to 9Hz
here are my files
this is how it looks !

Normal. Use AppleIntelCPUPowerManagementInfo.kext to test pstates.

It does not appear you ever addded MCFG to DropTables in config.plist.
 
SSDT must be generated with the correct SMBIOS/configuration in place. Your SSDT was generated with -xcpm active. That SSDT cannot be expected to work without -xcpm.



Normal. Use AppleIntelCPUPowerManagementInfo.kext to test pstates.

It does not appear you ever addded MCFG to DropTables in config.plist.

this is current customization, as u said I've done but got black screen !
this is wat i got, without -xcpm.
 
Back
Top