Skip to main content
Difficulty
Beginner
Time
12 minutes
Verified 2026-07-11

External displays

Estimated time: 12 minutes ยท Difficulty: Beginner ยท Requirements: none ยท Expected outcome: you know whether your phone can drive a monitor, with which hardware, and what the alternatives are.

USB-C โ‰  video outputโ€‹

The single most common misconception: a USB-C port does not imply video output. Wired video requires DisplayPort Alt Mode โ€” a separate hardware capability. Many popular USB-C phones lack it entirely (their port is USB 2.0 data + charging only). Check your exact model in the compatibility matrix or your manufacturer's spec sheet; the Get Started wizard checks it for cataloged devices automatically.

Real examples from the ADL catalog (verified 2026-07-11):

  • Has wired video out: Samsung Galaxy S22+/S23/S24 and Tab S9 (DeX), Google Pixel 8/9 (enabled via the June 2024 feature drop; Pixel 6/7 have no video out), Motorola Edge+ (2023) and ThinkPhone (Ready For wired).
  • No wired video out despite USB-C: Samsung Galaxy A54/A14 (USB 2.0 ports), Motorola Edge 40 (wireless Ready For only).
  • Unconfirmed either way: OnePlus 11/12, Xiaomi 14 โ€” no qualifying source confirms it; test before buying display hardware.

Wired connections that workโ€‹

  • USB-C โ†’ HDMI adapter or cable โ€” simplest single-monitor path.
  • USB-C hub / dock with HDMI or DisplayPort โ€” adds USB ports for keyboard/mouse and (on good hubs) Power Delivery pass-through so the phone charges during use. See USB-C hubs.
  • USB-C โ†’ USB-C displays โ€” works when both the phone and monitor support DP Alt Mode over the cable used.
  • DVI/VGA-only monitors โ€” need active adapters; results vary, treat as experimental.

4K displays work on capable devices but increase rendering load and power draw โ€” a powered hub is strongly recommended, and phones may limit output to 1080p/1440p in practice.

Manufacturer desktop modesโ€‹

  • Samsung DeX โ€” a desktop-style Android environment on the external screen; the Linux desktop runs full-screen inside it. See What is Samsung DeX?.
  • Motorola Ready For / Smart Connect โ€” equivalent for supported Moto devices; note recent Motorola generations are wireless-only.
  • Android desktop mode (Pixel) โ€” GA since Android 16 QPR3 (March 2026) on Pixel 8 and later.

No wired output? You still have three optionsโ€‹

  1. Phone screen โ€” Termux:X11 renders the desktop directly on the device; a Bluetooth keyboard and mouse make it surprisingly usable.
  2. Wireless display (Miracast / Cast) โ€” mirrors the screen to a compatible TV/monitor; expect noticeable latency, fine for documents, poor for fast interaction.
  3. VNC from another computer โ€” the desktop renders on your laptop/PC over the local network (password-protected, localhost-first; see the display troubleshooting page).

Missing wired output never blocks running Linux itself.

Touch, resolution, and scalingโ€‹

External touchscreens are generally not passed through to the Linux session. High-DPI phone screens often need scaling (termux-x11 :1 -dpi 120 or desktop-level scaling). Monitor audio over HDMI depends on Android routing sound to the display โ€” see audio.

Summaryโ€‹

Wired video needs DP Alt Mode (check the exact model, not the port shape); hubs with Power Delivery make the best workstations; and phones without video out still run Linux via phone screen, wireless, or VNC.

Next stepsโ€‹