People who know the 15 inch burn in issue are waiting to see if the 13 inch retina suffers with the same issue. If anyone could check it out that would be great.
Can you tell me what display you have ? Is it LG (prefix LP) or samsung (prefix LSN)
type this into terminal:
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
Thank you
This command doesn't work on the new 13. no error message, you just get the prompt back
Try running it without the grep part and redirect the output into a file. You'll probably have to make some educated guesses as to where the panel info is and what it means. It might be fun. Sure someone here will figure it out.
apple hiding this means that they know whats going on ;-) if they are actually hiding then this is a pathetic low for the premium company. imagine how much time we are wasting on this.
if only apple could make an official statement and admit that the 15 inch is a mess and the will fix it then people would take it easy.
Um... no
They haven't hidden anything. It just only works on that particular machine.
Go back to computer school, champ
not so fast....
It works on a 13 inch regular pro, 13 inch air and 15 inch regular pro, plus the 15 retina.
It's odd that it doesn't work on only the 13 retina (at least on the machines I have access to)
PS: One of our devs thinks this is actually an OSX issue. In other words the installed display is returning a value that OSX doesn't understand. Probably will be fixed in the next OS update. Has happened before with devices
Are you sure you are not using an external display while checking?
Try also this command:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
People who know the 15 inch burn in issue are waiting to see if the 13 inch retina suffers with the same issue. If anyone could check it out that would be great.
People who know the 15 inch burn in issue are waiting to see if the 13 inch retina suffers with the same issue. If anyone could check it out that would be great.
http://www.youtube.com/watch?v=-q6wPG-nBgA&feature=g-crec-u Can confirm 13 inch image retention
not so fast....
It works on a 13 inch regular pro, 13 inch air and 15 inch regular pro, plus the 15 retina.
It's odd that it doesn't work on only the 13 retina (at least on the machines I have access to)
PS: One of our devs thinks this is actually an OSX issue. In other words the installed display is returning a value that OSX doesn't understand. Probably will be fixed in the next OS update. Has happened before with devices
I'd be curious if the command still works on 15" rMBP's after the 2.0 update.