Contribute
Register

[solved] Why does cursor freeze after sleep just for a few seconds?

Status
Not open for further replies.
The patch you have marked "HDMI-audio (work)" is really not related to HDMI audio at all.
It is a port count patch that eliminates the third port (@2).
You could also integrate that patch into the patch marked "0x16260006/etc, 32MB BIOS, 19MB framebuffer, 9MB cursor bytes (credit RehabMan)" by changing the Replace to: <01030302 00003001 00009000>

oohh..sorry @RehabMan for my poor
you mean patch will be like this?

comment: 0x16260006/etc, 32MB BIOS, 19MB framebuffer, 9MB cursor bytes (credit RehabMan)
find: 01030303 00002002 00005001
name: AppleIntelBDWGraphicsFramebuffer
replace: 01030302 00003001 00009000
 
oohh..sorry @RehabMan for my poor
you mean patch will be like this?

comment: 0x16260006/etc, 32MB BIOS, 19MB framebuffer, 9MB cursor bytes (credit RehabMan)
find: 01030303 00002002 00005001
name: AppleIntelBDWGraphicsFramebuffer
replace: 01030302 00003001 00009000

Yes.
Look at the two patches carefully and you'll see why.
 
It shows HDMI connected to the @1 connector (0105).
You can eliminate the @2 connector.
First patch:
Find: 06 00 26 16 01 03 03 03
Replace: 06 00 26 16 01 03 02 02

Second:
Find: 02 04 0B 00 00 04 00 00 07 05 00 00
Replace: FF 00 00 00 01 00 00 00 40 00 00 00


Hi @RehabMan , for what is the second patch?
I have 3 patches for my HDMI - enable 2 ports and disable unused port. disabling unused port fixed my lags on sleep and after boot but I am not sure if my patches were correct. can you please check on them?

I have DVMT set on bios via EFI Shell

See attached file for my reporting files. IOREG have logged my HDMI Connector connected and disconnected:

Thank you in advance
 

Attachments

  • Gelomon.zip
    2.4 MB · Views: 62
Hi @RehabMan , for what is the second patch?

It changes the 0204 connector to a non-connector.
Look at the "end connector" of any incomplete ig-platform-id (eg. an ig-platform-id without 4 full connectors) and you'll see.

I have 3 patches for my HDMI - enable 2 ports and disable unused port. disabling unused port fixed my lags on sleep and after boot but I am not sure if my patches were correct. can you please check on them?

I have DVMT set on bios via EFI Shell

See attached file for my reporting files. IOREG have logged my HDMI Connector connected and disconnected:

Thank you in advance

The patch you have "HDMI-audio, port 0204, 0x16120003 0x16120005 0x16120006 0x16260006" is not needed, as your patch "VRAM Patch, 2ports only -- removes lag on sleep and boot" effectively eliminates the 0204 connector.
 
It changes the 0204 connector to a non-connector.
Look at the "end connector" of any incomplete ig-platform-id (eg. an ig-platform-id without 4 full connectors) and you'll see.



The patch you have "HDMI-audio, port 0204, 0x16120003 0x16120005 0x16120006 0x16260006" is not needed, as your patch "VRAM Patch, 2ports only -- removes lag on sleep and boot" effectively eliminates the 0204 connector.

Thanks for your inputs, I have removed the patch for 0204 port and it still works. More power @RehabMan :thumbup:
 
Status
Not open for further replies.
Back
Top