Contribute
Register

How to enable HEVC encoding with HD530 on OpenCore

Status
Not open for further replies.
Joined
Sep 5, 2019
Messages
18
Motherboard
Lenovo SuperX 5B
CPU
i7-6700H
Graphics
HD530 / GTX 960M
Mobile Phone
  1. Android
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?
 
How did you turn on HEVC encoding with clover, can u send the EFI folder or kext
 

Attachments

  • OC.zip
    4.3 MB · Views: 261
Just add some necessary kexts.
you want to remove this from your config.plist:
Code:
<dict>
                <key>Comment</key>
                <string>USB Port limit patch #1/2 10.15.x (credit DalianSky)</string>
                <key>Find</key>
                <data>g/sPDw==</data>
                <key>MatchOS</key>
                <string>10.15.x</string>
                <key>Name</key>
                <string>com.apple.iokit.IOUSBHostFamily</string>
                <key>Replace</key>
                <data>g/s/Dw==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB Port limit patch #2/2 10.15.x (credit DalianSky)</string>
                <key>Find</key>
                <data>g/kPDw==</data>
                <key>MatchOS</key>
                <string>10.15.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/k/Dw==</data>
            </dict>
as you have a SSDT-UIAC.aml but you seem to be missing USBInjectAll.kext
 
you want to remove this from your config.plist:
Code:
<dict>
                <key>Comment</key>
                <string>USB Port limit patch #1/2 10.15.x (credit DalianSky)</string>
                <key>Find</key>
                <data>g/sPDw==</data>
                <key>MatchOS</key>
                <string>10.15.x</string>
                <key>Name</key>
                <string>com.apple.iokit.IOUSBHostFamily</string>
                <key>Replace</key>
                <data>g/s/Dw==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB Port limit patch #2/2 10.15.x (credit DalianSky)</string>
                <key>Find</key>
                <data>g/kPDw==</data>
                <key>MatchOS</key>
                <string>10.15.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/k/Dw==</data>
            </dict>
as you have a SSDT-UIAC.aml but you seem to be missing USBInjectAll.kext
Yeah, removing this patch is ok,i use SSDT-UIAC and USBPorts,no USBInjectAll,but it's ok.
 
Yeah, removing this patch is ok,i use SSDT-UIAC and USBPorts,no USBInjectAll,but it's ok.
ahh, then you only need to use USBPorts.kexts (remove SSDT-UIAC.aml)
 
Status
Not open for further replies.
Back
Top