Skip to content

Instantly share code, notes, and snippets.

@matylla
Created June 15, 2013 19:29
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 matylla/5789278 to your computer and use it in GitHub Desktop.
Save matylla/5789278 to your computer and use it in GitHub Desktop.
Determine the make of the Retina display
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment