Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

EthosX

macrumors regular
Original poster
Hello Gus
Am newcomer here ..
I have purchased mac pro mid 2007 and I would like to upgrde HOW it will be possible !
So I have already upgraded to SSD and 4G RAM is on order ..
Nw I would ike to replace LCD screen cos I want LED matte !
Can anybody tell me some software like on windows : AIDA64 or SiSoftSandra .. or HW info?
any cpu-z or gpu-z ? I need to check what model number and brand is my screen ..
Thanx in advance ..
 
What is the shell command that will return the LCD manufacturer? Or are all of the Retina displays a single source?

The command below is just returning a result of "Color LCD"

ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6

The command worked on my MBA, but not the rMBP. Any ideas on how to get the real string?
 
Last edited:
What is the shell command that will return the LCD manufacturer? Or are all of the Retina displays a single source?

The command below is just returning a result of "Color LCD"



The command worked on my MBA, but not the rMBP. Any ideas on how to get the real string?


For non Retina Mac`a
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6

For Retina Mac`s
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
 
System Preferences → Displays → Color → Color LCD → Open Profile → mmod

I don’t know what the manufacturer and model codes mean, but somebody else probably does.

For my own part, I have a late-2013 15.4″ with manufacturer 610 and model A019.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.