I'm seeking the commit details that resolved the issue of blurry XWayland cursors in KDE Plasma when using fractional scaling. This problem impacts cursor clarity and usability in mixed Wayland/XWayland environments. Identifying these commits would help better understand the solution and its implementation. If possible, I would also appreciate an explanation of how the commit resolves the issue of cursor blurriness. Apologies for leaving this question here, as I wasn't sure where to ask
Relevant factors are: - we export to xrdb "Xcursor.size: 35" where 35 is the default size * scale - then we use the cursor the client gives us without mangling it. This is done by telling kwin that the scale supplied matches the current scale. For a multi-monitor setup we use the highest scale. There's no specific commit to point to.