Skip to content

Instantly share code, notes, and snippets.

@kasper
Last active October 12, 2016 09:24
Show Gist options
  • Save kasper/63b3ccedbdeb441e52b7 to your computer and use it in GitHub Desktop.
Save kasper/63b3ccedbdeb441e52b7 to your computer and use it in GitHub Desktop.
macOS/OS X display override for Asus PA279Q (based on http://embdev.net/topic/284710). Save the file to /System/Library/Displays/Overrides/DisplayVendorID-469/. On macOS El Capitan or Sierra save the file to /System/Library/Displays/Contents/Resources/Overrides/DisplayVendorID-469/. You must also temporarily disable “rootless”-mode to do so.
<?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>DisplayProductID</key>
<integer>10162</integer>
<key>DisplayVendorID</key>
<integer>1129</integer>
<key>IODisplayEDID</key>
<data>AP///////wAEabInAQEBASIYAQS1PCJ4Ih31rk81syUNUFS/7wBxT4GAgUCVAKlAswDRwNEAVl4AoKCgKVAwIDUAVVAhAAAaAAAA/QAxVh1xHgAKICAgICAgAAAA/ABQQTI3OQogICAgICAgAAAA/wBFOExNUVMxMTg4NTcKALo=</data>
</dict>
</plist>
@kasper
Copy link
Author

kasper commented Sep 24, 2016

I just updated to macOS Sierra and this override still works fine for me at 2560 x 1440 @ 60 Hz in RGB mode. (However, I had to install it again — as you need with each upgrade.)

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