Z zachnelson macrumors 6502a Original poster Oct 23, 2010 753 0 Sep 4, 2012 #1 I've searched high and low and can't find it. How do I find out if I have an LG or Samsung panel?
O OniSlayer macrumors newbie Jun 29, 2012 19 0 Virgin Islands Sep 4, 2012 #2 In terminal type this command. ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 It should return something along the lines of: LSNXXXXX LPXXXXXX LSN being Samsung and LP being LG.
In terminal type this command. ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 It should return something along the lines of: LSNXXXXX LPXXXXXX LSN being Samsung and LP being LG.
SlyMac macrumors 6502 Jun 16, 2008 294 50 Sep 4, 2012 #3 zachnelson said: I've searched high and low and can't find it. How do I find out if I have an LG or Samsung panel? Click to expand... I'd imagine its in the "Graphics/Display" section of your system information. Apple>About this mac>more info>Displays or Apple>about this mac>more info>system report>Graphics/Displays
zachnelson said: I've searched high and low and can't find it. How do I find out if I have an LG or Samsung panel? Click to expand... I'd imagine its in the "Graphics/Display" section of your system information. Apple>About this mac>more info>Displays or Apple>about this mac>more info>system report>Graphics/Displays
Z zachnelson macrumors 6502a Original poster Oct 23, 2010 753 0 Sep 4, 2012 #4 OniSlayer said: In terminal type this command. ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 It should return something along the lines of: LSNXXXXX LPXXXXXX LSN being Samsung and LP being LG. Click to expand... Awesome thank you, my display is great with no issues. Samsung FTW. ---------- SlyMac said: I'd imagine its in the "Graphics/Display" section of your system information. Apple>About this mac>more info>Displays or Apple>about this mac>more info>system report>Graphics/Displays Click to expand... It's not which is the weird part.
OniSlayer said: In terminal type this command. ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 It should return something along the lines of: LSNXXXXX LPXXXXXX LSN being Samsung and LP being LG. Click to expand... Awesome thank you, my display is great with no issues. Samsung FTW. ---------- SlyMac said: I'd imagine its in the "Graphics/Display" section of your system information. Apple>About this mac>more info>Displays or Apple>about this mac>more info>system report>Graphics/Displays Click to expand... It's not which is the weird part.
applebro macrumors 6502 Sep 8, 2012 258 132 Sep 8, 2012 #5 How to tell if Samsung or LG panel? I've been hearing that they switched. I was wondering how I can tell which one I have on my rMBP.
How to tell if Samsung or LG panel? I've been hearing that they switched. I was wondering how I can tell which one I have on my rMBP.
mohsy90 macrumors 65816 Feb 4, 2011 1,332 2 New York Sep 8, 2012 #6 applebro said: I've been hearing that they switched. I was wondering how I can tell which one I have on my rMBP. Click to expand... Terminal command: Code: ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 If it shows up "LP" its an LG panel "LSN" - samsung Last edited by a moderator: Sep 8, 2012
applebro said: I've been hearing that they switched. I was wondering how I can tell which one I have on my rMBP. Click to expand... Terminal command: Code: ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6 If it shows up "LP" its an LG panel "LSN" - samsung