Contribute
Register

[solved] Screen failed to wake up after screen standby

Status
Not open for further replies.
Hello, I solved this issue now. And here is the new files below.

You should not be dropping CPU SSDTs.
And config.plist/ACPI/SSDT/Generate (CStates/PStates) should be false.
 
You should not be dropping CPU SSDTs.
And config.plist/ACPI/SSDT/Generate (CStates/PStates) should be false.

OK, I will remove it. -v shows

Code:
2017-08-29 21:56:27.983660+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> SSDT 0x0000000082B2C000 00109A (v02 hack   IGPU     00000000 INTL 20161210)
2017-08-29 21:56:27.983662+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> SSDT 0x0000000082B2C000 00109A (v02 hack   IGPU     00000000 INTL 20161210)
2017-08-29 21:56:29.808226+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load
2017-08-29 21:56:29.818546+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Scheduler Tail Coalescing Enabled.
2017-08-29 21:56:29.827201+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Scheduler Tail Coalescing Enabled.
2017-08-29 21:56:29.827231+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Chose to use graphics firmware based on platform
2017-08-29 21:56:29.925798+0800  localhost kernel[0]: (AppleGraphicsPowerManagement) <AppleGraphicsPowerManagement`AGPMController::createAGPMClass(AGPMController*, IOService*, IOService*)> [AGPM Controller] build gpuDict by GPU IGPU.
2017-08-29 21:56:31.564437+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] *****************************************************************************
2017-08-29 21:56:31.573795+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Failed to initialize graphics firmware.  Falling back to host-side scheduling
2017-08-29 21:56:31.582569+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Scheduler interface revision = 1: Default EL Scheduler
2017-08-29 21:56:31.590719+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] *****************************************************************************
2017-08-29 21:56:31.638156+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Graphics accelerator is using scheduler interface revision 1: Default EL Scheduler
2017-08-29 21:56:31.647546+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Scheduler: Multiple channel indexes per command streamer
2017-08-29 21:56:31.656198+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Scheduler: Process CSB using HWS.
2017-08-29 21:56:31.664048+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Scheduler: PM notify enabled
2017-08-29 21:56:31.671670+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Graphics Address: PPGTT, Separate Address Space
2017-08-29 21:56:31.679868+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] MultiForceWake Enabled: Using 3D Driver
2017-08-29 21:56:31.689061+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IGScheduler1::initWithAccelerator(IOGraphicsAccelerator2*)> [IGPU] Scheduler Throttle Cap = 100ms.
 
OK, I will remove it. -v shows

Code:
2017-08-29 21:56:27.983660+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> SSDT 0x0000000082B2C000 00109A (v02 hack   IGPU     00000000 INTL 20161210)
2017-08-29 21:56:27.983662+0800  localhost kernel[0]: (AppleACPIPlatform) <AppleACPIPlatform`AcpiOsVprintf> SSDT 0x0000000082B2C000 00109A (v02 hack   IGPU     00000000 INTL 20161210)
2017-08-29 21:56:29.808226+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Will fallback to host-side scheduling if graphics firmware fails to load
2017-08-29 21:56:29.818546+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Scheduler Tail Coalescing Enabled.
2017-08-29 21:56:29.827201+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Scheduler Tail Coalescing Enabled.
2017-08-29 21:56:29.827231+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Chose to use graphics firmware based on platform
2017-08-29 21:56:29.925798+0800  localhost kernel[0]: (AppleGraphicsPowerManagement) <AppleGraphicsPowerManagement`AGPMController::createAGPMClass(AGPMController*, IOService*, IOService*)> [AGPM Controller] build gpuDict by GPU IGPU.
2017-08-29 21:56:31.564437+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] *****************************************************************************
2017-08-29 21:56:31.573795+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Failed to initialize graphics firmware.  Falling back to host-side scheduling
2017-08-29 21:56:31.582569+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] Scheduler interface revision = 1: Default EL Scheduler
2017-08-29 21:56:31.590719+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::populateAccelConfig(IOAccelConfig*)> [IGPU] *****************************************************************************
2017-08-29 21:56:31.638156+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Graphics accelerator is using scheduler interface revision 1: Default EL Scheduler
2017-08-29 21:56:31.647546+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Scheduler: Multiple channel indexes per command streamer
2017-08-29 21:56:31.656198+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Scheduler: Process CSB using HWS.
2017-08-29 21:56:31.664048+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Scheduler: PM notify enabled
2017-08-29 21:56:31.671670+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] Graphics Address: PPGTT, Separate Address Space
2017-08-29 21:56:31.679868+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IntelAccelerator::start(IOService*)> [IGPU] MultiForceWake Enabled: Using 3D Driver
2017-08-29 21:56:31.689061+0800  localhost kernel[0]: (AppleIntelSKLGraphics) <AppleIntelSKLGraphics`IGScheduler1::initWithAccelerator(IOGraphicsAccelerator2*)> [IGPU] Scheduler Throttle Cap = 100ms.

Normal.
 
OK, thanks. Should I drop cpu/useARTFrequency?

I think the "drop cpu" question is already answered in post #12.
UseARTFrequency should generally be false.
 
I think the "drop cpu" question is already answered in post #12.
UseARTFrequency should generally be false.
I am sorry. Still one more question, I cannot log in Appstore. It shows "An unexpected error occurred while signing in. Your device or computer could not be verified". I can log in it before change to hotpatch. Does hotpatch has some effect to this?
 

Attachments

  • 1.jpg
    1.jpg
    143.9 KB · Views: 69
I have no Ethernet and wifi cannot be driven. I use Nullethernet.kext and SSDT-RMNE.aml.

NullEthernet not implemented (as can be seen clearly in ioreg).
SSDT-RMNE.aml not loading, due to incorrect specification in config.plist/ACPI/SortedOrder.
It is obvious in your Clover bootlog (I extracted from ioreg):
Code:
3:573  0:000  Inserting table[2]:SSDT_RMNE.aml from EFI\CLOVER\ACPI\patched ... Not Found
 
Status
Not open for further replies.
Back
Top