This Gist contains the script and generated output file for an Acer B276HUL.
The pre-generated file below is known to work with:
- OS X Mavericks
- OS X Yosemite
- OS X El Capitan
For El Capitan:
-
Restart your Mac while holding Command-R: this puts your Mac into Recovery Mode.
-
When in Recovery Mode, select Utilities > Terminal from the menu bar.
-
In the Terminal type
csrutil disable
: this disables System Integrity Protection -
Restart your Mac and log in.
-
Issue the following instructions:
sudo mkdir /System/Library/Displays/Contents/Resources/Overrides/DisplayVendorID-472 sudo cp DisplayProductID-361 /System/Library/Displays/Contents/Resources/Overrides/DisplayVendorID-472
-
Restart your Mac while holding Command-R for Recovery Mode
-
When in Recovery Mode, select Utilities > Terminal from the menu bar.
-
In the Terminal type
csrutil enable
: this reenables System Integrity Protection -
Restart your Mac
For Yosemite and Mavericks:
-
Issue the following instructions:
sudo mkdir /System/Library/Displays/Overrides/DisplayVendorID-472 sudo cp DisplayProductID-361 /System/Library/Displays/Overrides/DisplayVendorID-472