Created
January 15, 2013 18:16
-
-
Save holgr/4540665 to your computer and use it in GitHub Desktop.
Determine LG or Samsung display on 15" rMBP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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