https://bugs.kde.org/show_bug.cgi?id=387849
Michael Reiher <r...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r...@gmx.de --- Comment #14 from Michael Reiher <r...@gmx.de> --- Not sure what the status of this is, but it seems this could already work. If initial config would be fixed. What happened for me is, that KDE already picked a proper scale. Perfect. So I had no need to manually configure it. However Gtk did not scale well and I had to manually set GDK_DPI_SCLAE=1.5. Later I tried to hook up a 2nd screen and played with the scaling settings and so actually wrote them (in the end just the defaults). On next restart I got huge Gtk apps, apparently 1.5 from the env var on top 1.5 from KDE(? or xrandr?). So I removed manually setting GDK_DPI_SCLAE, and everything was fine again as before, even without manually messing with GDK_DPI_SCLAE... So why wasn't it just correct right from the beginning? What changed, and apparently was missing before, is in kdeglobals: +[KScreen] +ScaleFactor=1.5 +ScreenScaleFactors=DP-0=1.5;DP-1=1.5;DP-2=1.5;DP-3=1.5;DP-4=1.5;DP-5=1.5;DP-6=1.5;DP-7=1.5; + So if whatever this does, KDE would do initially and write that config, then everything might be great right from the start (regarding Gtk scaling)? Ubuntu 18.04 with KDE 5.12.6 (I would say..) -- You are receiving this mail because: You are watching all bug changes.