Contribute
Register

Power Management Problem!

Status
Not open for further replies.
@Feartech I want correct power management & i don't know what exact SSDT do i need, knowing that it's a laptop not desktop
 
@Feartech I want correct power management & i don't know what exact SSDT do i need, knowing that it's a laptop not desktop
you still haven't restored your graphics kext:
Code:
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleIntelHD3000Graphics.kext

re run the mac installer to refresh your kexts you have patched

you may want to do this as well:

hibernatemode should be set to 0
make sure you have run all the terminal commands from here:

also you best do this as well:
 
you still haven't restored your graphics kext:
Code:
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleIntelHD3000Graphics.kext

re run the mac installer to refresh your kexts you have patched

you may want to do this as well:

hibernatemode should be set to 0
make sure you have run all the terminal commands from here:

also you best do this as well:
@Feartech thanks for the quick respond. I've patched my HD3000 kext to increase Vram, so i guess no big deal as it's the original with just vram value change. also i already set hibernatemode to 0

i still need to know which SSDT do i need to put into ACPI/Patched
 
@Feartech thanks for the quick respond. I've patched my HD3000 kext to increase Vram, so i guess no big deal as it's the original with just vram value change. also i already set hibernatemode to 0

i still need to know which SSDT do i need to put into ACPI/Patched
why increase nvram for? put it back how it was

you already have SSDT.aml for your power management

compare your config,plist with one from the laptop guide:
https://github.com/RehabMan/OS-X-Clover-Laptop-Config/blob/master/config_HD3000_1366x768.plist
 
@Feartech Changing vram from 512 to 1024 fixes artifacts and makes overall performance smoother, also i use adobe illustrator which requires minimum 1gb of vram.
also i'm using rehabman config.
ahh ok

looking at the guide config.plist:
Code:
<key>AutoMerge</key>
        <true/>

you have yours set to false
 
ahh ok

looking at the guide config.plist:
Code:
<key>AutoMerge</key>
        <true/>

you have yours set to false
@Feartech i already dropped OEMs, why should i use AutoMerge?
 
where have you dropped them?

why can't you do as i ask?
@Feartech i mean i use "DropOEMs" to use custom DSDT & SSDT which is in ACPI/Patched, so why should i use AutoMerge? Is it even related or it has nothing to do with DropOEMs? maybe i don't understand why do i need AutoMerge
 
Status
Not open for further replies.
Back
Top