Skip to content

Dell UD22 (17e9:6013): hybrid i915 DP + EVDI success on Pop!_OS 24.04 / COSMIC #585

Description

@0jrm

Summary

Working dual-monitor setup on a Dell Universal Dock UD22 (DisplayLink hybrid) after installing Synaptics DisplayLink + EVDI. Documenting symptoms, false leads, and the hybrid connector layout so others (and #549) can compare.

Without DisplayLink/EVDI, the dock partially negotiates DP-MST via i915, which looks like a GPU/driver bug (blank monitor + flashing / stuck at 640×480).

Hardware

Item Detail
Laptop Dell XPS 15 9570 (Intel UHD 630 + NVIDIA GTX 1050 Ti)
Dock Dell Universal Dock UD22
USB IDs 413c:f6d0 (Universal Dock UD22), 17e9:6013 (DisplayLink Dell Universal Hybrid Video Dock)
Monitors 2× ASUS PA278QV (2560×1440), one landscape / one portrait

Software

Item Detail
OS Pop!_OS 24.04 LTS (COSMIC / Wayland)
Kernel 7.0.11-76070011-generic (System76)
displaylink-driver 6.3.0-48 (Synaptics APT)
evdi 1.15.0-193 (DKMS, built cleanly on this kernel)

Symptoms before DisplayLink

  • One external monitor blank
  • Other external monitor flashing / stuck at low modes (compositor showed only ≤1024×768, preferred 640×480)
  • Dock USB devices present (lsusb showed DisplayLink), but no evdi module and no displaylink-driver package
  • Kernel DRM showed card0-DP-* connectors from i915 with valid EDIDs
  • dmesg / journal included MST failures, e.g.:
    • Failed to read DPCD register
    • failed to lookup MSTB with lct 2, rad 60

This is easy to misdiagnose as an Intel/NVIDIA driver problem. The Windows side worked because DisplayLink drivers were present there.

Fix

  1. Install Synaptics APT keyring + displaylink-driver (pulls evdi DKMS).
  2. Confirm evdi is loaded and displaylink-driver.service is active.
  3. External outputs appear as EVDI DVI-I-* nodes (plus, on this hybrid dock, one monitor may remain on an i915 DP-* connector).

After install (stable):

  • DVI-I-1 (EVDI / DisplayLink): ASUS PA278QV @ 2560×1440
  • DP-5 (i915): second ASUS PA278QV @ 2560×1440 (portrait via compositor transform)
  • Laptop eDP-1 still available

Ubuntu’s prebuilt linux-modules-evdi-* packages did not match this Pop/System76 kernel ABI; Synaptics evdi via DKMS worked.

Hybrid dock note

UD22 advertises as a hybrid DisplayLink dock. In practice we saw both:

  • Native DP-alt/MST sinks on i915 (DP-*)
  • EVDI sinks (DVI-I-*) once DisplayLink userspace was running

Driving dual QHD through MST alone was unreliable; once DisplayLink was installed, the flaky MST sink went away and both panels ran at native 1440p.

Relation to #549

Issue #549 reports UD22 on Ubuntu 24.04 with a second monitor still blank after installing drivers. Possible checks for that case:

  • Confirm lsmod | grep evdi and systemctl status displaylink-driver (or equivalent)
  • Look for both DVI-I-* (EVDI) and leftover DP-* (i915 MST) connectors
  • If only one EVDI connector is connected, try options evdi initial_device_count=2, cable/port swap on the dock, and whether one panel is still bound to a broken MST connector
  • On custom kernels, prefer Synaptics/DKMS evdi over distro prebuilt modules that target a different kernel package

Happy to provide more logs if useful. This is primarily a success report + troubleshooting fingerprint for UD22 / hybrid docks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions