I am curious how to detect which brand of the retina display I have. I am using the $1999 15" rMBP
Part of me thinks the colors look off, but it might just be the look of the retina.
I tried the string ioreg -lw0 | grep "EDID" | sed "/[^<]*</s///" | xxd -p -r | strings -6
But I just get back, "Color LCD"
Part of me thinks the colors look off, but it might just be the look of the retina.
I tried the string ioreg -lw0 | grep "EDID" | sed "/[^<]*</s///" | xxd -p -r | strings -6
But I just get back, "Color LCD"