https://bugs.kde.org/show_bug.cgi?id=443355
--- Comment #9 from Andreas <opendr...@gmail.com> --- (In reply to Andreas from comment #6) > Temporary solution > > I created a script > ~/.config/plasma-workspace/env/nvdpi.sh > > and wrote in it > export QT_SCREEN_SCALE_FACTORS=$QT_SCREEN_SCALE_FACTORS"eDP-1-1=2.25" > > eDP-1-1 <- xandr output on NVIDIA > 2.25 <- 225% scaling This solution does not work with dual monitors. So I changed the script ~ / .config / plasma-workspace / env / nvdpi.sh QT_SCREEN_SCALE_FACTORS = "2.25; 2.25" This works on two monitors. Scaling problem when switching GPU only with QT applications, maybe there is a way to fix it? -- You are receiving this mail because: You are watching all bug changes.