Summary: | When using a scale factor, XWayland apps are blurry from being upscaled from their 1x version | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | gustohall |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frederic.parrenin, gudvinr+kde, nate, postix |
Priority: | NOR | Keywords: | wayland |
Version: | 5.23.5 | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.26 | |
Sentry Crash Report: | |||
Attachments: |
Visual studio code showing the issue
Obsidian showing the issue |
Description
gustohall
2022-02-11 07:57:27 UTC
Created attachment 146570 [details]
Visual studio code showing the issue
Created attachment 146571 [details]
Obsidian showing the issue
mutter and kwin/sway/weston do hidpi differently. hopefully, it will be addressed with https://invent.kde.org/plasma/kwin/-/merge_requests/1959. in meanwhile, you could enable native wayland support in vscode, e.g. ❯ cat .config/electron-flags.conf --enable-features=UseOzonePlatform --ozone-platform=wayland or run it as `code --enable-features=UseOzonePlatform --ozone-platform=wayland` that sucks, might use gnome in the meantime until f36 releases because these apps aren't the only ones affected by these problems and are essential to my livelihood. It happens also in VirtualBox, both the VB app in the host and the guest. wxGTK apps are also affected by this. Despite of having Wayland support it didn't work properly until 3.1.5-ish which isn't considered stable (3.0 is). This is fixed in Plasma 5.26! |