Created
September 3, 2015 15:36
-
-
Save ryanwarsaw/ea7f7f8b5a2835fd9a78 to your computer and use it in GitHub Desktop.
This file contains hidden or 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>EthernetBuiltIn</key> | |
<string>Yes</string> | |
<key>GenerateCStates</key> | |
<string>Yes</string> | |
<key>GeneratePStates</key> | |
<string>Yes</string> | |
<key>Graphics Mode</key> | |
<string>"1920x1080x32"</string> | |
<key>GraphicsEnabler</key> | |
<string>No</string> | |
<key>HDAEnabler</key> | |
<string>Yes</string> | |
<key>HDEFLayoutID</key> | |
<string>01000000</string> | |
<key>IGPEnabler</key> | |
<string>No</string> | |
<key>Kernel Flags</key> | |
<string>kext-dev-mode=1 nvda_drv=1</string> | |
<key>Legacy Logo</key> | |
<string>Yes</string> | |
<key>Timeout</key> | |
<string>2</string> | |
<key>UseKernelCache</key> | |
<string>Yes</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment