Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. I was able to get display to work properly after wake by replacing AppleIntelSKLGraphicsFramebuffer.kext from 10.12.6 I know this is not a fix, but a workaround temporarily until a fix is found. Didn't test to see if it'll have any ill effect in the long run.
  2. See here. Already a bootpack for your model, but since you're on HS, you could just use the patched DSDT.
  3. Seems a lot of Skylake / Kabylake with HD Graphics are having similar issue on 10.13.x. No fix found at the moment.
  4. DiSable trimming in configuration file or set delay to ACPIBatteryManager as stated below by Bronxtech External DP audio ok?
  5. We'll need more details than just the CPU. KabyLake is natively supported in High Sierra, so go with that. Need for specs info: Ethernet? Wireless? Touchpad? HDMI /DP? You could start by creating the installer and exporting raw ACPI through F4 and attach it here for patching
  6. @highvoltage12v, no attachment...you need to compress and then attach via More Reply Options on the lower right Still no fix for wake but here's a workaround
  7. I think I figured out the issue why alternate works but not Clover. With alternate you're using fakeID IntelGFX 0x12345678 without graphics acceleration. But when acceleration was added you get KP, so it means you didn't set the DVMT necessary for HD 520 to load. The alternative would be to use Lilu & IntelGraphicsDVMTFxup. So add this kext to /clover/kext/Other with the files from post #60. Off topic, you could update the kexts using file from murad3994.zip. Most of the kexts are the same, the ones that are not, you could leave them as is. See also post #2 and 3 here
  8. Be more specific please. i3 ??? i.e. i3-4550u That would let use know what Intel HD graphics it has What Ethernet? What Wireless? What Touchpad? Which BIOS version? We'll start from there...
  9. No QE/CI means not supported; hence the browser issue. What kexts did you use for Audio?
  10. Go to BIOS, set Load Default. Apply. Then go back and set to UEFI AHCI Enable Legacy Option ROMs Disable Secure Boot Disable TPM Enable CPU XD Support Disable Wake on WLAN/LAN/WWAN
  11. Alright, let's try without DSDT/SSDT in ACPI/Patched. Remove all of them except SSDT-PNLF.aml You could keep all the kexts too Use the Config.plist with the Clover install config.plist.zip
  12. No need to reinstall. I make an update to the kext, should fix the audio issue. Replace to /L/E or wherever you had it Repair permission and rebuild cache AppleHDA_ALC668.kext.zip
  13. Internal Graphics shows Auto. What other options is there? Set DVMT to 64MB and disable the pre-alloc patch in Config.plist.
  14. Ok, native KL FB. Does that help with the sleep/wake issue? May want to try enabling / Disabling CSM (Legacy mode) in the BIOS
  15. If not, then look for this instead under kextToPatch and change it to what Hervé had or just disable it IOGraphicsFamily Find: 01007517 Replace by: 010000EB17
  16. did you repair permission and rebuild cache? post result after running the commands below sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  17. High Sierra natively supports KabyLake. Why not use use KabyLake FB instead of faking Skylake FB. Try this config, updated to Kabylake FB config.plist.zip
  18. boot with verbose & debug 0x100 mode to capture KP GFX0 -> IGPU helps with power management
  19. Use latest DSDT with this Config config.plist.zip
  20. Ahh, forgot you're on High Sierra. Enable FixHeaders_20000000 in Config file under ACPI
  21. In Config plist, disable the AppleHDA patch under KextToPatch. Replace DSDT.aml with the attached DSDT.aml.zip
×
×
  • Create New...