XWayland activities are blurry on HiDPI displays #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While the fix for #7 works fine for shepherd-launcher itself and Wayland applications, XWayland applications are rendered at the regular 1x DPI and then scaled up to the native resolution. For example, on a 1080p screen with 1.5x scale, an XWayland application will render at 720p.
The root cause is that Sway doesn't pass down the scaling to XWayland
This doesn't impact usability, but it does mean that games in particular are capped in resolution on these devices.
Possible fixes include: