F FieldingMellish Suspended Original poster Jun 20, 2010 2,440 3,108 Jul 24, 2011 #1 I checked About this Mac and also looked at the box and so far, I haven't seen the name Samsung or LG. Where do I look to find out what make my display is?
I checked About this Mac and also looked at the box and so far, I haven't seen the name Samsung or LG. Where do I look to find out what make my display is?
A Aksta macrumors regular May 3, 2011 208 0 Surrey, UK Jul 24, 2011 #2 AbeFroman77 said: To identify your display open terminal , paste ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6 the first line is your display model example: 13" ultimate - LTH133BT01A01 Click to expand... LT = Samsung LP = LG
AbeFroman77 said: To identify your display open terminal , paste ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6 the first line is your display model example: 13" ultimate - LTH133BT01A01 Click to expand... LT = Samsung LP = LG
F FieldingMellish Suspended Original poster Jun 20, 2010 2,440 3,108 Jul 25, 2011 #3 Great, thanks. I'll check it out.