https://bugs.kde.org/show_bug.cgi?id=465433
zvova7...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|LATER |--- Status|RESOLVED |REOPENED Ever confirmed|0 |1 --- Comment #4 from zvova7...@gmail.com --- (In reply to David Edmundson from comment #2) > Unfortunately this is expected at the current point. Fractional scaling for > wayland clients arrives in Qt 6 I afraid it is not. I have ported your patches for fractional scale on qt5-wayland - there is still problems with sharpness. Also, I tried qt 6.5 beta3 - same behavior. I'm realized that fractional scale on qt-wayland is affected only for QWindow::scale(or devicePixelRatio), but QScreen::scale(or devicePixelRatio) stays on fixed point scale that reports by wl_output. Seems Qt has confused about this and rendering still incorrect. I have experimented with QScreen to return same *fractional* scale(not rounded fixed point scale) as QWindow gets from FractionalScale protocol(in my case it is 1.5f) - only after that I got sharp picture. If you already know that - okay, but if you don't - please take a look... Leaving this as is will make us to see plasma 6 with still incorrect fractional scale on wayland -- You are receiving this mail because: You are watching all bug changes.