Week 04 · lesson
Lesson 3: Expansion Cards and Display Technologies
Core path: 42 minutes
A display problem is not always a cable problem, and a monitor is not just "a screen."
The technician needs to understand both the graphics/output path and the display technology receiving that signal.
PCIe expansion first
PCI Express is the primary expansion interface in modern desktop PCs.
Common cards include:
- GPU/video card;
- wired or wireless NIC;
- sound card;
- capture card;
- storage/RAID controller;
- USB expansion card.
PCIe slots and devices use lane configurations such as x1, x4, x8, and x16. Physical slot length and electrically available lanes are related but not always identical, so the motherboard documentation matters.
The GPU path
A discrete GPU typically uses a PCIe slot and may require dedicated PSU power.
A no-display symptom therefore has several possible boundaries:
GPU installation
→ GPU power
→ firmware/device initialization
→ OS driver/configuration
→ video output
→ cable
→ monitor input
→ display electronics/panel
Replacing the GPU before checking the cable and selected monitor input is expensive guessing.
Display technologies
LCD
Liquid crystal displays use a backlight plus liquid-crystal cells to control the image.
Common LCD panel types include:
IPS
Often chosen for strong viewing angles and color consistency.
TN
Often associated with fast response and lower cost, with more limited viewing-angle/color behavior in many implementations.
VA
Often offers strong contrast, with performance characteristics that differ from both IPS and TN.
These are general panel-family tendencies. A high-quality panel of one type can outperform a poor panel of another in specific metrics.
OLED
OLED pixels emit their own light rather than depending on a traditional LCD backlight.
Strengths can include deep blacks and strong contrast. Tradeoffs can include cost and burn-in/image-retention considerations depending on usage and panel design.
Mini-LED
Mini-LED uses many small LEDs for backlighting/local dimming behind an LCD layer. It is still an LCD-based display system, not the same thing as OLED.
Touchscreen and digitizer
A touchscreen adds an input layer that detects touch or stylus interaction. The digitizer is the component/system responsible for interpreting that input.
A display can show a perfect image while touch input fails. That means the image path and digitizer path should be troubleshot separately.
Inverter recognition
Some older LCD/backlight designs use an inverter to drive fluorescent backlighting. Modern LED-backlit panels use different power/control designs, but technicians may still encounter inverter-based legacy equipment.
A dim image on an older system can therefore involve a backlight/inverter path rather than the GPU.
Display attributes
Resolution
Resolution describes the pixel dimensions of the image, such as 1920×1080 or 2560×1440.
Pixel density
Pixel density describes how tightly pixels are packed into physical display area. Same resolution on different screen sizes can create different pixel density.
Refresh rate
Refresh rate describes how frequently the display updates the image, measured in hertz.
A monitor may support a high refresh rate only at certain resolutions, interfaces, cable capabilities, and device settings.
Color gamut
Color gamut describes the range of colors the display can represent relative to a defined color space. It matters for photography, design, video, and color-sensitive workflows.
Display interfaces
HDMI
Digital audio and video. Common on TVs, monitors, laptops, projectors, and GPUs.
DisplayPort
Digital audio and video, common on desktop monitors and GPUs.
USB-C / Thunderbolt video
A USB-C connector does not automatically guarantee video output. The port/device must support the required display capability.
VGA and DVI
Legacy interfaces still appear in older equipment. VGA is analog. DVI has multiple variants.
Guided case: image works, touch does not
Evidence:
- display image is normal;
- external mouse works;
- touchscreen does not respond;
- OS detects the display panel normally.
The image pipeline is not the strongest suspect. Move toward digitizer/touch input, driver, calibration, or hardware evidence.
Guided case: monitor advertises 144 Hz but runs at 60 Hz
Possible boundaries include:
- selected OS refresh-rate setting;
- resolution/refresh combination;
- cable/interface capability;
- GPU capability;
- monitor input capability.
The panel advertising 144 Hz does not prove the full signal path currently supports that mode.
Student action: display decision matrix
Compare IPS, TN, VA, OLED, and Mini-LED across:
- basic mechanism;
- likely strength;
- likely tradeoff;
- use case;
- one troubleshooting concern.
Then choose a display for three fictional users:
- competitive esports station;
- photo/video editing station;
- general classroom workstation.
For each, justify resolution, refresh-rate needs, interface, and one panel characteristic.
Evidence checkpoint
You should be able to separate:
- GPU/expansion path;
- cable/interface path;
- monitor input;
- panel technology;
- resolution/refresh/color attributes;
- touchscreen/digitizer path.
"The screen is broken" is still only a symptom category.
Read it. Prove it.