Find out the type and model of LCD panel in your iMac, MacBook, MacBook Pro
You can find out what the manufacturer, model number, and type of LCD panel you have in your MacBook or MacBook Pro by executing a command in the Terminal.
Paste the following into a single line in the command line:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
You will see something similar to this:
LTN154BT
Color LCD
With the first line being the LCD panel model and the second line being the color profile you are using (same as set in your Display preferences). You can then find out what the manufacturer and specs of the display are by googling for the model number, for instance LTN154BT turns up this page indicating it is a Samsung 15″ display running at 1440×900 and capable of displaying a maximum of 262,000 colors.
This is particularly helpful information to know if your MacBook screen has been cracked and you want to do the installation yourself. Official repairs are often very expensive, but with a little patience and the right tools it can be done by anyone. You can typically pick up an LCD panel through Amazon or eBay for rather cheap and the installation takes about 30 minutes if you follow a guide.

[...] the same command to check the make and model of an LCD that works on past Macs, you can check the manufacturer of the display panel of the MacBook [...]
[...] more complex method using the command line can be used to determine the manufacturer of the Macs LCD display panel. [...]
[...] beginning, you may want to check the manufacturer of your display panel. Typically the Samsung displays don’t need calibration, whereas the LG displays do. [...]
This does not help if your screen is already damaged.
has anyone else noticed the following with an LG display or found them less good than samsung? (I checked and my new macbook pro 15″ has an LG display) – thing is my colors are not as bright as my last macbook pro, nor as bright as the display models at the store I bought it at (we’ve gone through two now trying to find one that’s better) – side by side comparison with the mac guy and tech guy and we couldn’t match them up – all the calibration adjustments won’t do it – the white is not a true light-cool white – everything is a warm/yellow/ashy/dirty tint to it – i can’t get a white-white…anyone else notice this. It’s a bit easier on the eyes but making me crazy – it’s not that pure white (like on the iphone – the contrast of the word google against the white) – but a yellowy/dusty white (and yes, I know how to calibrate and tried it for hours on end. – not possible unless everything is made to tint a blue hue.
Hmmm….works fine on my 2008 UMBP and my 2012 MBA but not on my 2011 iMac. I type the code into the terminal and nothing…just returns to the status line.