Re: UI scaling issues when physical and logical screen resolutions differ on Linux

2024-02-23 Thread Thiago Milczarek Sayão
Christopher, -Dglass.gtk.uiScale=`gsettings get org.gnome.desktop.interface text-scaling-factor` Probably works. Em qua., 21 de fev. de 2024 às 01:57, Christopher Schnick < crschn...@xpipe.io> escreveu: > So I tested this on my Asahi Fedora Linux KDE setup. So you were right > about the scali

Re: UI scaling issues when physical and logical screen resolutions differ on Linux

2024-02-21 Thread Martin Fox
Christopher, I’ve entered a bug to track this. See https://bugs.openjdk.org/browse/JDK-8326428 JavaFX added support for scaling-factor back in 2016 to address an issue with Ubuntu 16. Since then I suspect that setting has fallen into disuse. I know that it’s not set in Ubuntu/Kubuntu 22 but I

Re: UI scaling issues when physical and logical screen resolutions differ on Linux

2024-02-20 Thread Christopher Schnick
So I tested this on my Asahi Fedora Linux KDE setup. So you were right about the scaling-factor being set to 1, but I'm still a little bit confused about this situation. If I go into the KDE settings, and change the display scaling to 150% for example, other (native) applications somehow get s

Re: UI scaling issues when physical and logical screen resolutions differ on Linux

2024-02-16 Thread Martin Fox
Hi Christopher, This may be a side-effect of using KDE. To determine the UI scale the JavaFX code consults the “scaling-factor” setting in the “org.gnome.desktop.interface” schema. You can check this on the command line: gsettings get org.gnome.desktop.interface scaling-factor This sho