M MattDSLR macrumors 6502 Original poster Jan 23, 2011 326 0 Canada Sep 30, 2012 #1 Trying to find out what screen I have in my rMBP I try to find out but I don't know where to look for it THX just got extended warranty on it just incase
Trying to find out what screen I have in my rMBP I try to find out but I don't know where to look for it THX just got extended warranty on it just incase
boto macrumors 6502 Jun 4, 2012 437 28 Sep 30, 2012 #3 Run this command in a terminal window: ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 If the result begins with LSN, it is a Samsung, whereas LP is a LG panel.
Run this command in a terminal window: ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 If the result begins with LSN, it is a Samsung, whereas LP is a LG panel.