Week 04 · lesson
Lesson 3: Expansion Cards and Display Technologies
"The screen is broken" is one of those sentences that sounds useful until you try to troubleshoot it.
Which screen problem?
No video signal? Wrong input? Failed backlight? Bad GPU? Unsupported refresh rate? Dead pixels? Touch layer failure? Projector overheating?
A display system has several independent layers. The symptom starts to become useful only when you identify which layer is actually failing.
Start with the graphics path
A discrete graphics card typically sits on PCI Express and may require supplemental PSU power.
The video path then continues outward:
GPU installed and powered
↓
firmware initializes graphics
↓
OS / driver configuration
↓
video output port
↓
cable or adapter
↓
selected monitor input
↓
display electronics
↓
panel
If the machine never completes POST, the failure may occur before the operating system or driver matters.
If the monitor itself displays No Signal, that tells you the monitor is powered enough to generate its own message but is not receiving a usable video signal on the selected input.
Useful evidence. Narrow claim.
Expansion cards extend the motherboard
PCI Express devices use lane configurations such as x1, x4, x8, and x16.
The physical slot and electrically available lanes are related, but not always identical. Motherboard documentation still matters.
Common expansion cards include:
- video or graphics cards for display and GPU workloads;
- sound cards for additional audio capability;
- capture cards for ingesting external video signals;
- network interface cards for Ethernet, wireless, or specialized networking;
- storage or RAID controllers;
- USB expansion cards.
A GPU adds extra dependencies because it may require the correct slot, enough physical clearance, supplemental power, adequate PSU capacity, cooling, and the correct display output path.
A card being visible in the case proves almost nothing about whether the full path is working.
LCD panel types trade different characteristics
LCD panels use liquid-crystal cells to control light from a backlight.
Common LCD panel families include:
- IPS, often known for strong viewing angles and color consistency;
- TN, often associated with low cost and fast response characteristics;
- VA, often associated with strong contrast.
Those are tendencies, not universal quality rankings. A well-designed panel can outperform a poor panel from another family in a specific metric.
OLED and Mini-LED are different mechanisms
OLED
OLED pixels emit their own light.
That allows very deep blacks and strong contrast because a pixel can turn off rather than depending on a shared backlight.
Tradeoffs can include cost and burn-in or image-retention concerns depending on the panel and usage pattern.
Mini-LED
Mini-LED uses many small LEDs as a backlighting and local-dimming system behind an LCD layer.
It is still an LCD-based display system.
It is not the same mechanism as OLED.
Touchscreen and digitizer are another input layer
A touchscreen includes an input layer, often involving a digitizer, on top of the image-display system.
That means this is possible:
image: perfect
touch input: dead
The GPU and image panel are not automatically the strongest suspects.
The failure boundary moves toward digitizer hardware, touch controller, cable or connection, driver, calibration, or operating-system input configuration.
One physical device can contain multiple logical systems.
Resolution, refresh rate, and pixel density are different properties
A monitor may advertise 2560×1440 at 144 Hz.
That does not mean every cable, port, GPU, adapter, and configuration can deliver that mode.
The operating mode depends on a chain:
GPU capability
↓
selected resolution / refresh
↓
output interface
↓
cable or adapter capability
↓
monitor input capability
↓
panel
A monitor running at 60 Hz is not automatically defective because the box says 144 Hz.
Check the path.
Resolution describes the pixel dimensions of the image. Refresh rate describes how often the display updates the image each second. Pixel density connects the pixel count to physical screen size.
Two displays can both be 1920×1080 and still have different pixel density because one is physically smaller.
Do not use those terms interchangeably.
Color gamut matters to the workload
Color gamut describes the range of colors a display can represent relative to a defined color space.
That may be extremely important for photo editing, video work, design, or other color-sensitive production.
It may be less important than refresh rate and response behavior for a competitive esports station.
The right display depends on the job.
Older display designs leave older failure paths
You may still encounter VGA, DVI, and older LCD systems.
VGA carries analog video. DVI has multiple variants. Some older LCD backlights use an inverter to drive fluorescent lamps.
A very dim image on an older laptop or monitor can therefore involve the backlight or inverter path rather than the GPU.
The fact that a technology is old does not stop it from showing up on a service desk.
Projectors add optical and thermal variables
A projector can create symptoms that resemble monitor problems while adding focus, placement, lamp or light-source, and cooling issues.
Fuzzy or distorted image
Possible boundaries include focus, source resolution, scaling, signal quality, keystone or geometry correction, and projector placement.
Image too large or too small
Inspect projector distance, zoom, digital scaling, aspect ratio, and source resolution.
A sizing problem is not a reason to replace the GPU.
Dim image
Depending on projector design, possibilities include an aging lamp or light source, brightness settings, blocked optics or filters, or thermal issues.
Burnt-out bulb
On lamp-based projectors, a failed bulb can produce no image or an extremely dim output while other projector electronics may still appear powered.
That is a projector light-source failure, not automatically a video-source failure.
Intermittent shutdown
If internal temperatures are high and airflow is blocked, thermal protection becomes a strong theory.
Projectors produce heat too.
Worked case: monitor says No Signal after a GPU upgrade
Evidence:
system powers on
new discrete GPU installed
monitor: powered, No Signal
cable: known-good
GPU supplemental power: not verified
What is a useful next check?
Verify the GPU power requirement and actual connection.
Do not reinstall the operating system.
The failure can exist before the OS enters the display path.
Worked case: image is normal, touch is dead
Evidence:
image quality: normal
external mouse: works
touch input: no response
OS recognizes display output
The image path is working well enough to display normally.
The investigation should move toward the digitizer and touch-input path.
Again, the screen is not one system.
Choose displays by the workload
Compare IPS, TN, VA, OLED, and Mini-LED for three fictional systems:
- competitive esports station;
- photo or video editing station;
- general classroom workstation.
For each system, defend:
- panel characteristic that matters most;
- target resolution;
- useful refresh-rate range;
- interface choice;
- one tradeoff you are accepting.
The goal is not to name a winner.
The goal is to connect display technology to the actual job.
Before you move on
A display problem can live in:
PCIe / GPU
power
firmware
OS / driver
output port
cable / adapter
selected input
panel electronics
panel technology
touch / digitizer
projector optics / light source / cooling
"Black screen" is where the investigation starts.
It is not where the diagnosis ends.
Read it. Prove it.