Skip to content

Instantly share code, notes, and snippets.

@jfredrickson
Last active May 17, 2019 20:50
Show Gist options
  • Save jfredrickson/b3c63015f9187e7cab84f76fd49811bd to your computer and use it in GitHub Desktop.
Save jfredrickson/b3c63015f9187e7cab84f76fd49811bd to your computer and use it in GitHub Desktop.
How to get the Acer XR382CQK to show up as a monitor and not a TV in macOS

Add the override file here:

/System/Library/Displays/Contents/Resources/Overrides/DisplayVendorID-472/DisplayProductID-566

<?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>DisplayProductName</key>
<string>Acer XR382CQK (Override)</string>
<key>DisplayVendorID</key>
<integer>1138</integer>
<key>DisplayProductID</key>
<integer>1382</integer>
<key>DisplayIsTV</key>
<false/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment