https://bugs.kde.org/show_bug.cgi?id=373232
--- Comment #156 from Ahmad Samir <a.samir...@gmail.com> --- (In reply to Andrew from comment #152) > Solution for my case: > 1. 2560 / 1.3 = 1969,23076923 > 2. Round to 1970 > 3. 2560 / 1970 = 1,29949238579 > 4. Open ~/.config/kdeglobals and set it manually: > > [KScreen] > ScaleFactor=1,29949238579 > ScreenScaleFactors=eDP-1=1.0;HDMI-1=1,29949238579;DP-1=1,29949238579;HDMI- > 2=1,29949238579; > > It solves the issue. Shouldn't that be "1.299"? (. vs ,); I haven't looked at the code, but "1,299" is most likely either going to be treated as invalid or as just integer 1. -- You are receiving this mail because: You are watching all bug changes.