Created
February 17, 2013 12:54
-
-
Save mykebates/4971376 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
If you can run the following command in terminal it will tell you who the manufacturer is: | |
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 | |
Following is an interpretation of the string that is returned telling you who the manufacturer is. | |
LPXXXX = LG | |
LSNXXXX = Samsung |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment