Skip to content

Instantly share code, notes, and snippets.

@gregersrygg
Created October 15, 2012 13:35
Show Gist options
  • Save gregersrygg/3892494 to your computer and use it in GitHub Desktop.
Save gregersrygg/3892494 to your computer and use it in GitHub Desktop.
Detect MacBook Pro Retina display manufacturer. LP = LG, LSN = Samsung.
# Code from http://www.macrumors.com/2012/09/17/retina-macbook-pro-users-still-complaining-of-image-persistence/
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