Skip to content

Instantly share code, notes, and snippets.

@holgr
Created January 15, 2013 18:16
Show Gist options
  • Save holgr/4540665 to your computer and use it in GitHub Desktop.
Save holgr/4540665 to your computer and use it in GitHub Desktop.
Determine LG or Samsung display on 15" rMBP
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