Contribute
Register

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

Status
Not open for further replies.
Hi @RehabMan sorry for late inform you, I on the way from other country yesterday
I do as directed by you, but I don't know to eliminated the unused port in the framebuffer
I just have one HDMI port and no have audio HDMI for now
I've try to connect HDMI device and I think is connected to port @1
I attach report and screenshoot ioreg befor/after connected HDMI audio
thank you so much for your help

This is attach

The ioreg you attached shows no HDMI device connected.
 

Attachments

  • debug_32779.zip
    2.5 MB · Views: 84
sorry @RehabMan it's my mistake
this is is ioreg connected HDMI

please, can you checked my ioreg
thank you

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
 
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

Thank you so much @RehabMan for helping me
I'll report you later
 
Hi @RehabMan
I've use your patch and implement of both
second patch is really worked, there is no frezee and lag at login window
thank you, I'm really greatfull :thumbup:
but when I use with first patch, my device restart at log verbose
I attach screenshoot of last verbose before restart
sorry for bluring screenshoot, I can't catch clearly it's really fast

thank you so much for your help and sorry for my english
 

Attachments

  • config.plist
    24.8 KB · Views: 274
  • Screen Shot 2017-11-26 at 23.06.36.png
    Screen Shot 2017-11-26 at 23.06.36.png
    1.3 MB · Views: 72
  • Screen Shot 2017-11-26 at 23.07.23.png
    Screen Shot 2017-11-26 at 23.07.23.png
    2 MB · Views: 77
  • Screen Shot 2017-11-26 at 23.09.16.png
    Screen Shot 2017-11-26 at 23.09.16.png
    1.3 MB · Views: 68
Hi @RehabMan
I've use your patch and implement of both
second patch is really worked, there is no frezee and lag at login window
thank you, I'm really greatfull :thumbup:
but when I use with first patch, my device restart at log verbose
I attach screenshoot of last verbose before restart
sorry for bluring screenshoot, I can't catch clearly it's really fast

thank you so much for your help and sorry for my english

What is DVMT-prealloc set to?
Are you using IntelGraphicsDVMTFixup.kext?

Alternate patches to try (for first):
Find: 06 00 26 16 01 03 03 03
Replace: 06 00 26 16 01 03 03 02

Find: 06 00 26 16 01 03 03 03
Replace: 06 00 26 16 01 03 02 03
 
@RehabMan I just using last version IntelGraphicsDVMTFixup.kext and no patch in config.plistc for DVMT-prealloc
Ok sir, I'll try again and report to you

Very thankfull for your kind :)
 
@RehabMan I just using last version IntelGraphicsDVMTFixup.kext and no patch in config.plistc for DVMT-prealloc
Ok sir, I'll try again and report to you

Very thankfull for your kind :)

IntelGraphicsDVMTFixup.kext has dependencies on the vanilla framebuffer data.
If you change it (as we are doing with these patches) it breaks and so you would have to add an equivalent patch for 32mb DVMT via Clover instead of using IntelGraphicsDVMTFixup.kext.
Read here:
https://www.tonymacx86.com/threads/...lensize-patch-with-32mb-dvmt-prealloc.221506/
 
IntelGraphicsDVMTFixup.kext has dependencies on the vanilla framebuffer data.
If you change it (as we are doing with these patches) it breaks and so you would have to add an equivalent patch for 32mb DVMT via Clover instead of using IntelGraphicsDVMTFixup.kext.
Read here:
https://www.tonymacx86.com/threads/...lensize-patch-with-32mb-dvmt-prealloc.221506/

Hi rehabman, sorry I'm slow responce
you are awesome, HDMI audio work fine now
I'm very apreciate for all your help
thank you very much sir

I'm remove IntelGraphicsDVMTFixup.kext and change with patch for 32mb DVMT via Clover
this is patch I've used

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

and than I use your first patch to HDMI and second patch for eliminate port @2
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

and I use patch HDMI audi for part @1
comment: HDMI-audio, port 0105, 0x16120003 0x16120005 0x16120006 0x16260006
find: 01050b00 00040000 07050000
name: AppleIntelBDWGraphicsFramebuffer
replace: 01050b00 00080000 82000000

I don't have freeze and lag at login window again and HDMI audio now working
thank you @RehabMan

one more, can you help me to check my system debug?
it's working fine or not

thank you so much and God Bless you
 

Attachments

  • debug_1448.zip
    2.6 MB · Views: 75
Hi rehabman, sorry I'm slow responce
you are awesome, HDMI audio work fine now
I'm very apreciate for all your help
thank you very much sir

I'm remove IntelGraphicsDVMTFixup.kext and change with patch for 32mb DVMT via Clover
this is patch I've used

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

and than I use your first patch to HDMI and second patch for eliminate port @2
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

and I use patch HDMI audi for part @1
comment: HDMI-audio, port 0105, 0x16120003 0x16120005 0x16120006 0x16260006
find: 01050b00 00040000 07050000
name: AppleIntelBDWGraphicsFramebuffer
replace: 01050b00 00080000 82000000

I don't have freeze and lag at login window again and HDMI audio now working
thank you @RehabMan

one more, can you help me to check my system debug?
it's working fine or not

thank you so much and God Bless you

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>
 
Status
Not open for further replies.
Back
Top