Skip to content

Instantly share code, notes, and snippets.

@tzmartin
Last active August 25, 2018 08:11
Show Gist options
  • Save tzmartin/e903727bcbe81c167cdb1cba4749b4ad to your computer and use it in GitHub Desktop.
Save tzmartin/e903727bcbe81c167cdb1cba4749b4ad to your computer and use it in GitHub Desktop.
How to Get a Mac LCD Model Number

To get the LCD part number type in or copy and paste the following string in to the terminal:

ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6

After executing the command you should receive a set of digits and numbers. If you want to determine the manufacturer of your display, simply take the model number generated in Terminal and type it into Google. Usually various OEM part listings will show the name of the brand for your particular LCD screen.

screenshot

source

@tzmartin
Copy link
Author

Macbook Air

  • LP133WP1-TPA1
  • Color LCD

Cinema Display

  • 2A0331UA6JL
  • LED Cinema

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment