Contribute
Register

Intel HD630 Flickering

Status
Not open for further replies.
Joined
Nov 13, 2016
Messages
14
Motherboard
ASUS Strix Z270G Gaming
CPU
Intel Core i7-7700K 4.2GHz
Graphics
Intel HD630
Mobile Phone
  1. iOS
Hi guys. My display flickering after update to High Sierra. It starts in ~5-10 seconds after log in. Looks like card was injected, but it starts flickering.

CPU: i7-7700K
MB: Asus STRIX Z270G

My current config and kexts list attached.
Thanks.

Code:
kextstat|grep -y acpiplat && kextstat|grep -y appleintelcpu && kextstat|grep -y applelpc && kextstat|grep -y applehda
   15    2 0xffffff7f82459000 0x9b000    0x9b000    com.apple.driver.AppleACPIPlatform (6.1) 13F84E88-67F0-3F37-8A76-E37DCA1595FB <14 12 11 7 6 5 4 3 1>
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
eficheck.kext has no Info.plist file.
eficheck.kext has no Info.plist file.
eficheck.kext has no Info.plist file.
eficheck.kext has no Info.plist file.
eficheck.kext has no Info.plist file.
Kext with invalid signatured (-67013) allowed: <OSKext 0x7fc308a14a20 [0x7fff62383f10]> { URL = "AppleMobileDevice.kext/ -- file:///System/Library/Extensions/", ID = "com.apple.driver.AppleMobileDevice" }
KernelCache ID: 7570DA24C61458170DD1DE23D3C1284F

upload_2017-7-20_14-41-4.png upload_2017-7-20_14-41-32.png upload_2017-7-20_15-24-12.png upload_2017-7-20_15-24-30.png
 

Attachments

  • config.plist
    6.8 KB · Views: 370
  • Eugene’s iMac.zip
    7.1 MB · Views: 154
  • RehabMan.zip
    55.8 KB · Views: 132
  • CLOVER.zip
    4.6 MB · Views: 171
Last edited:
My current config and kexts list attached.
config.plist has an issue on line 100 - Change </false> into <false/>
Code:
config.plist: Value missing for key inside <dict> at line 100

Add config.plist/Devices/FakeID/IntelGFX=0x59128086
Add config.plist/Graphics/ig-platform-id=0x59120000

Remove FakePCIID_Intel_HD_Graphics.kext from /EFI/CLOVER/kexts/Other
 
All animations is smoother, but flickering isn't fixed.
Do you have Lilu and IntelGraphicsFixup installed?

Add the kexts (Lilu.kext and IntelGraphicsFixup.kext) to /EFI/CLOVER/kexts/Other or install them to /Library/Extensions using KextBeast.
Add -lilubeta and -igfxbeta to config.plist/Boot/Arguments
This enables loading the kexts under unsupported macOS version
 
Your config.plist is completely empty, you have no patched dsdt and ssdt files, you should first read how to fix your acpi tables or use fixups for clover. Before this it's not working.
 
Not solved. Still flickering.
config.plist again has issues - change last line </plist into </plist>
Code:
config.plist: Encountered unexpected EOF
Set config.plist/Graphics/Inject/Intel=false
 
Status
Not open for further replies.
Back
Top