Last active
January 5, 2020 16:02
-
-
Save spacepluk/149451dcfb3eeadd0ee443d1be2fc942 to your computer and use it in GitHub Desktop.
config.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>ACPI</key> | |
<dict> | |
<key>AutoMerge</key> | |
<true/> | |
<key>Comment-DisabledAML</key> | |
<string>Disable other forms of CPU PM due to SSDT/Generate/PluginType=true</string> | |
<key>DSDT</key> | |
<dict> | |
<key>Debug</key> | |
<true/> | |
<key>DropOEM_DSM</key> | |
<false/> | |
</dict> | |
<key>DisabledAML</key> | |
<array> | |
<string>SSDT.aml</string> | |
<string>SSDT-XCPM.aml</string> | |
<string>SSDT-PluginType1.aml</string> | |
</array> | |
<key>FixHeaders</key> | |
<true/> | |
<key>SSDT</key> | |
<dict> | |
<key>DropOem</key> | |
<false/> | |
<key>Generate</key> | |
<dict> | |
<key>PluginType</key> | |
<true/> | |
</dict> | |
</dict> | |
</dict> | |
<key>Boot</key> | |
<dict> | |
<key>Arguments</key> | |
<string>kext-dev-mode=1 dart=0 nv_disable=1 -cdfon -igfxnohdmi -v -igfxvesa</string> | |
<key>DefaultVolume</key> | |
<string>MacHDD</string> | |
<key>NeverHibernate</key> | |
<true/> | |
<key>Secure</key> | |
<false/> | |
<key>Timeout</key> | |
<integer>5</integer> | |
</dict> | |
<key>BootGraphics</key> | |
<dict> | |
<key>EFILoginHiDPI</key> | |
<integer>1</integer> | |
<key>UIScale</key> | |
<integer>4</integer> | |
</dict> | |
<key>Devices</key> | |
<dict> | |
<key>Properties</key> | |
<dict> | |
<key>PciRoot(0)/Pci(0x02,0)</key> | |
<dict> | |
<key>#framebuffer-cursormem</key> | |
<data>AACQAA==</data> | |
<key>#framebuffer-fbmem</key> | |
<data>AAAABA==</data> | |
<key>#framebuffer-patch-enable</key> | |
<integer>1</integer> | |
<key>#framebuffer-stolenmem</key> | |
<data>AAAACA==</data> | |
<key>#framebuffer-unifiedmem</key> | |
<data>AAAAgA==</data> | |
<key>AAPL,ig-platform-id</key> | |
<data>CAAuCg==</data> | |
<key>device-id</key> | |
<data>EgQAAA==</data> | |
</dict> | |
<key>PciRoot(0)/Pci(0x03,0)</key> | |
<dict> | |
<key>#hda-gfx</key> | |
<string>onboard-1</string> | |
<key>#layout-id</key> | |
<integer>3</integer> | |
<key>#no-controller-patch</key> | |
<integer>1</integer> | |
</dict> | |
<key>PciRoot(0)/Pci(0x1b,0)</key> | |
<dict> | |
<key>#PinConfigurations</key> | |
<data></data> | |
<key>#layout-id</key> | |
<integer>3</integer> | |
</dict> | |
</dict> | |
<key>USB</key> | |
<dict> | |
<key>Inject</key> | |
<false/> | |
</dict> | |
</dict> | |
<key>GUI</key> | |
<dict> | |
<key>Hide</key> | |
<array> | |
<string>Preboot</string> | |
</array> | |
<key>Mouse</key> | |
<dict> | |
<key>Enabled</key> | |
<false/> | |
</dict> | |
<key>Scan</key> | |
<true/> | |
</dict> | |
<key>Graphics</key> | |
<dict> | |
<key>Inject</key> | |
<dict> | |
<key>ATI</key> | |
<false/> | |
<key>Intel</key> | |
<false/> | |
<key>NVidia</key> | |
<false/> | |
</dict> | |
</dict> | |
<key>KernelAndKextPatches</key> | |
<dict> | |
<key>KernelPm</key> | |
<true/> | |
</dict> | |
<key>RtVariables</key> | |
<dict> | |
<key>BooterConfig</key> | |
<string>0x28</string> | |
<key>CsrActiveConfig</key> | |
<string>0x67</string> | |
</dict> | |
<key>SMBIOS</key> | |
<dict> | |
<key>#ProductName-MacBookAir</key> | |
<string>MacBookAir6,2</string> | |
<key>ProductName</key> | |
<string>MacBookPro11,2</string> | |
<key>Trust</key> | |
<true/> | |
</dict> | |
<key>SystemParameters</key> | |
<dict> | |
<key>InjectKexts</key> | |
<string>Detect</string> | |
</dict> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment