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

How can I tell whether I have a LG or Samsung screen on my MacBook Pro with Retina display?

How can I tell whether I have a LG or Samsung screen on my MacBook Pro with Retina display?

Posted on Apr 23, 2013 12:02 PM

Question marked as Best reply

Posted on Apr 23, 2013 1:30 PM

Go to your Applications folder and launch Terminal. Paste in the following and hit return:

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

Look at the beginning of the second line to see which manufacturer made your display. If it starts with LP then you have an LG display. Samsung displays start with LSN

38 replies
Question marked as Best reply

Apr 23, 2013 1:30 PM in response to Community User

Go to your Applications folder and launch Terminal. Paste in the following and hit return:

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

Look at the beginning of the second line to see which manufacturer made your display. If it starts with LP then you have an LG display. Samsung displays start with LSN

Nov 6, 2013 10:56 AM in response to Community User

It seems the strings location has changed. Type this one instead :

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


I run this on macbook air 13 and here is the result :

?????????x??WT?'"PT?"??P?00 6??LSN133BT01A02?Color LCD

PT?K???qO?@??V^???)P0 5UP!?


You can still see the manufacturer code LSN or LP on the first line right before "?Color LCD".

How can I tell whether I have a LG or Samsung screen on my MacBook Pro with Retina display?

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