Skip to content

Instantly share code, notes, and snippets.

@mcenirm
Last active February 10, 2017 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcenirm/5afe65d0144e61a35449deb3280e2641 to your computer and use it in GitHub Desktop.
Save mcenirm/5afe65d0144e61a35449deb3280e2641 to your computer and use it in GitHub Desktop.
<?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">
<!--
https://gist.github.com/mcenirm/5afe65d0144e61a35449deb3280e2641
/System/Library/Displays/Overrides/DisplayVendorID-10ac/DisplayProductID-a0a6
http://www.tonymacx86.com/threads/adding-using-hidpi-custom-resolutions.133254/
https://comsysto.github.io/Display-Override-PropertyList-File-Parser-and-Generator-with-HiDPI-Support-For-Scaled-Resolutions/
-->
<plist version="1.0">
<dict>
<key>DisplayProductName</key>
<string>DELL U3415W</string>
<key>DisplayProductID</key>
<integer>41126</integer>
<key>DisplayVendorID</key>
<integer>4268</integer>
<key>scale-resolutions</key>
<array>
<data>AAAGuAAAAtA=</data>
<data>AAAGuAAAAtAAAAABACAAAA==</data>
<data>AAANcAAABaA=</data>
<data>AAANcAAABaAAAAABACAAAA==</data>
</array>
</dict>
</plist>
@mcenirm
Copy link
Author

mcenirm commented Feb 10, 2017

ioreg -l shows devices. Search for AppleDisplay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment