https://bugs.kde.org/show_bug.cgi?id=504467
--- Comment #3 from Mykola Krachkovsky <w01dn...@gmail.com> --- Hmm, it seems QScreen::devicePixelRation in the ends calls to QWaylandScreen::devicePixelRatio: https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/platforms/wayland/qwaylandscreen.cpp#n193 Which returns Wayland output *integral* scaling. And true fractional scaling in unknown on output level (not sure about this) until there is surface and there is ask for fractional scale: https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/platforms/wayland/qwaylandwindow.cpp#n240 -- You are receiving this mail because: You are watching all bug changes.