Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Calibrating MacBook Pro w/ i1 Pro. Which LED display technology is it?

Hi all, I'm trying to calibrate for photography my MacBook Pro 6,2 with a high-res matt screen using the i1 Display Pro calibrator.


The i1 software is asking me whether the technology used is CCFL (Cold-Cathode Fluorescent), Wide-Gamut CCFL, White LED or RGB LED.


From other threads, I'm pretty sure it's LED backlighting technology as the screen lights up immediately at start-up, unlike CCFL which apparently starts dimmer before brightening. So I've calibrated it twice entering once 'RGB LED' and once 'White LED' to see the difference. The 'RGB LED' calibration makes the greys look slightly cyan, and the 'White LED' makes the greys look pretty neutral, if not slightly red, but I'm still unsure which technology is used.


It would be very helpful is someone knew the answer and could help me out. Many thanks!!

MacBook Pro, Mac OS X (10.6.8), High-res matt screen

Posted on Jan 7, 2012 3:41 PM

Reply
Question marked as Best reply

Posted on Jan 7, 2012 6:57 PM

Open a terminal window and enter the following:


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


So on my 21.5 inch iMac I get this:

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

LM215WF3-SLA1

Color LCD

Pandora:~ frank$


Google the model number and you'll get the manufacturers data sheet (as well as tons of other info). For this iMac part of the spec sheet is:


User uploaded file



regards


Message was edited by: Frank Caggiano - So you can see the Lamp Type: WLED white LED

13 replies
Question marked as Best reply

Jan 7, 2012 6:57 PM in response to guillaume514

Open a terminal window and enter the following:


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


So on my 21.5 inch iMac I get this:

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

LM215WF3-SLA1

Color LCD

Pandora:~ frank$


Google the model number and you'll get the manufacturers data sheet (as well as tons of other info). For this iMac part of the spec sheet is:


User uploaded file



regards


Message was edited by: Frank Caggiano - So you can see the Lamp Type: WLED white LED

Jan 8, 2012 3:19 PM in response to guillaume514

Thanks Frank! You're amazing!


I had never heard of Terminal, but it worked! My display is LTN154MT07, which is a Samsung. I haven't found the data sheet in Google, but this website www.anandtech.com says that this model is a White LED, not an RGB (which apparently are better).


I also saw it's possible to find the display info this by doing this:


1. System Preferences > Displays > Color > Color LCD > Open Profile > Line 17 (under "Model")


Thanks so much for your help!!

Jun 16, 2012 6:31 AM in response to Frank Caggiano

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

😎 You made my day, Frank! All my favorite unix tools beautifully combined in one single pipe! The "/s///"-part of the command I actually had to look up in the manual 😀


But why did you call your poor iMac "Pandora"? What kind of evil is contained therein? 😮 Don't let it escape and spread all over the earth! 😀


Cheers


Léonie

Calibrating MacBook Pro w/ i1 Pro. Which LED display technology is it?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.