0

Score

Avatar
vincenzo
1

Asked

change screen with black large bedabbles

History

My 13.3 core duo has a big bedabbles black on the screen and I'd like to change the screen by myself

Edited by

Post Answer

4

Score

Avatar
lemerise
16.2k

Answered

Accepted Answer

PermalinkHistory

no problem. Open your application Terminal located in Applications -> Utilities, copy this string:

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

paste it in the Terminal window and press return. This will tell you your LCD panel model. Using this info do a search on the web for a replacement panel. Check this link to know how to swap the LCD panel:

http://www.youtube.com/watch?v=UO5hqeZoC...

Add Your Answer