Перейти к основному содержанию
/
Мой рабочий стол для верстки руководств

Получите быстрый доступ к руководствам, запчастям и ответам касательно ваших устройств

Помощь

Текущая версия: ABCellars

Текст:

-Yes you can. You will need to follow the iFixit guide to removing the display assembly, the [http://www.powerbookmedic.com/wordpress/2009/10/08/how-to-replace-the-macbook-air-hinges-and-lcd|this guide] for replacing the LCD. You will need the manufacturers part number to know what LCD to purchase. To get the LCD part number type in or copy and paste the following string in to the terminal:
+Yes you can. You will need to follow the iFixit guide to removing the display assembly, then [http://www.powerbookmedic.com/wordpress/2009/10/08/how-to-replace-the-macbook-air-hinges-and-lcd|this guide] for replacing the LCD. You will need the manufacturers part number to know what LCD to purchase. To get the LCD part number type in or copy and paste the following string in to the terminal:
ioreg -lw0 | grep IODisplayEDID | sed "/[^<]*</s///" | xxd -p -r | strings -6
After executing the command you should receive a set of digits and numbers. If you want to determine the manufacturer of your display, simply take the model number generated in Terminal and type it into Google. Usually various OEM part listings will show the name of the brand for your particular LCD screen.

Статус:

open

Оригинальный сообщение: ABCellars

Текст:

Yes you can. You will need to follow the iFixit guide to removing the display assembly, the [http://www.powerbookmedic.com/wordpress/2009/10/08/how-to-replace-the-macbook-air-hinges-and-lcd|this guide] for replacing the LCD. You will need the manufacturers part number to know what LCD to purchase. To get the LCD part number type in or copy and paste the following string in to the terminal:

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

After executing the command you should receive a set of digits and numbers. If you want to determine the manufacturer of your display, simply take the model number generated in Terminal and type it into Google. Usually various OEM part listings will show the name of the brand for your particular LCD screen.

Статус:

open