## patch-edid A script to fix EDID problems on external monitors in Mac OS. Source: http://embdev.net/topic/284710 1. Connect the problem monitor 1. Download this script into your `/System/Library/Displays/Overrides` (note: this file is only writeable by root, so some commands require `sudo`). ``` cd /System/Library/Displays/Overrides sudo curl -O https://gist.github.com/ejdyksen/8302862/raw/patch-edid.rb ``` 1. Run the script we just downloaded (as root again). This creates a new display override plist. ``` sudo ruby patch-edid.rb ``` 1. Disconnect and reconnect the monitor