Contribute
Register

[solved] Iris 550 Issues

Status
Not open for further replies.
Joined
May 10, 2014
Messages
15
CPU
Intel Core i5-6267U (2,9 Ghz, 4MB L3 Cache)
Graphics
Intel Iris Graphics 550
Mobile Phone
  1. Android
  2. iOS
Hi!

Unfortunately MacOS Sierra shows 7MB as video memory of the Intel Iris Graphics 550 (and I also get slow animations and sometimes flickering.
I've always patched minStolenSize because Bios default DVMT-prealloc is set to 32mb and I can't change. Also Intel is injected, ig-platform-id set to 0x19160000 and FakeID/IntelGFX to 0x19168086. And I'm using FakePCIID.kext and FakePCIID_Intel_HD_Graphics.kext.

Can someone please help me?

config.plist and screenshot attached.

Thanks in advance.
 

Attachments

  • config.plist
    4.4 KB · Views: 310
  • Screenshot.png
    Screenshot.png
    3.6 MB · Views: 536
Hi!

Unfortunately MacOS Sierra shows 7MB as video memory of the Intel Iris Graphics 550 (and I also get slow animations and sometimes flickering.
I've always patched minStolenSize because Bios default DVMT-prealloc is set to 32mb and I can't change. Also Intel is injected, ig-platform-id set to 0x19160000 and FakeID/IntelGFX to 0x19168086. And I'm using FakePCIID.kext and FakePCIID_Intel_HD_Graphics.kext.

Can someone please help me?

config.plist and screenshot attached.

Thanks in advance.

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Thanks for replying.

kextstat
Code:
Samiras-iMac:~ sami$ kextstat|grep -y acpiplat
   13    2 0xffffff7f822a5000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 867C81BE-EA01-3A65-89F4-06D78E6514CA <12 11 7 6 5 4 3 1>
Samiras-iMac:~ sami$ kextstat|grep -y appleintelcpu
Samiras-iMac:~ sami$ kextstat|grep -y applelpc
Samiras-iMac:~ sami$ kextstat|grep -y applehda

kextcache
Code:
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
AppleIntelSKLGraphicsFramebuffer.kext has incorrect permissions; omitting.
KernelCache ID: 973F74E4D99CE2770209C0F0089B1A54
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>
 

Attachments

  • CLOVER.zip
    2.1 MB · Views: 154
  • patchmatic.zip
    56.3 KB · Views: 149
  • Samis Macbook Pro.zip
    360.2 KB · Views: 140
Thanks for replying.

kextstat
Code:
Samiras-iMac:~ sami$ kextstat|grep -y acpiplat
   13    2 0xffffff7f822a5000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 867C81BE-EA01-3A65-89F4-06D78E6514CA <12 11 7 6 5 4 3 1>
Samiras-iMac:~ sami$ kextstat|grep -y appleintelcpu
Samiras-iMac:~ sami$ kextstat|grep -y applelpc
Samiras-iMac:~ sami$ kextstat|grep -y applehda

kextcache
Code:
kext-dev-mode allowing invalid signature -67013 0xFFFFFFFFFFFEFA3B for kext AppleMobileDevice.kext
AppleIntelSKLGraphicsFramebuffer.kext has incorrect permissions; omitting.
KernelCache ID: 973F74E4D99CE2770209C0F0089B1A54
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>

Damaged kexts, relatively obvious from kextcache output:
Code:
AppleIntelSKLGraphicsFramebuffer.kext has incorrect permissions; omitting.

Run the macOS installer to restore your kexts to vanilla.
 
Done. Thank you.

New output of kextstat:
Code:
Samiras-iMac:~ sami$ kextstat|grep -y acpiplat
   12    2 0xffffff7f81df4000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 867C81BE-EA01-3A65-89F4-06D78E6514CA <11 10 7 6 5 4 3 1>
Samiras-iMac:~ sami$ kextstat|grep -y appleintelcpu
Samiras-iMac:~ sami$ kextstat|grep -y applelpc
Samiras-iMac:~ sami$ kextstat|grep -y applehda

And kextcache:
Code:
KernelCache ID: BDF8C89FED89FCBE3D2BBB7C4CCC5FA2
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>

Should I try minStolenSize patch again now?
 
Done. Thank you.

New output of kextstat:
Code:
Samiras-iMac:~ sami$ kextstat|grep -y acpiplat
   12    2 0xffffff7f81df4000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 867C81BE-EA01-3A65-89F4-06D78E6514CA <11 10 7 6 5 4 3 1>
Samiras-iMac:~ sami$ kextstat|grep -y appleintelcpu
Samiras-iMac:~ sami$ kextstat|grep -y applelpc
Samiras-iMac:~ sami$ kextstat|grep -y applehda

And kextcache:
Code:
KernelCache ID: BDF8C89FED89FCBE3D2BBB7C4CCC5FA2
symlink("/System/Library/PrelinkedKernels/prelinkedkernel", "/System/Library/Caches/com.apple.kext.caches/Startup/kernelcache") failed 17 (File exists) <createPrelinkedKernel 2795>

Should I try minStolenSize patch again now?

If you have no ability to change DVMT-prealloc to 64mb or larger, you will need to use the minStolenSize patch.
 
Got it work, it shows 1536MB (which is still not enough).
But now there is some flickering at the top left corner. How can I fix it?
 
Status
Not open for further replies.
Back
Top