Relznuk macrumors 6502 Original poster 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?
Relznuk macrumors 6502 Original poster 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.
7 7even macrumors 65816 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 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.😎