An old laptop with a broken keyboard or burnt-out motherboard is often sent to a landfill - but in vain. His display can last for years to come as an external monitor for a PC, Raspberry Pi, or even a gaming console. In this article we will analyze three proven methods turning a laptop screen into a stand-alone monitor: from a simple connection via HDMI to complex soldering of the controller.

It is important to understand that not all matrices are the same: LVDS, eDP And mini-DP require different adapters, and screen resolution (for example, 1920×1080 or 1366×768) influences the choice of controller. We will analyze each stage in detail - from disassembling the laptop to setting up drivers, so that you can avoid common mistakes and save on buying a new monitor.

1. Preparation: what you will need to remake the screen

Before you get started, gather everything you need. Without the right tools and components, you risk damaging the matrix or having a non-functional screen. Here minimum set for any of the methods:

  • 🔧 Screwdrivers: cross (usually PH00 or PH0) and flat for disassembling the laptop case.
  • 📏 Plastic picks (or guitar picks) - to carefully release the screen latches.
  • 🔌 Multimeter to check voltage (optional, but useful when working with controllers).
  • 🖥️ Signal source: PC, laptop, Raspberry Pi or a game console (depending on the purpose).

Additionally you may need:

  • 🔌 Power supply at 12V (for the controller, if you use an external one).
  • 🔧 Soldering iron with a thin tip (for soldering methods).
  • 📦 Monitor housing (can be made from wood or bought ready-made).
  • 🔄 Adapters: LVDS-to-HDMI, eDP-to-DP or others (depending on the type of matrix).
⚠️ Attention: If your laptop is under warranty, disassembling it will void it. Also be careful with trains - they are fragile and easily tear if handled carelessly.

Before disassembly be sure to photograph the location of all cables and screws. This will save you hours of putting it back together if something goes wrong. Also check the matrix model - it is usually indicated on a sticker on the back of the screen (for example, LP156WF6-SPK1). This information will be needed to select a controller.

📊 What type of matrix is in your laptop?
  • LVDS
  • eDP
  • mini-DP
  • I don't know
  • Other

2. Method 1: Connect through an existing controller (simplest)

If the laptop motherboard is still working (at least partially), you can use its built-in controller to display the image. This method the cheapest, but not suitable for all models.

Algorithm of actions:

  1. Disconnect the laptop battery and power supply.
  2. Disassemble the case to gain access to the motherboard and matrix cable.
  3. Disconnect the keyboard and touchpad cable (they will not be needed).
  4. Connect your laptop to the network and turn it on. If the screen lights up, proceed to setup.

Now you need redirect image output to an external port (HDMI, VGA or DisplayPort). To do this:

  • 🖥️ Click Fn + F4 (or another combination for your model, for example Fn + F8) to switch the display mode to External Monitor Only.
  • 🔌 Connect the cable from your PC or console to the laptop port.
  • ⚙️ In BIOS/UEFI (if required), enable the option Always On USB or Power On by PCIeso that the laptop turns on when a signal is given.
⚠️ Attention: Some laptops (eg. Lenovo ThinkPad or Dell Latitude) block output to an external port without authorization in the system. In this case, the method will not work.

Advantages of the method:

  • ✅ Minimum costs (only cable needed).
  • ✅ Does not require a soldering iron or special knowledge.
  • ✅ Maintains original image quality.

Disadvantages:

  • ❌ Does not work on all models.
  • ❌ The laptop must remain turned on (consumes energy).
  • ❌ Takes up space (you will have to leave the laptop case).
💡

This method is ideal for a temporary solution or if the motherboard is still working. For regular use, it is better to choose one of the following methods.

3. Method 2: Using a universal controller (LVDS/eDP-to-HDMI)

If the motherboard is dead, but the matrix itself is working, you will need external controller. These devices convert the signal from HDMI/DP into a format understandable to the matrix (LVDS or eDP).

How to choose a controller? Focus on:

  • 📏 Matrix size and resolution (For example, 15.6" 1920×1080).
  • 🔌 Interface type (LVDS 30-pin, eDP 40-pin etc.).
  • Supply voltage (usually 5V or 12V).

Popular controller models:

Model Permission support Matrix Interface Price (approx.)
M.NT68676.2A to 1920×1200 LVDS 30/40-pin 1500–2500 ₽
KD-LVDS-HDMI to 1920×1080 LVDS 30-pin 1200–2000 ₽
eDP-to-HDMI Board to 2560×1440 eDP 30/40-pin 2000–3500 ₽

Step by step instructions:

☑️ Connecting the controller to the matrix

Done: 0 / 4

After connection:

  1. Turn on the controller's power supply (usually 12V).
  2. Connect the HDMI cable to the signal source (PC, set-top box).
  3. Set the system resolution to native (native for matrix).
⚠️ Attention: If the image does not appear, check:
  • The polarity of the cable connection (turn the connector over).
  • Power supply voltage (some controllers require an exact 12.0V).
  • Permission compatibility (e.g. matrix 1366×768 will not work with a controller designed only for 1920×1080).
💡

If the controller supports a touch screen, but your matrix is not touch-sensitive, you can connect an external touchscreen via USB (for example, ELAN or Goodix).

4. Method 3: Direct connection to GPU (for advanced users)

This method is suitable for eDP matrices and demands rations. It is more complex than the previous ones, but provides better image quality and minimal delays. Used if you need to connect the screen directly to NVIDIA/AMD video card or Raspberry Pi.

What you will need:

  • 🔧 Soldering iron with a thin tip and solder.
  • 🔌 eDP-to-DP adapter (eg ADP-EDP-DP).
  • 📦 Multimeter for checking contacts.
  • 🖥️ Video card with DisplayPort or mini-DP exit.

Connection diagram:

  1. Find the connector on the matrix eDP (usually 30 or 40 contacts).
  2. Solder the wires from the adapter to the matrix contacts according to pin-out.
  3. Connect the adapter to the video card via DisplayPort.
  4. Configure the image output on the system (you may need to manually specify the resolution).
eDP pin-out (30-pin)

1: VCC (3.3V)|2: GND|3: LANE0+|4: LANE0-|5: LANE1+|6: LANE1-|7: LANE2+|8: LANE2-|9: LANE3+|10: LANE3-|11: AUX CH+|12: AUX CH-|13: HPD|14: DDC SCL|15: DDC SDA|16: VCC (3.3V)|17-30: GND or reserve

Advantages of the method:

  • ✅ Minimal latency (ideal for gaming).
  • ✅ Support for high resolutions and frequencies (for example, 1440p@144Hz).
  • ✅ No dependence on external controllers.

Disadvantages:

  • ❌ Requires soldering skills.
  • ❌ Risk of damaging the matrix if there is an error.
  • ❌ Not all video cards support eDP exit.

5. Image adjustment and troubleshooting

After connection, the screen may not work correctly: there is no signal, the image is distorted, or the resolution is incorrect. Here typical problems and their solutions:

  • 🖥️ No image:
    • Check the controller power supply (should be 12V).
    • Make sure that the matrix cable is connected correctly (turn the connector over).
    • Try a different HDMI cable or port on your PC.
  • 🔍 Distorted image (artifacts, streaks):
    • Set up in the system native resolution matrices.
    • Check the soldering quality (for method 3).
    • Update your video card drivers.
  • The screen flickers or turns off spontaneously:
    • Check the power supply (maybe there is not enough current).
    • Disable energy-saving features in Windows settings (Control Panel → Power Options).

To manually set resolution in Windows:

  1. Open Screen Options (Win + I → System → Display).
  2. Select your monitor and click Additional display options.
  3. If the required permission is not in the list, create it manually via NVIDIA Control Panel or AMD Radeon Settings.

For Linux (For example, Ubuntu):

xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync

xrandr --addmode HDMI-1 "1920x1080_60.00"

xrandr --output HDMI-1 --mode "1920x1080_60.00"

6. Case manufacturing and final assembly

In order for the screen to look neat and be protected from damage, it needs a housing. You can buy ready-made (for example, for Raspberry Pi displays) or make it yourself from scrap materials.

Case options:

  • 📦 Wooden frame: Suitable for desktop use. Use 10-15mm thick plywood and a jigsaw to cut a hole for the screen.
  • 🖥️ Case from an old monitor: If you find a non-working monitor with a suitable size, you can transplant your matrix there.
  • 🔧 3D printing: Thingiverse has ready-made frame models for popular matrices (for example, 15.6" or 17.3").

Assembly Tips:

  • Secure the matrix to double sided tape or silicone pads to avoid vibrations.
  • Think it over ventilation — controllers can get warm.
  • For convenience, add power button (can be taken from an old PC).

An example of a simple plywood frame:

  1. Cut out the front panel with a hole for the screen (leave a margin of 2-3 mm at the edges).
  2. Make a back cover with holes for cables and ventilation.
  3. Secure everything with screws or glue (for example, "Moment Joiner").
  4. If necessary, paint or cover with self-adhesive film.
💡

If you want to add speakers, use small ones 3W speakers and amplifier on PAM8403. They can be connected to the same power supply as the controller.

7. Alternative ways to use your old screen

In addition to a PC monitor, you can make the following from a laptop matrix:

  • 🎮 Gaming monitor for consoles:
    • Connect via HDMI to PS4/PS5, Xbox or Nintendo Switch.
    • Use a controller with low input lag (For example, M.NT68676).
  • 📱 External display for smartphone:
    • Via USB-C-to-HDMI adapter (for smartphones with support DisplayPort Alt Mode).
    • Or use Miracast (wireless image transmission).
  • 🖥️ Display for Raspberry Pi:
    • Connect via HDMI and configure in config.txt:
    • hdmi_group=2
      

      hdmi_mode=82

      hdmi_drive=2

      hdmi_ignore_edid=0xa5000080

  • 📺 Smart mirror or dashboard:
    • Install MagicMirror on Raspberry Pi and connect the screen.
    • Add weather, calendar and news modules.

For Raspberry Pi Additional permission settings may be required. If the screen is not detected, edit the file /boot/config.txt, adding:

hdmi_cvt=1920 1080 60

hdmi_group=2

hdmi_mode=87

FAQ: Frequently asked questions about remaking a laptop screen

Is it possible to use a laptop screen as a monitor without a controller?

No, the laptop matrix requires a specialized controller to convert the signal. The exception is if the laptop motherboard is working (method 1). In other cases it will be necessary LVDS/eDP-to-HDMI adapter.

How to find out the matrix model if there is no sticker?

Try the following methods:

  1. Start your laptop (if it's still running) and use the program AIDA64 or HWiNFO.
  2. Look at the markings on the matrix cable (sometimes the model is indicated there).
  3. Take a photo of the matrix and find one similar in appearance on AliExpress or eBay.

Why does the screen show the image but the colors are distorted?

This is a typical problem when the connection is incorrect. LVDS- train. Possible reasons:

  • The polarity of the cable is reversed (reverse the connector).
  • Color bit mismatch (for example, the controller outputs 6 bits per channel, but the matrix expects 8 bits).
  • The cable is damaged (try replacing it).

Check your controller settings - some models (eg M.NT68676) have jumpers for selecting color modes.

Can I connect a touch screen from a laptop?

Yes, but for this you will need:

  1. Separate USB touchscreen controller (For example, ELAN I2C).
  2. Connecting the touchpad to a PC USB port.
  3. Driver installation (usually automatic for Windows; manual configuration may be required for Linux).

Please note that touch matrices often have a separate cable that must be connected to the controller.

How much does it cost to convert a screen into a monitor?

The cost depends on the chosen method:

Method Cost (approx.) What's included
Method 1 (via motherboard) 0–500 ₽ HDMI cable, adapters
Method 2 (external controller) 1500–4000 ₽ Controller, power supply, housing
Method 3 (direct connection) 1000–3000 ₽ Adapter eDP-to-DP, wires, soldering

The most budget option is method 1, but it does not always work. Method 2 is universal, but requires investment. Method 3 is justified if you already have soldering experience.