Skip to content

Instantly share code, notes, and snippets.

@joeyfigaro
Created April 16, 2021 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyfigaro/80cc60f2cb15a78c7b11bb7fcb3da19f to your computer and use it in GitHub Desktop.
Save joeyfigaro/80cc60f2cb15a78c7b11bb7fcb3da19f to your computer and use it in GitHub Desktop.
Fix display resolution on AWS mac1.metal machines

Install displayplacer

brew tap jakehilborn/jakehilborn && brew install displayplacer

Grab persistent screen id and desired resolution from output:

displayplacer list

Use screen id and resolution from previous step

displayplacer "id:<persistentScreenID> res:<resolution> origin:(0,0) degree:0"

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