-
Notifications
You must be signed in to change notification settings - Fork 343
Increasing xwayland DPI on hotplug #1119
Comments
Can also get some pretty fun values by resizing the output window on wayland/x11 backends:
and on DRM backend by playing with dpms
(both start with 96x96 dpi as well) I think the first one might be different but dpms one is probably related |
This happens on https://lists.x.org/archives/xorg-devel/2018-July/057305.html |
Note: this doesn't happen on GNOME.
|
According to the Arch wiki, "GTK very often overrides the server's DPI via the optional Xresource Xft.dpi". That would explain why it doesn't happen on GNOME. I'm using the same trick. |
That is rare but I also noticed that behavior on my laptop. I am not using any external screen. |
Fix released as part of xorg-xserver 1.20.9. |
"Fix released as part of xorg-xserver 1.20.9." <swaywm/wlroots#1119>
When plugging/unplugging outputs, the xwayland DPI value increases. For instance on my machine it starts at 96, and after plugging an output:
If I unplug it:
This may be an xwayland bug.
The text was updated successfully, but these errors were encountered: