A script to fix EDID problems on external monitors in macOS.
-
Connect only the problem display.
-
Create this directory structure (if it doesn't already exist):
| #!/bin/bash | |
| repo="" # put the name of the repo here. Usually it is like this: organization/repo-name | |
| username="" # your github username | |
| password="" # your github password | |
| numberofpages= # leave blank for now and script will help you find the number of pages | |
| if [ -z $numberofpages ] | |
| then | |
| echo "No number of pages set, lets find out how many pages are there" |