Contribute
Register

HD3000, Blackscreen after recover from lid sleep

Status
Not open for further replies.
Joined
Oct 5, 2014
Messages
68
Motherboard
Asus Z370i> Need full model name > See Forum Rules!
CPU
I7-8600K Delided
Graphics
RX 6800
Mobile Phone
  1. iOS
Hey guys
My sleep function was working on 10.11 GM version, after I update to the 10.11.1, the sleep throught lid close is not working anymore. It can sleep when I close the lid, but when I try to recover from sleep, the screen will remain black. However, when I click sleep manually, it can sleep and recover perfectly. Any thought?
I'm using sony VPCSE 190x laptop. The video card is HD3000.
 
Hey guys
My sleep function was working on 10.11 GM version, after I update to the 10.11.1, the sleep throught lid close is not working anymore. It can sleep when I close the lid, but when I try to recover from sleep, the screen will remain black. However, when I click sleep manually, it can sleep and recover perfectly. Any thought?
I'm using sony VPCSE 190x laptop. The video card is HD3000.

Did you implemented ACPI patches per guide?

http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html
 
Hey @rehabman
Yes,
My DSDT was working in 10.10, 10.11GM and I implement all the method in you GUIDE.
Do you have any way to debug it?
 
Hey @rehabman
Yes,
My DSDT was working in 10.10, 10.11GM and I implement all the method in you GUIDE.
Do you have any way to debug it?

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
Status
Not open for further replies.
Back
Top