Recent content by RMTT

  1. RMTT

    Install windows with bootcamp failed.

    Now, i'm using opencore to boot macOS on my pc, and from oc's docs, maybe the best way to dual boot with windows is Boot Camp. But, when i use boot camp to create windows booting usb, it cannot download windows support softwares, the error log: Can’t install the software because it is not...
  2. RMTT

    How to enable HEVC encoding with HD530 on OpenCore

    Yeah, removing this patch is ok,i use SSDT-UIAC and USBPorts,no USBInjectAll,but it's ok.
  3. RMTT

    How to enable HEVC encoding with HD530 on OpenCore

    Just add some necessary kexts.
  4. RMTT

    How to enable HEVC encoding with HD530 on OpenCore

    The HEVC encoding can using in clover, but not works in OC.They have the same devicepropertites and same kexts. Have some methods to config it?
  5. RMTT

    An iDiot's Guide To Lilu and its Plug-ins

    Hi, jay. I encountered another weird problem. I configure AppleALC using your manner, and it works nice for several days. But today, i boot my laptop and listen some songs using headphones for few minutes, and then the volume of audio is reduced and rarely has human voice.Nevertheless, when i...
  6. RMTT

    [GUIDE] General Framebuffer Patching Guide (HDMI Black Screen Problem)

    Maybe that stuck is not caused by touchID, but HDMI output?
  7. RMTT

    [GUIDE] General Framebuffer Patching Guide (HDMI Black Screen Problem)

    MacbookPro 13,1 And if I use MacbookPro 13,3 , the stuck will disappear, but my HDMI cannot output.
  8. RMTT

    [GUIDE] General Framebuffer Patching Guide (HDMI Black Screen Problem)

    I placed all kexts to /L/E using Hackintool, and the NoTouchID.kext seems no effect, my laptop still few seconds when login. And i can see the NoTouchID has already loaded. But this time I removed all kexts of Clover/kexts/Other except FakeSMC and ApplePS2SmartTouchpad, and power seems work as...
  9. RMTT

    [GUIDE] General Framebuffer Patching Guide (HDMI Black Screen Problem)

    Thanks for your reply.But unfortunately, it seems doesn't work, i place the NoTouchId.kext to /Clover/kexts/Other, and reboot, still stuck few seconds.
  10. RMTT

    Need Help! About ACPI methods.

    I just annotate the content of method ECR2,and seems work correctly. Method (ECR2, 1, Serialized) { /* If (LEqual (ECLP, One)) { If (LAnd (LEqual (ECUP, Zero), LEqual (GGOV (0x0201000C), Zero))) {...
  11. RMTT

    Need Help! About ACPI methods.

    My touchpad of laptop always doesn't work, so i want to fix it. Today, I touch the touchpad when OS booting, and i see these log: Seems those method return a wrong value? And i find it on DSDT: Method (ECR2, 1, Serialized) { If (LEqual (ECLP, One))...
  12. RMTT

    An iDiot's Guide To Lilu and its Plug-ins

    Hmm, my EC locates in one SSDT, not DSDT, and it can work correctly when i place all kexts into Clover/kexts/Other, so i think the patch is correct.
  13. RMTT

    An iDiot's Guide To Lilu and its Plug-ins

    I push the kexts of Clover/kexts/Other to /L/E using Hackintool, and then ,my battery patch doesn't work, but when i delete kexts of /L/E, then my battery patch back to work. I don't why. But i don't delete the kexts of Clover/kexts/Other after using hackintool pushed those kexts to /L/E. But...
  14. RMTT

    [GUIDE] General Framebuffer Patching Guide (HDMI Black Screen Problem)

    I change the smbios to Macbookpro13,1 and then it can work. But there is another problem: Stuck few second when login to system after boot. By the way, how to understand the SMBIOS effects HDMI output.
Back
Top