https://bugzilla.xfce.org/show_bug.cgi?id=14951
--- Comment #7 from Jonas Zetterberg <[email protected]> --- I looked into xrandr scale a little more. xrandr changes the window as presented to client application to a scaled version. So the whole screen in a 0.5x0.5 mode is scaled. Setting window scaling keeps the screen at high resolution and gtk scales up images and increases font size to match. So for window scale the fonts are rendered using the high resolution scaling and only images are scaled. So to test the issue you could use xrandr scale to 2x2 (scale up) and then Window-Scaling to 2x (scale down). That way the screen size that gtk sees is hdpi (xrandr) and then you scale the windows back to your original resolution (Window-Scaling). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
