Contribute
Register

MacOs Catalina Beta Post installed and works correctly

Status
Not open for further replies.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Devices</key>
    <dict>
        <key>Properties</key>
        <dict>
            <key>PciRoot(0)/Pci(0x02,0)</key>
            <dict>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-unifiedmem</key>
                <data>
                AAAAgA==
                </data>
            </dict>
        </dict>
    </dict>
</dict>
</plist>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>#DisableDrivers</key>
    <array>
        <string>CsmVideoDxe</string>
        <string>VBoxExt4</string>
    </array>
    <key>ACPI</key>
    <dict>
        <key>#PatchAPIC</key>
        <false/>
        <key>#ResetAddress</key>
        <string>0x64</string>
        <key>#ResetValue</key>
        <string>0xFE</string>
        <key>#SortedOrder</key>
        <array>
            <string>SSDT-3.aml</string>
            <string>SSDT-1.aml</string>
            <string>SSDT-2.aml</string>
kernel panic at restart
 
Hi, what application do you use to edit config.plist /Devices/Properties? And how do it? Thanks!

Hi. What is usually used is Xcode that is downloaded from Apple. But I almost do not use it because I do not understand it well. But to have more memory 2048 what I did is what I showed you above:


1- System / Library / Extensions ... Copy kext AppleIntelFramebufferCapri.kext and paste it to the desktop.
2- Then open Terminal and copy the following:
sudo perl -pi -e 's | \ x00. {1} \ x10 \ x07 \ x00 \ x00 \ x10 \ x07 | \ x00 \ x80 \ x10 \ x07 \ x00 \ x00 \ x10 \ x07 | g' ~ / Desktop /AppleIntelFramebufferCapri.kext/Contents/MacOS/AppleIntelFramebufferCapri
3- Enter and put PC Password.
4- Open Kext Wizard application, install AppleIntelFramebufferCapri.kext in System / Library / Extensions ...
5- Restart PC
6- Ready
 
Hi. What is usually used is Xcode that is downloaded from Apple. But I almost do not use it because I do not understand it well. But to have more memory 2048 what I did is what I showed you above:


1- System / Library / Extensions ... Copy kext AppleIntelFramebufferCapri.kext and paste it to the desktop.
2- Then open Terminal and copy the following:
sudo perl -pi -e 's | \ x00. {1} \ x10 \ x07 \ x00 \ x00 \ x10 \ x07 | \ x00 \ x80 \ x10 \ x07 \ x00 \ x00 \ x10 \ x07 | g' ~ / Desktop /AppleIntelFramebufferCapri.kext/Contents/MacOS/AppleIntelFramebufferCapri
3- Enter and put PC Password.
4- Open Kext Wizard application, install AppleIntelFramebufferCapri.kext in System / Library / Extensions ...
5- Restart PC
6- Ready
Thanks!
 
There is no need to touch kexts, it's an injection from config.plist /Devices/Properties
It can also be done with hackintool
here is the patch:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Devices</key>
    <dict>
        <key>Properties</key>
        <dict>
            <key>PciRoot(0)/Pci(0x02,0)</key>
            <dict>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-unifiedmem</key>
                <data>
                AAAAgA==
                </data>
            </dict>
        </dict>
    </dict>
</dict>
</plist>
Or as seen on the picture below on the highlighted patch:
View attachment 413337
Hi Sniki, I am desperate. Which application do you use to the framebuffer To get 2048mb on intel hd? Could you help me please?:banghead:
 
Hi Sniki, I am desperate. Which application do you use to the framebuffer To get 2048mb on intel hd? Could you help me please?:banghead:
Attach "Problem Reporting" files as explained on the FAQ
 
Status
Not open for further replies.
Back
Top