https://bugs.kde.org/show_bug.cgi?id=377063
Ariel Rosenfeld <ariel.rosenfeld....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ariel.rosenfeld.750@gmail.c | |om --- Comment #8 from Ariel Rosenfeld <ariel.rosenfeld....@gmail.com> --- (In reply to George Moutsopoulos from comment #7) > QT_SCREEN_SCALE_FACTORS=1; yakuake > comment https://bugs.kde.org/show_bug.cgi?id=389448#c9 I can confirm the fix works The QT documentation states that QT_SCREEN_SCALE_FACTORS should not be used as they bypass edid detection QT_AUTO_SCREEN_SCALE_FACTOR and QT_SCALE_FACTOR are the correct variables for HIDPI but unfortunately they are disabled in startkde which also sets the scaling to the manual set scaling in the display scaling configuration so to summarize i changed the veriable QT_SCREEN_SCALE_FACTORS="DVI-I-0=1.2;DVI-I-1=1.2;DP-0=1.2;DP-1=1.2;DP-2=1.2;DP-3=1.2;HDMI-0=1.2;DP-4=1.2;DP-5=1.2;" to QT_SCREEN_SCALE_FACTORS="1" -- You are receiving this mail because: You are watching all bug changes.