Nov
8
admin on November 8th, 2008
To find out the LCD model (and manufacturer) of the display in your Macbook or Macbook pro, open a terminal window and paste the following code followed by enter:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
This gives you e.g. the following information:
B133EW01 V0
Color LCD
The first line is the [...]
Continue reading about Find out the display model/manufacturer of your Macbook / Macbook pro display
