Recent content by jlrain98

  1. jlrain98

    [Guide] Native Power Management for Laptops

    Ok Sorry I figure out the problem, Now I can load SSDT-PluginType-1.aml so is it done just like this to fix the battery problem, No install kext needed, etc. What should I do next? Edit: Power Management System That can prolong the battery life, Is it just like this with power management problem?
  2. jlrain98

    [Guide] Native Power Management for Laptops

    Is it this KernelToPatch That I need to add into my config.plist <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>0x591b0000, 19MB framebuffer 9MB cursor bytes (credit RehabMan)</string> <key>Disabled</key>...
  3. jlrain98

    [Guide] Native Power Management for Laptops

    I would like to clarify which Kernel and Kext Patches is needed? I already put available, is it possible to send it here the config.plist file for more clarification on which one should be added.
  4. jlrain98

    [Guide] Native Power Management for Laptops

    Ok I have used your config_HD615_620_630_640_650_spoof.plist since it matched with my graphics And I copied the KerneltoPatch com.apple.driver.AppleIntelSKLGraphicsFramebuffer Yeah same result still unable to laod SSDT-PluginType-1.aml Here is the file
  5. jlrain98

    [Guide] Native Power Management for Laptops

    Hi I already add some kerneltopatch in the clover.plist, still it can't load SSDT-PluginType-1.aml in the ACPI/Patch What I need to do so that it can read the patch SSDT, what to change in clover.plist
  6. jlrain98

    [Guide] Native Power Management for Laptops

    Hi, Im having the problem since I cant boot with the SSDT provided from the ssdtprGen.sh, It gives me Kernel Panic when boot with the patched SSDT, So right now using OEM SSDT. When I Drop OEM SSDT it gives Kernel Panic. So must be the SSDT problem. DSDT no problem since I can load the pacthed...
  7. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    I have fix my SSDT-14 so that it is more understandable and clear, Please review my problem. And yes still Nvidia Activated. This are the file:
  8. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Here is the file needed: Please help me patch with it, I tried and always not working. Thanks for your patience
  9. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Ok I removed call of HG0F on _OFF since it will not work as ACPI Interpreter.. What should I do next? Still same result.
  10. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Done change back into this: Method (_OFF, 0, Serialized) // _OFF: Power Off { Store (LCTL, ELCT) Store (VREG, VGAB) HGOF () Return (Zero) } And still problem exist, anyway is my ssdt order work? Edit: Ok I know that mu...
  11. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Hi, I change from #SortedOrder to SortedOrder as in the file below. Still Nvidia still on can you check it?
  12. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Hi. I successfully sort my ssdt using your guide can you check it out. Anyway still show NVIDIA in system preferences, Do I done anything wrong?
  13. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Still not get it, can you sort it out for me, I don't know where to start. As you can check is it sorted so that to make it work?
  14. jlrain98

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Sorry But I dont quite understand since there is not sample plist, so in order to sort it I need to modify the config.plist??
Back
Top