Search results

Loading Google Results...
  1. Madrox24

    Black screen Intel HD 530 on Mojave after patching Framebuffer

    Did someone manage to fix sleep?
  2. Madrox24

    problems, workarounds and more on Lenovo Legion y530 for 10.13 and 10.14

    Is it even possible to make touchpad, on this laptop, work?
  3. Madrox24

    HDCP / iTunes black screen issue, Netflix error fix?

    Yeah, I'm having the same error.
  4. Madrox24

    VoodooI2C Help and Support

    Is polling mode works for you?
  5. Madrox24

    VoodooI2C Help and Support

    Now I done it correctly, but it still doesn't work :/.
  6. Madrox24

    VoodooI2C Help and Support

    I done it, but without success. Not sure what to do now :(.
  7. Madrox24

    VoodooI2C Help and Support

    I've tried it already, but it did not work. Do you also modified these 2 kexts, like I do?
  8. Madrox24

    VoodooI2C Help and Support

    I can't enable my trackpad. I already on this Lenovo laptop, done almost everything. It's I2C HID (PCI0.I2C1.TPD0), PNP0C50, pci8086,a369. I already added pci8086,a369 to IONameMatch in VoodooI2CPCIController to VoodooI2C.kext and renamed compatible in VoodooI2CHIDDevice -> IOPropertyMatch, to...
  9. Madrox24

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Thank you so much, now it's working! I see problems with sleep now. Looks a little bit like instant wake, animations also after wake are not smooth. But it's not topic for this issues.
  10. Madrox24

    [Guide] Disabling discrete graphics in dual-GPU laptops

    What did I missed? I have information about laptop in footer. I'm not sure about this part: Method (_REG, 2, NotSerialized) // _REG: Region Availability ... ... //added to turn nvidia/radeon off If (LAnd(LEqual(Arg0,3),LEqual(Arg1,1)))...
  11. Madrox24

    [Guide] Disabling discrete graphics in dual-GPU laptops

    I'm doing it on Lenovo Legion, not MSI. After modification my _OFF looks: Method (_OFF, 0, Serialized) // _OFF: Power Off { If (LNotEqual (\_SB.PCI0.PEG0.PEGP.GPRF, One)) { Store (VREG, VGAB) } HGOF () Return...
  12. Madrox24

    [Guide] Disabling discrete graphics in dual-GPU laptops

    I don't think other SSDT have good INI and OFF functions for Nvidia graphic.
  13. Madrox24

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Guys, I'm trying to disable nvidia. The only file where is INI and OFF, is SSDT-2-CB-01.dsl. The problem is that I don't have similar methods like in this guide and I don't know now what to do.
  14. Madrox24

    [GUIDE] HOW TO FIX AUDIO FOR Mojave after layout ID change

    Thanks, it worked for me. How can I disable this kext in clover?
  15. Madrox24

    [Guide] Patching LAPTOP DSDT/SSDTs

    Seems like I have some duplicates in aml file, because I can't transform it to dsl. But all files have another sizes. If I only transforming DSDT, then in MaciASL I'm getting unexpected PARSEOP_LOCAL0, PARSEOP_LOCAL0, PARSEOP_LOCAL0 and PARSEOP_LOCAL2 error. I don't know what to do now. Thanks...
  16. Madrox24

    MSI GE72 2QF - instead wake, reboot

    Thank you very much, seems to work ^^! I started using your kext VoodooPS2controller instead of ApplePS2SmartTouchPad and I see that brightness hotkeys don't working. With ApplePS2Controller.kext it was working. Do you know how to fix it? //Edit All other hotkeys working. I also can change...
  17. Madrox24

    MSI GE72 2QF - instead wake, reboot

    Sure BTW My card is ALC892.
  18. Madrox24

    MSI GE72 2QF - instead wake, reboot

    I'm not sure, if CodecCommander is still the best option for this problem. Maybe I just need to do add some patch to SSDT?
  19. Madrox24

    MSI GE72 2QF - instead wake, reboot

    Thank you, USB _PRW with common fixes helped. Do you know how to repair sound after sleep? Reset HDA not helped. PR files, if needed, are attached to #17 reply.
  20. Madrox24

    MSI GE72 2QF - instead wake, reboot

    When i sleep laptop, it takes 30 sec to turn keyboard backlight off and turn on sleep light on power button. After 2 sec, keyboard lights turning on, but display is still black. When I don't touch anything, after 30 sec, situation repeats (backlight off for 2 sec). I can move mouse in this...
Back
Top