-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Blurry scaling on Linux Wayland when moving Warp between monitors with differen… #10673
Copy link
Copy link
Labels
area:ui-frameworkCore Warp UI framework, rendering, layout, and windowing infrastructure.Core Warp UI framework, rendering, layout, and windowing infrastructure.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:linuxLinux-specific behavior, regressions, or requests.Linux-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
area:ui-frameworkCore Warp UI framework, rendering, layout, and windowing infrastructure.Core Warp UI framework, rendering, layout, and windowing infrastructure.bugSomething isn't working.Something isn't working.needs-infoMore issue-specific reporter detail is needed before the problem can be confidently triaged.More issue-specific reporter detail is needed before the problem can be confidently triaged.os:linuxLinux-specific behavior, regressions, or requests.Linux-specific behavior, regressions, or requests.ready-to-implementThe issue is ready for implementation work.The issue is ready for implementation work.repro:mediumThe report suggests a plausible repro path, but some uncertainty remains.The report suggests a plausible repro path, but some uncertainty remains.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Summary
Warp displays blurry scaling on Linux Wayland when the window is moved between monitors with different DPI/resolution settings.
Problem
When moving Warp between monitors with different resolutions on Linux Wayland, the scaling becomes blurry, indicating improper DPI awareness or scaling factor updates during monitor transitions.
Expected behavior
Warp should detect monitor changes and dynamically adjust scaling to maintain crisp text and UI rendering when moving between monitors with different resolutions.
Actual behavior
Text and UI elements become blurry when Warp is moved between monitors with different resolutions on Linux Wayland.
Reproduction hints
Additional context
This issue was reported in response to the Warp announcement about rendering markdown tables, mermaid diagrams, and images in agent responses. Issue reported by @Yue_5O5 on X. Reference: https://x.com/vikvang1/status/2053946819911037423
Source thread