
Drovosek
Members-
Content Count
5 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Drovosek
-
Rank
Private
-
Hackintosh x79 does not shutdown completely
Drovosek replied to Drovosek's topic in Intel-based Systems
Please tell me what specific DSDT patches I need to apply to my system? -
My hardware: QIYIDA x79 LGA2011 v2.82 Xeon E5-2670 v2 Sapphire RX 580 Nitro+ 4gb Hi. I've already installed macOS Mojave 10.14.6 and tweaked the mac OS a bit. Now for me, a serious problem is turning off the computer. When I click on the apple in macOS and select "Turn Off" or "Restart", the monitor screen goes out, but the system unit continues to work (the power button is lit and the coolers are spinning). I waited for 10 minutes and nothing happens, I have to forcibly turn off the computer, and after booting into mac OS, a message appears that the computer was tu
-
ELAN, FocalTech and Synaptics (Smart Touchpad) Driver (Mac OS X)
Drovosek replied to EMlyDinEsH's topic in Smart Touchpad
I had a problem with all the touchpad kexts (VoodooPS2Controller, ApplePS2SmartTouchpad and VoodooPS2Trackpad) - I just put them in Other (separately, together I didn't use them), rebooted the OS and the trackpad was not recognized in the settings. Then I began to try to install these kexts (for the touchpad) in the desired /L/E, performed in the terminal Code: sudo kextcache -i / and rebooted. Tried them using KextUtility to install. Naturally on one since all together they don't work. I do not know after which iteration it helped, maybe right after zakidyvaniya in /L/E and run the comm -
How to Fix Your ACPI Brightness Keys Using Smart Touchpad Driver
Drovosek replied to shinzon's topic in Smart Touchpad
Hey. I managed to make the brightness adjustment work through Fn + F2 / F3 keys using the DSDT patch and ACPIKeyboar.kext (although the brightness keys did not appear in the keyboard settings in the keyboard shortcuts, probably the monitor is somehow wrong, but it’s not important). into method label _Q10 replace_content begin // Brightness Down\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0205)\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0285)\n end; into method label _Q11 replace_content begin // Brightness Up\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0206)\n Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)\n end;[/CODE] -
ELAN, FocalTech and Synaptics (Smart Touchpad) Driver (Mac OS X)
Drovosek replied to EMlyDinEsH's topic in Smart Touchpad
Hey. I installed Mojave 10.14.5 on my Skylake laptop. I tried to add kext ApplePS2SmartTouchPad.kext to the folder /CLOVER/kexts/Other, reboot, but the touchpad is that there is very limited without multigetto. I tried to throw this text in the Kext Utility, but after rebooting the result was the same. Does anyone know how to make my Synaptics touchpad work on mac OS 10.14.5?