This chapter covers troubleshooting GPU and video artifacts, a key topic in CompTIA A+ Core 1 220-1101 exam objective 5.3 (Given a scenario, troubleshoot video, display, and multimedia issues). Video artifacts are visual anomalies caused by hardware or software problems. Expect 3-5 questions on the exam that require identifying artifact types, isolating causes, and applying fixes. Mastering this topic helps you diagnose GPU failures, overheating, driver issues, and cable problems efficiently.
Jump to a section
Imagine a digital cinema projector displaying a movie. The projector receives a compressed video file, decodes it frame by frame, and sends pixel data to the lens. Each pixel's color and brightness are determined by a precise voltage applied to a tiny mirror. Now suppose the projector's cooling fan fails, causing the internal temperature to rise. The heat causes the mirror control circuitry to drift, so some mirrors get the wrong voltage. The result: random white or colored dots appear on screen — artifacts. Similarly, a GPU uses thousands of tiny transistors to process pixel data. When the GPU overheats due to dust, failed fan, or overclocking, transistor switching becomes unreliable. This causes incorrect pixel values to be written to the frame buffer, producing visual artifacts like snow, lines, or corrupted textures. The analogy extends to memory: if the projector's frame buffer (RAM) has a bad memory chip, it might repeat a previous frame's data, causing screen tearing or frozen blocks — just like VRAM errors cause texture corruption or checkerboard patterns. The projector's color wheel misalignment is like a bad GPU display cable: wrong color signals cause tinted artifacts. Thus, GPU artifacts are the visual symptom of underlying hardware stress or failure, much like a projector's flawed mechanics produce a distorted image.
What Are GPU and Video Artifacts?
GPU and video artifacts are visual anomalies displayed on a monitor that indicate a problem with the graphics subsystem. They can appear as: - Lines (horizontal or vertical) - Flickering - Screen tearing (partial frames misaligned) - Color distortion (wrong colors, tint) - Snow or static (random pixels) - Texture corruption (blocky or missing textures) - Checkerboard patterns (alternating dark/light squares) - Ghosting (faint trailing image) - Spots (bright or dark dots)
These artifacts stem from issues in the GPU chip itself, the video RAM (VRAM), the display cable, the monitor, or software (drivers, overclocking). The exam tests your ability to distinguish artifact types and identify the root cause.
How Artifacts Occur: The Rendering Pipeline
To understand artifacts, you must grasp the basic GPU rendering pipeline: 1. Application sends draw commands (e.g., triangles, textures) via DirectX/OpenGL/Vulkan. 2. GPU shader cores process vertices and pixels — each core executes instructions. 3. Frame buffer (VRAM) stores pixel data for the current frame. 4. Display controller reads the frame buffer and sends pixel data to the monitor via a video interface (HDMI, DisplayPort, DVI, VGA). 5. Monitor displays pixels.
Artifacts can originate at any step: - GPU core instability (overheating, overclocking, voltage issues) causes shader cores to compute wrong pixel values, producing snow, static, or color distortion. - VRAM errors (bad memory chips, overheating) lead to incorrect data being read/written, causing texture corruption, checkerboard patterns, or missing geometry. - Display controller or cable issues cause signal degradation, resulting in lines, flickering, or ghosting. - Monitor panel defects cause dead pixels or persistent lines.
Common Artifact Types and Their Causes
#### Horizontal or Vertical Lines - Horizontal lines often indicate a failing GPU or overheating VRAM. They can also be caused by a loose or damaged display cable. - Vertical lines are frequently associated with VRAM issues or a failing GPU die. If lines appear on boot (before OS loads), it's likely hardware. - Thin lines vs. thick bands: Thin lines suggest a single memory channel issue; thick bands indicate a larger failure.
#### Screen Tearing Screen tearing occurs when the monitor refreshes faster than the GPU can render a complete frame, so part of the previous frame shows. Causes: - VSync disabled — the most common cause. VSync synchronizes the GPU's frame rate with the monitor's refresh rate. - GPU too slow to maintain frame rate. - Multiple monitors with different refresh rates can cause tearing on the slower monitor.
#### Flickering Flickering is rapid changes in brightness or color. Causes: - Display cable issues (loose, damaged, or poor shielding) — especially common with VGA. - Monitor refresh rate mismatch — set to a rate the monitor cannot handle. - GPU driver corruption or incompatible driver. - Power supply fluctuation to the GPU.
#### Color Distortion Wrong colors (e.g., everything looks purple/green) often indicate: - Loose or damaged cable — especially VGA pins. - Monitor color settings accidentally changed. - GPU driver color profile corruption. - Failing GPU — less common.
#### Snow or Static Random pixel noise (like old TV snow) is a classic sign of: - GPU overheating — the most common cause in my experience. - VRAM failure. - Loose or damaged cable — especially if it appears only at certain resolutions.
#### Texture Corruption and Checkerboard Patterns - Texture corruption (blocky textures, missing parts) usually points to VRAM issues. - Checkerboard patterns (alternating dark/light squares) are a strong indicator of VRAM failure, often seen when the GPU is under load.
#### Ghosting Ghosting is a faint trail behind moving objects. It is usually a monitor limitation (slow pixel response time), not a GPU issue. However, it can be exacerbated by overdrive settings.
Key Components, Values, and Defaults
- GPU core temperature: Typical idle 30-50°C, load 60-85°C. Max safe temp varies by model (e.g., NVIDIA GTX 1080 max 94°C, AMD RX 580 max 85°C). Throttling begins around 80-90°C. - VRAM temperature: Often 10-15°C higher than core under load. Max safe typically 95-105°C. - Refresh rate: Common values 60 Hz, 75 Hz, 120 Hz, 144 Hz, 240 Hz. Exceeding monitor's max causes issues. - VSync: When enabled, GPU waits for vertical blanking interval (VBLANK) to update frame buffer. This prevents tearing but can introduce input lag. - Display cables: - HDMI 2.0: 18 Gbps, up to 4K@60 Hz. - DisplayPort 1.4: 32.4 Gbps, up to 8K@60 Hz. - DVI-D: single link 3.96 Gbps (1920x1200@60 Hz), dual link 7.92 Gbps (2560x1600@60 Hz). - VGA: analog, susceptible to interference, max 2048x1536@85 Hz. - GPU memory (VRAM): GDDR5, GDDR5X, GDDR6. Common sizes: 4 GB, 6 GB, 8 GB, 16 GB.
Troubleshooting Steps (Exam-Focused)
The exam expects a systematic approach: 1. Identify the artifact type — lines, tearing, flickering, etc. 2. Check cable connections — reseat or replace cable (cheapest fix). 3. Test with another monitor — isolate monitor vs. GPU. 4. Check GPU temperatures — use software like GPU-Z, HWMonitor. Overheating is a top cause. 5. Update/reinstall GPU drivers — use DDU (Display Driver Uninstaller) in Safe Mode. 6. Disable overclocking — revert to stock speeds. 7. Test GPU in another system — if artifacts follow, GPU is faulty. 8. Check power supply — insufficient power can cause instability. 9. Run GPU stress test (e.g., FurMark) to reproduce artifacts. 10. If all else fails, replace GPU.
How Artifacts Interact with Related Technologies
Multiple monitors: Can cause artifacts if GPU cannot handle the combined resolution/refresh rate. Also, mixed refresh rates can cause tearing on one display.
GPU passthrough (VMware) : Artifacts in a VM can be due to driver issues or insufficient GPU resources.
Remote Desktop: Artifacts may be due to network compression, not local GPU.
BIOS/UEFI: Artifacts before OS loads indicate hardware issue (GPU or cable).
Safe Mode: If artifacts disappear in Safe Mode, the cause is likely driver or software.
Specific Numbers and Exam Traps
VSync off = tearing; VSync on = no tearing but possible input lag.
Overheating threshold: Typically 80-90°C for core, 95-105°C for VRAM.
Refresh rate mismatch: Setting a refresh rate higher than monitor's native causes flickering or blank screen.
Resolution too high: Exceeding max resolution causes artifacts or no display.
Dual-link DVI: Required for resolutions above 1920x1200 at 60 Hz. Single-link causes artifacts or no signal.
HDMI vs. DisplayPort: HDMI 1.4 max 4K@30 Hz; for 4K@60 Hz need HDMI 2.0 or DisplayPort 1.2+.
VGA: Analog signal prone to ghosting and color distortion due to interference.
Command Examples
While GPU troubleshooting is mostly GUI-based, some CLI tools exist:
- Windows: wmic path win32_videocontroller get name — lists GPU name.
- Linux: lspci | grep VGA — shows GPU; nvidia-smi for NVIDIA GPUs (temperature, memory usage).
- macOS: system_profiler SPDisplaysDataType — GPU info.
Common Wrong Answers on the Exam
"Replace the monitor immediately" — Wrong because artifacts are often from GPU/cable. Always test with another monitor first.
"Update the BIOS" — Rarely fixes artifacts. BIOS update is for compatibility, not common artifact cause.
"Increase the GPU clock speed" — Opposite; overclocking causes artifacts. Should undervolt or downclock.
"Replace the power supply" — Only if PSU is insufficient or failing. Not first step.
"Reinstall Windows" — Overkill; driver reinstall is enough.
Edge Cases the Exam Loves
Artifacts only in certain games: Possibly VRAM overheating due to specific texture demands.
Artifacts after driver update: Roll back to previous version.
Artifacts on boot but not in Windows: Likely GPU hardware issue; drivers not loaded in BIOS.
Artifacts only on one monitor (multi-monitor setup) : Check that monitor's cable, then monitor itself.
Artifacts when moving windows: Could be VRAM issue or window manager glitch.
Summary of Exam-Focused Troubleshooting Flow
Visual inspection — note artifact type.
Cable check — reseat, try different cable.
Monitor swap — if artifacts persist, monitor is fine.
Driver reinstall — use DDU in Safe Mode.
Temperature check — if >85°C, clean GPU, improve cooling.
Disable overclock — revert to stock.
Test in another PC — if artifacts follow, GPU is faulty.
Check PSU — ensure adequate wattage and stable voltages.
RMA or replace GPU.
This systematic approach aligns with CompTIA's troubleshooting methodology (identify, establish theory, test, etc.).
Identify Artifact Type and Pattern
Begin by noting the exact visual anomaly: lines (horizontal/vertical), screen tearing, flickering, color distortion, snow/static, texture corruption, checkerboard, or ghosting. Also note when it occurs (on boot, during gaming, in specific apps) and whether it's consistent or intermittent. This narrows the cause. For example, horizontal lines often point to GPU core or VRAM; screen tearing suggests VSync disabled; snow indicates overheating or cable issues. Documenting the pattern is the first step in systematic troubleshooting.
Check and Reseat Display Cables
The simplest and cheapest fix. Power down the system, disconnect and reconnect the display cable at both ends (GPU and monitor). Inspect for bent pins (especially VGA, DVI) or damaged connectors. Try a known-good cable if available. If using VGA, tighten thumbscrews. This eliminates cable-induced artifacts like flickering, color distortion, or ghosting. If the artifact disappears, the cable was the issue. If not, proceed to the next step.
Test with a Different Monitor
Connect the computer to a different monitor (or TV) to isolate the display. If the artifact appears on the second monitor, the issue is with the GPU or cable (already ruled out). If the artifact disappears, the original monitor is faulty (e.g., panel defect, bad controller). This step is crucial because many assume the GPU is bad when the monitor is the culprit. The exam often tests this isolation technique.
Check GPU Temperatures and Cooling
Use software like GPU-Z, HWMonitor, or MSI Afterburner to read GPU core and VRAM temperatures. Compare to safe thresholds: core >85°C under load is concerning; VRAM >95°C is risky. If temperatures are high, clean dust from fans and heatsinks using compressed air. Ensure case airflow is adequate. If the GPU fan is not spinning, it may be faulty. Overheating is a leading cause of artifacts (snow, flickering). Throttling begins around 80-90°C; sustained high temps cause permanent damage.
Update or Reinstall GPU Drivers
Corrupted or outdated drivers can cause various artifacts. Boot into Safe Mode (Windows) and use Display Driver Uninstaller (DDU) to completely remove current drivers. Then install the latest driver from the GPU manufacturer's website (NVIDIA, AMD, Intel). Avoid beta drivers. If artifacts disappear after driver reinstall, the issue was software. If they persist, the problem is likely hardware. The exam tests that you know to use DDU in Safe Mode for clean removal.
Disable Overclocking and Reset to Stock
Overclocking (GPU core, memory, or voltage) can cause instability and artifacts. Reset the GPU to factory clock speeds using software like MSI Afterburner or by clearing CMOS if overclocked via BIOS. If the artifacts vanish, the overclock was unstable. The exam expects you to know that overclocking is a common cause of artifacts and that reverting to stock is a valid troubleshooting step.
Test GPU in Another System
If possible, install the suspect GPU into a known-working computer. If artifacts appear there, the GPU is defective. If not, the issue may be with the original system's PSU, motherboard, or software. This step definitively isolates the GPU as the root cause. The exam values this component swap technique.
Check Power Supply Unit (PSU)
Insufficient or unstable power can cause GPU artifacts, especially under load. Use a PSU tester or swap with a known-good PSU of adequate wattage (e.g., 500W for mid-range, 750W for high-end). Check that the GPU power cables are fully seated (6-pin, 8-pin). Symptoms of PSU issues include random crashes, flickering, and artifacts when gaming. The exam may include this as a less common but valid step.
Enterprise Scenario 1: Gaming Cafe with Overheating GPUs
A gaming cafe with 20 identical PCs running NVIDIA GTX 1060 GPUs started experiencing intermittent snow artifacts and crashes during peak hours. The artifacts appeared as random white dots on screen, especially in graphically intense games. Initial assumption was driver issues, but driver reinstalls did not help. Monitoring temperatures revealed GPU cores hitting 92°C under load, exceeding the 84°C throttle point. The cafe's dusty environment and clogged fans caused inadequate cooling. Solution: cleaned all GPUs with compressed air, replaced thermal paste on the worst-performing units, and improved case airflow with additional exhaust fans. After cleaning, temperatures dropped to 75°C under load, and artifacts disappeared. The lesson: overheating is the most common cause of snow artifacts in high-usage environments. Regular dusting schedules are critical.
Enterprise Scenario 2: Design Studio with VRAM Failure
A graphic design studio using AMD Radeon Pro WX 7100 GPUs (8 GB VRAM) encountered checkerboard patterns and texture corruption when rendering large 4K images in Adobe Photoshop. The artifacts only appeared when the VRAM usage exceeded 6 GB. The IT team initially suspected software bugs, but updating drivers and Photoshop did not resolve. Running a VRAM stress test (e.g., OCCT VRAM test) reproduced the checkerboard pattern, confirming VRAM failure. The GPUs were still under warranty, so they were RMA'd. Replacement GPUs worked flawlessly. The key takeaway: checkerboard patterns are a hallmark of VRAM issues, and VRAM stress tests are essential for diagnosis.
Enterprise Scenario 3: Call Center with Cable-Induced Flickering
A call center with 100 workstations using DVI connections experienced flickering on about 10% of monitors. The flickering was intermittent, often triggered by nearby fluorescent lights. The IT team replaced monitors, but the issue persisted. Investigation revealed that the DVI cables were unshielded and ran alongside power cables in cable trays, causing electromagnetic interference (EMI). Replacing the DVI cables with shielded ones and rerouting them away from power cables eliminated the flickering. This scenario highlights that cable quality and routing matter, especially with analog signals (DVI-D is digital, but DVI-I includes analog pins). The exam may test knowledge that VGA is more susceptible to interference than digital interfaces.
What the 220-1101 Exam Tests
Objective 5.3 (Given a scenario, troubleshoot video, display, and multimedia issues) requires you to identify symptoms, isolate causes, and apply fixes for GPU and video artifacts. The exam focuses on:
Common artifact types and their most likely causes.
Systematic troubleshooting steps (cable, monitor, driver, temperature, overclocking, hardware).
Knowing when to replace vs. repair.
Understanding the role of VSync, refresh rate, and resolution.
Top Wrong Answers and Why Candidates Choose Them
"Replace the GPU immediately" — Candidates jump to this because artifacts look scary. But many artifacts are caused by cables, drivers, or overheating. The exam tests step-by-step troubleshooting, not immediate replacement.
"Update the BIOS" — BIOS updates rarely fix artifacts. Candidates confuse BIOS with GPU driver updates. The exam expects you to prioritize driver updates over BIOS.
"Increase GPU voltage" — Some think more voltage stabilizes the GPU, but it actually increases heat and can worsen artifacts. The correct approach is to reduce overclocking or lower settings.
"Reinstall Windows" — Overkill. Driver reinstall (using DDU) is sufficient. Candidates choose this because they think it's a 'clean slate' fix, but it's time-consuming and unnecessary.
Specific Numbers and Terms on the Exam
VSync: Must know that disabling VSync causes screen tearing; enabling it prevents tearing but may cause input lag.
Refresh rate: Common values 60, 75, 120, 144 Hz. Exceeding monitor's max causes flickering or blank screen.
Overheating: GPU core >80-85°C is concerning; VRAM >95°C is critical.
Dual-link DVI: Required for resolutions above 1920x1200@60 Hz.
HDMI versions: HDMI 1.4 max 4K@30 Hz; HDMI 2.0+ for 4K@60 Hz.
VGA: Analog, susceptible to interference, max 2048x1536.
Edge Cases and Exceptions
Artifacts only in Safe Mode: If artifacts appear in Safe Mode, it's likely a hardware issue (GPU or cable) because Safe Mode uses generic drivers. If they disappear in Safe Mode, the cause is driver or software.
Artifacts on boot but not in OS: Points to GPU hardware issue (e.g., failing VRAM) because drivers haven't loaded yet.
Artifacts only in one application: Could be a game-specific setting (e.g., anti-aliasing) or the app is hitting VRAM limits.
Multiple monitors: Artifacts on only one monitor suggest cable or monitor issue; on all monitors, GPU or driver.
How to Eliminate Wrong Answers Using Mechanism
If the question describes screen tearing, the answer must involve VSync (disabled). Any answer about overheating or drivers is wrong.
If the question says checkerboard pattern, the answer is VRAM failure — not cable or driver.
If the question mentions artifacts only after overclocking, the answer is revert to stock speeds.
If the question says artifacts disappear in Safe Mode, the answer is reinstall graphics driver.
If the question says artifacts on a VGA connection, suspect cable interference or loose connection.
Screen tearing is caused by VSync being disabled; enable VSync or use adaptive sync.
Checkerboard patterns are a strong indicator of VRAM failure.
Overheating (GPU core >85°C) is a common cause of snow/static artifacts.
Always test with a different monitor before replacing the GPU.
Use DDU in Safe Mode to completely remove GPU drivers before reinstalling.
Horizontal lines often indicate GPU core or VRAM issues; vertical lines also point to VRAM.
VGA cables are analog and prone to interference; digital cables (HDMI, DisplayPort) are more reliable.
These come up on the exam all the time. Here's how to tell them apart.
Screen Tearing
Caused by VSync disabled; GPU sends partial frames.
Appears as a horizontal split between two frames.
Usually consistent in same location on screen.
Fixed by enabling VSync or using adaptive sync (G-Sync/FreeSync).
Not a hardware failure symptom.
Flickering
Caused by loose cables, refresh rate mismatch, or driver issues.
Appears as rapid brightness/color changes.
Can be random or periodic.
Fixed by reseating cable, adjusting refresh rate, or updating driver.
Can indicate hardware issue if persistent.
Mistake
All video artifacts are caused by a failing GPU.
Correct
Many artifacts are caused by display cables, overheating, driver issues, or monitor defects. Systematic troubleshooting isolates the cause before blaming the GPU.
Mistake
Screen tearing is a sign of GPU hardware failure.
Correct
Screen tearing is almost always due to VSync being disabled. It is a software/settings issue, not a hardware failure.
Mistake
Updating the BIOS fixes GPU artifacts.
Correct
BIOS updates rarely affect GPU artifacts. The correct fix is usually driver reinstall, temperature management, or hardware replacement.
Mistake
Overclocking always causes artifacts immediately.
Correct
Overclocking can be stable for months before artifacts appear due to thermal degradation or voltage drift. Artifacts may appear gradually.
Mistake
A single dead pixel is a GPU artifact.
Correct
A dead pixel is a monitor panel defect, not a GPU issue. GPU artifacts typically affect larger areas or produce lines, snow, or color distortion.
Reveal each answer, then mark whether you got it right. Score 60%+ to unlock the next chapter.
Screen tearing is caused by the GPU sending a new frame while the monitor is still displaying the previous one, resulting in a horizontal split. The most common cause is VSync being disabled. To fix it, enable VSync in the graphics settings of the game or in the GPU control panel. If you have a G-Sync or FreeSync monitor, enable adaptive sync technology for a smoother experience without the input lag of VSync. Screen tearing is not a hardware failure.
Use monitoring software like GPU-Z, HWMonitor, or MSI Afterburner to check GPU core and VRAM temperatures. Normal idle temperatures are 30-50°C. Under load, temperatures up to 85°C are acceptable for most GPUs, but sustained temperatures above 85°C can cause throttling and artifacts. VRAM temperatures should stay below 95°C. If you see artifacts like snow or flickering and temperatures are high, clean the GPU and improve case airflow.
A checkerboard pattern (alternating dark and light squares) is a classic sign of VRAM (video memory) failure. It usually appears when the GPU is under load, such as during gaming or rendering. The pattern indicates that certain memory cells are not storing data correctly. To confirm, run a VRAM stress test like OCCT or MemTestG80. If the pattern appears, the GPU needs to be replaced or RMA'd if under warranty.
Horizontal lines can be caused by a loose or damaged display cable, a failing GPU, or overheating VRAM. First, reseat the cable and try a different cable. If the lines persist, test with another monitor. If the lines appear on both monitors, the GPU is likely faulty. Horizontal lines that appear on boot (before the OS loads) strongly indicate a hardware issue with the GPU.
Boot into Safe Mode (Windows) to prevent the driver from loading. Use Display Driver Uninstaller (DDU) to completely remove the current driver and any leftover files. After DDU finishes, restart normally and install the latest driver from the GPU manufacturer's website (NVIDIA, AMD, or Intel). Do not use Windows Update for GPU drivers.
Yes, an insufficient or unstable power supply can cause GPU artifacts, especially under load. Symptoms include random crashes, flickering, and artifacts during gaming. Ensure your PSU has enough wattage for your GPU (e.g., 500W for mid-range, 750W for high-end) and that all power cables are securely connected. Use a PSU tester or swap with a known-good PSU to diagnose.
A dead pixel is a single pixel on the monitor that remains off (black) or stuck on a color (bright). It is a monitor panel defect and is not caused by the GPU. GPU artifacts affect larger areas, such as lines, snow, or checkerboard patterns, and are caused by the graphics card or cable. If you suspect a dead pixel, check if it appears on a different input source; if it stays, it's the monitor.
You've just covered Troubleshoot: GPU and Video Artifacts — now see how well it sticks with free 220-1101 practice questions. Full explanations included, no account needed.
Done with this chapter?