https://bugs.kde.org/show_bug.cgi?id=467039
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #1 from Nate Graham <n...@kde.org> --- Looked into this a bit. On Wayland, we don't have a simple way to get the "I'm using high DPI scaling" setting the way we do on X11--that setting being global on X11, and per-screen on Wayland. Instead, I found that the EnableHiDPI=true argument in the [Wayland] section of the SDDM config works properly. Setting this value when syncing settings in the KCM probably doesn't make sense; it should instead be the default setting for SDDM on Wayland. I've submitted a PR for that: https://github.com/sddm/sddm/pull/1681. If that's rejected, we have the following other options: - Ask distros to set that by default in their packaging - Always set it here when syncing settings - Only set it here when syncing settings if the user is using any >100% scaling on any screens, which we would need to determine by parsing KScreen configs, which seems like it could be a can of worms -- You are receiving this mail because: You are watching all bug changes.