Created
April 11, 2013 07:47
-
-
Save jezdez/5361513 to your computer and use it in GitHub Desktop.
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
Step1-Identify LCD: | |
Open Terminal and copy-paste | |
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 | |
LP154WT1-SJA2 (=LG 2nd revision) | |
LP154WT1-SJA1 (=LG 1st revision) | |
LSN154YL01001 (=Samsung) | |
Step2-Test for IR: | |
http://www.mitchmalone.name/retina-test/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment