Skip to content

Instantly share code, notes, and snippets.

@likethesky
Created August 13, 2012 15:48
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 likethesky/3342081 to your computer and use it in GitHub Desktop.
Save likethesky/3342081 to your computer and use it in GitHub Desktop.
Determining retina display manufacturer on rMBP
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
Ripley: http://bit.ly/OGiSO8 (want manufacturer: 'SEC') also: http://bit.ly/Qea0kF
# If it outputs: LPxxx... then you have an LG, if: LSNxx... then you have a Samsung
# See: [DigiLloyd Burn-in follow-up](http://macperformanceguide.com/blog/2012/20120804_1-MacBookPro-Retina-screen-burn-in-followup.html) -and- [DigiLloyd MBPr Screen Burn-in] (http://macperformanceguide.com/blog/2012/20120703_2-MacBookPro-Retina-screen-burn-in.html)
# And (Apple Support thread): https://discussions.apple.com/thread/4034848?start=0&tstart=0
# Serial # links (to determine week of manufacture): http://www.macrumors.com/2010/04/16/apple-tweaks-serial-number-format-with-new-macbook-pro/ -and- http://www.chipmunk.nl/klantenservice/applemodel.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment