I'm trying to find out if people are happy with their retina display screens and who the manufacturer of the screen is:
So if you can run the following command in terminal it will tell you who the manufacturer is:
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
 
Following is an interpretation of the string that is returned telling you who the manufacturer is.
LPXXXX = LG
LSNXXXX = Samsung
Please post the manufacturer and if you are having any problems or are happy with your display.
Thanks
	
		
			
		
		
	
				
			So if you can run the following command in terminal it will tell you who the manufacturer is:
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
Following is an interpretation of the string that is returned telling you who the manufacturer is.
LPXXXX = LG
LSNXXXX = Samsung
Please post the manufacturer and if you are having any problems or are happy with your display.
Thanks
