Relznuk macrumors 6502 Original poster Sep 27, 2009 391 0 UT, USA Oct 15, 2009 #1 Where do you go to find out what the manufacturer code/model code match up to in the real world on a Macbook Pro display?
Where do you go to find out what the manufacturer code/model code match up to in the real world on a Macbook Pro display?
celticpride678 Guest Feb 15, 2009 5,486 2 Boston, MA Oct 15, 2009 #2 System Pref.>Displays>Color tab>Open Profile>#17
Relznuk macrumors 6502 Original poster Sep 27, 2009 391 0 UT, USA Oct 15, 2009 #3 Oh, I must have failed to explain what I need. What I mean is that I have the codes from my profile, and am looking for a chart that tells me what manufacturer and exact model number my display is.
Oh, I must have failed to explain what I need. What I mean is that I have the codes from my profile, and am looking for a chart that tells me what manufacturer and exact model number my display is.
C cababah macrumors 68000 Jun 11, 2009 1,891 504 SF Bay Area, CA Oct 15, 2009 #4 same as above except go to # 13
7 7even macrumors 65816 Jan 11, 2008 1,048 79 Oct 15, 2009 #5 Relznuk said: Oh, I must have failed to explain what I need. What I mean is that I have the codes from my profile, and am looking for a chart that tells me what manufacturer and exact model number my display is. Click to expand... Open Terminal, paste this string: ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6 and hit Enter.
Relznuk said: Oh, I must have failed to explain what I need. What I mean is that I have the codes from my profile, and am looking for a chart that tells me what manufacturer and exact model number my display is. Click to expand... Open Terminal, paste this string: ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6 and hit Enter.
davidlv macrumors 68020 Apr 5, 2009 2,291 874 Kyoto, Japan Oct 15, 2009 #6 celticpride678 said: System Pref.>Displays>Color tab>Open Profile>#17 Click to expand... On my Mid-June Macbook Pro 15" I have to select the Color LCD profile and then Open Profile - scroll down to the last item, "mmod" or something similar, it will show the model number (mine is 00009CA3) those last 4 digits are the model number.
celticpride678 said: System Pref.>Displays>Color tab>Open Profile>#17 Click to expand... On my Mid-June Macbook Pro 15" I have to select the Color LCD profile and then Open Profile - scroll down to the last item, "mmod" or something similar, it will show the model number (mine is 00009CA3) those last 4 digits are the model number.