Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save lottamus/08d1d59ac70966ee886501031bfd64b9 to your computer and use it in GitHub Desktop.

Select an option

Save lottamus/08d1d59ac70966ee886501031bfd64b9 to your computer and use it in GitHub Desktop.
Apple XDR Display (P3-1600 nits unlocked)​ allows you to take full advantage of your Macbook Pro screen brightness, which defaults to 500 nits to save battery.
<?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>PresetST2084Capable</key>
<true/>
<key>PresetGTFStandardType</key>
<integer>0</integer>
<key>PresetExportVersion</key>
<integer>1</integer>
<key>PresetHostSystemGamma</key>
<real>1</real>
<key>PresetPrimaryGreenX</key>
<real>0.2649999856948853</real>
<key>PresetUIReferencePreset</key>
<false/>
<key>PresetMaxHDRLuminance</key>
<integer>1600</integer>
<key>PresetName</key>
<string>Apple XDR Display (P3-1600 nits unlocked)</string>
<key>PresetPrimaryRedY</key>
<real>0.3199999928474426</real>
<key>PresetPrimaryRedX</key>
<real>0.6800000071525574</real>
<key>PresetWhitePointY</key>
<real>0.3289999961853027</real>
<key>PresetPrimaryBlueY</key>
<real>0.05999999865889549</real>
<key>PresetTCLUTsSubType</key>
<integer>1</integer>
<key>PresetDescription</key>
<string>Configures the display for general use in office and home environments. This mode is based on the wide color P3 color primaries used by Apple displays and includes high dynamic range support up to 1600 nits (peak).</string>
<key>PresetWhitePointX</key>
<real>0.3127000033855438</real>
<key>PresetPrimaryGreenY</key>
<real>0.6899999976158142</real>
<key>PresetPrimaryBlueX</key>
<real>0.1500000059604645</real>
<key>PresetUIPrimariesStandardType</key>
<integer>1</integer>
<key>PresetUIWhitePointStandardType</key>
<integer>1</integer>
<key>PresetMaxSDRLuminance</key>
<integer>1600</integer>
<key>PresetUITransferGamma</key>
<real>2.200000000186265</real>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment