Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

adamvk

macrumors 65816
Original poster
Oct 29, 2008
1,308
0
Phoenix, AZ
How do I tell if I have a Samsung or LG screen in my 15" Retina MBP? I've tried a few of the scripts, but none of them are working. Is this because of a recent OSX update or something? Thanks!
 
Go to finder, Type and Open "Terminal" Application.

Copy and Paste this onto Terminal (NOTE: This is a different command than what simsaladimbamba stated)

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

If your display code begins with "LP," it's an LG display. If your display code begins with LSN, you can celebrate as it's a SAMSUNG dislay.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.