OK campers - we are back to this...Just got my new 2012 Macbook Air 11" i7 256GB SSD/8GB RAM
I knew immediately that the LCD was a bit flat (or less contrast) as well as some blacks appeared more blue. After checking, I found that my new 2012 Macbook Air has a LG screen. I compared it to my Mid-2011 Macbook Air i7 (which has a Samsung LCD) and the 2011 had more contrast, etc.
Not that the LG screens are bad or anything, it is I am just use to the Samsung screen I have in my 2011 and do not want to go through the calibrations. Personal choice, Just like the Samsung better.
You can see what your LCD manufacturer is by doing the following:
Launch the Terminal (/Applications/Utilities/)
Copy and paste the following command onto a single line and hit return:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
Read the output, you are looking for an “LP” prefix to numbers reported back:
LP133WP1-TJA3
Color LCD
If the prefix is not “LP” then you have a Samsung display and there’s no need to use the color profile or to follow the rest of the instructions, if it does start with LP (like the example shown), then proceed
I knew immediately that the LCD was a bit flat (or less contrast) as well as some blacks appeared more blue. After checking, I found that my new 2012 Macbook Air has a LG screen. I compared it to my Mid-2011 Macbook Air i7 (which has a Samsung LCD) and the 2011 had more contrast, etc.
Not that the LG screens are bad or anything, it is I am just use to the Samsung screen I have in my 2011 and do not want to go through the calibrations. Personal choice, Just like the Samsung better.
You can see what your LCD manufacturer is by doing the following:
Launch the Terminal (/Applications/Utilities/)
Copy and paste the following command onto a single line and hit return:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
Read the output, you are looking for an “LP” prefix to numbers reported back:
LP133WP1-TJA3
Color LCD
If the prefix is not “LP” then you have a Samsung display and there’s no need to use the color profile or to follow the rest of the instructions, if it does start with LP (like the example shown), then proceed
Last edited: