An old laptop with a broken screen or outdated hardware often gathers dust on a shelf, although its matrix and video chip can last for years. Turning such a device into an external monitor is not only a way to save money on buying a new display, but also a chance to give a second life to your technology. However, not everyone knows that this requires not only a physical connection, but also correct hardware configuration.
In this article we will look at 5 working methods converting a laptop into a monitor - from a simple connection via HDMI-input (if supported) to complex circuits using LVDS controllers And Raspberry Pi. You will find out what devices can be modified (and which ones are not), how to bypass BIOS restrictions, and where to buy parts for assembly. We will pay special attention laptops with a damaged motherboard, but a intact screen - their refurbishment requires a unique approach.
1. Compatibility check: Can your laptop be turned into a monitor?
Before you buy adapters or disassemble the case, you need to understand whether your model supports video input. Most laptops are designed as exclusively output devices — their video card transmits the signal only to the built-in screen or external ports (HDMI/DisplayPort), but does not accept it.
Yes 3 criteria, by which you can determine the potential of a laptop:
- 🔍 Availability HDMI-in or DisplayPort-in: rare, but found in some models Dell Latitude, HP EliteBook and business lines Lenovo ThinkPad (For example, ThinkPad T430s with docking station). You can check by port marking - input connectors are usually labeled as
IN. - 🛠️ Performance of the matrix and cable: if the screen is physically damaged (cracks, broken pixels), but the backlight turns on, there is a chance. If the matrix is dead (there is no image even with an external connection), alteration is pointless.
- 🔧 Matrix connection type: modern laptops use eDP (Embedded DisplayPort), old - LVDS. For eDP you will need an expensive controller (~3–5 thousand rubles), for LVDS — cheap adapter (~500–1000 rubles).
The simplest test: connect the laptop to another device via HDMI or VGA and try switching the display mode with the keys Fn + F4/F8/F10 (depending on the model). If the option appears in the projector menu "Only Second Screen" — your laptop can theoretically work as a monitor.
⚠️ Attention: Laptops with discrete graphics cards NVIDIA Optimus or AMD Hybrid Graphics often block the input signal at the hardware level. Check the specifications of your model on the manufacturer's website.
2. Method 1: Connect via HDMI-in or docking station (the easiest)
If your laptop is equipped with a port HDMI-in or supports a docking station with a video input (for example, Dell D3100), the task is simplified before purchasing a cable. This method is suitable for business models and some ultrabooks.
Step by step instructions:
- Connect the signal source (PC, set-top box, Raspberry Pi) to the port
HDMI-inlaptop. - Turn on the laptop and press the projector menu key (usually
Fn + F4/F8). Select mode"HDMI Only"or"Second Screen Only". - If the image does not appear, check the BIOS settings: go to
Advanced → Display Settingsand activate the option"HDMI Input Support"(name may vary).
For docking stations (eg Lenovo ThinkPad Dock or HP UltraSlim Docking Station) the algorithm is similar, but the signal is supplied through the station connector, and not directly to the laptop.
| Laptop model | Supported input | Required adapter | Notes |
|---|---|---|---|
| Dell Latitude E6430 | HDMI-in (via dock) | Dell D3100 Dock | Requires BIOS update to version A15+ |
| HP EliteBook 840 G3 | DisplayPort-in | HP USB-C Dock G5 | Works only with original docking stations |
| Lenovo ThinkPad T480 | HDMI-in (via Thunderbolt) | Lenovo Thunderbolt 3 Dock | Need Thunderbolt controller firmware |
⚠️ Attention: Some docking stations require the installation of proprietary software (for example, Dell Display Manager or Lenovo Vantage). Without it, the input signal may not be recognized.
- Dell
- HP
- Lenovo
- Asus
- Acer
- Other
3. Method 2: Using an LVDS controller for older laptops
If your laptop is older than 2015, most likely its matrix is connected via the interface LVDS. For such models there are ready-made controllers (for example, M.NT68676.2A or CHIMEI CMO-173), which transform HDMI/VGA into a signal for the matrix.
What you will need:
- 🔧 LVDS controller (select by matrix resolution:
1366×768,1920×1080etc.). - 🔌 Power supply 12V/5A for controller and matrix backlight.
- 🔨 Soldering iron and wires for connecting the power button and brightness adjustment.
Connection diagram:
- Remove the matrix from the laptop by disconnecting the cable from the motherboard. Leave the backlight inverter and control buttons connected (if they are on the screen frame).
- Connect the matrix cable to the connector
LVDS OUTon the controller. Polarity is important - usually the contacts are labeled asLVDS0+,LVDS0-etc. - Connect the power supply to the controller (
12V) and to the backlight inverter (3V–5V, depends on the model). - Input video signal through
HDMI-incontroller and turn on the power.
To adjust the brightness, you can use a potentiometer or buttons from the original laptop keyboard (if they are connected to the controller). Some models support software control IR remote control.
Check matrix resolution (on the sticker on the back)
Buy a controller that supports this resolution
Disconnect laptop battery before disassembling
Prepare insulated wires for power-->
4. Method 3: Redesigning a laptop with an eDP matrix (difficult option)
Laptops after 2015 are usually equipped with matrices with an interface eDP (Embedded DisplayPort). They require a more expensive controller, e.g. EDP-to-HDMI Board (price from 3000 rub.). The main difficulty is the need to supply power to the matrix and inverter via separate lines.
Algorithm of actions:
- Disassemble the laptop and remove the matrix along with the inverter. Pay attention to the number of contacts in the cable - usually 30 or 40 pin.
- Connect the cable to
eDP INon the controller. An adapter may be required for 40-pin cables. - Apply power:
+12V— to the controller and inverter;+5V— matrix logic (if required).
Full HD- select matrices 1920×1080@60Hz.Features:
- 🔹 Inverters for LED backlight often require separate nutrition. If the screen does not turn on, check the voltage at the inverter contacts (usually
12V–24V). - 🔹 Touchscreens (if any) are connected separately via
USBorI2C. For their operation, an additional controller is required (for example, AZOTEQ IQS572).
⚠️ Attention: Matrices with resolution 3840×2160 (4K) require controllers that support eDP 1.4 and additional cooling. Without it, the image may be torn or display artifacts.
How to check the type of matrix without disassembling?
Open Windows Device Manager → Expand the "Video Adapters" branch → Find the integrated graphics model (for example, Intel HD Graphics 620) → Go to the laptop manufacturer's website and find the service manual for your model. The "Display Assembly" section will indicate the connection type (LVDS or eDP) and supported resolutions.
5. Method 4: Using Raspberry Pi as an Intermediary
If the direct connection method does not work (for example, due to a BIOS lock), you can use Raspberry Pi as an intermediate device. This method is universal, but requires skills in working with Linux.
Required components:
- 🖥️ Raspberry Pi 4 (or Pi 3B+ with permission restrictions).
- 🔌 HDMI cable to connect the signal source to RPi.
- 🔧 LVDS/eDP controller (see methods 2 and 3).
- 📀 MicroSD card with firmware Raspberry Pi OS Lite.
Instructions:
- Set to Raspberry Pi firmware and activate the input
HDMIin settings (sudo raspi-config→Display Options→HDMI Mode). - Connect the signal source (PC, set-top box) to
HDMI-inport RPi. - Configure image output to the laptop matrix via
LVDS/eDP controller, connected toGPIOorDSI-port RPi. - Start broadcasting the signal with the command:
ffmpeg -f kmsgrab -i - -vf "format=nv12,hwupload" -c:v h264_omx -f mpegts udp://127.0.0.1:1234(installation required
ffmpegand settingOMX-accelerator).
Advantages of the method:
- ✅ Works even with “dead” laptops (you only need a matrix).
- ✅ Supports signal processing (e.g. scaling
4K → Full HD).
Disadvantages:
- ❌ Image delay (~50–100 ms).
- ❌ Requires constant work Raspberry Pi.
To reduce delay in Raspberry Pi disable all background services with the command sudo systemctl stop bluetooth.service And sudo systemctl stop triggerhappy.service.
6. Method 5: Software solution (work laptops only)
If your laptop turns on, but you want to use it as a second monitor for another PC, you can do without hardware modifications. Programs like Spacedesk, Duet Display or iDisplay.
How to set up:
- Install the server software on the main PC (for example, Spacedesk Driver).
- Install the client application on your laptop (for example, Spacedesk Viewer).
- Connect both devices to the same network
Wi-Fior throughEthernet. - In the program settings, select the laptop as an additional display and adjust the resolution.
Limitations of the method:
- 📶 Delay depends on network speed. For
Full HD@60HzneededWi-Fi 5 (802.11ac)or wired connection. - 🔌 Food: The laptop must be turned on all the time, which reduces battery life.
- 🖥️ Performance: weak laptops (for example, with Intel Atom) may slow down when outputting video.
| Program | Max. resolution | Latency (ms) | Paid/free |
|---|---|---|---|
| Spacedesk | 4K@30Hz |
30–80 | Free (with watermark) |
| Duet Display | 1080p@60Hz |
10–20 | Paid (~$20) |
| iDisplay | 1440p@30Hz |
50–100 | Shareware |
Software solutions are suitable for temporary use only. For a permanent monitor, it is better to choose a hardware method (LVDS/eDP controller or Raspberry Pi).
7. Common mistakes and how to avoid them
Even if you follow the instructions exactly, you may encounter problems. Here TOP-5 errors newbies and ways to solve them:
- 🔌 No image when connecting controller:
- Check the polarity of the cable (turn the connector over).
- Make sure the power supply is supplying enough current (minimum
2Afor12V). - Try a different signal source (for example, Raspberry Pi instead of PC).
- 💡 Backlight does not turn on:
- Check the inverter power supply (usually
12V–24V). - Replace the inverter - they often fail over time.
- Make sure your controller supports the backlight type (CCFL or LED).
- Check the inverter power supply (usually
- 🖥️ The image breaks or flickers:
- Reduce the resolution in the controller settings.
- Check the quality of the HDMI cable (use a certified
High Speed HDMI). - Add a ferrite filter to the power line to suppress interference.
If the matrix still does not work, check it on another device. For example, connect to another laptop via the original cable. If there is no image, the matrix is faulty.
FAQ: Answers to popular questions
Can a laptop be used as a monitor without disassembling?
Yes, but only if it supports HDMI-in or it has a working OS (for software solutions like Spacedesk). In other cases, disassembly is required.
How much does it cost to convert a laptop into a monitor?
The cost depends on the method:
- LVDS controller: 500–1500 rub.
- eDP controller: 3000–6000 rub.
- Raspberry Pi + adapters: 5000–8000 rub.
- Docking station: 2000–10000 rub. (original ones are more expensive).
How to find out the matrix model of a laptop?
The model is indicated on a sticker on the back of the matrix (for example, LP156WF6-SPK1). You can also use programs like HWiNFO (section Monitor) or search for specifications by laptop model on the manufacturer’s website.
Is it possible to connect a matrix from a laptop to a TV?
Technically yes, but you will need a controller with output to HDMI/DisplayPort (For example, LVDS-to-HDMI). However, this is not economically feasible - it is easier to buy a ready-made monitor.
Which method is the most reliable?
For regular use, the best option is LVDS/eDP controller. It provides minimal latency and does not require additional devices. Software solutions are suitable for temporary use only.