I feel like GNOME developers need to drop what they’re doing immediately and focus on making fractional scaling usable. Hi-DPI scaling is everywhere nowadays from TVs to laptop monitors, not supporting it properly is a massive problem for all affected users.
I’d switch to Linux pretty quickly if they made using my damn laptop a usable experience without dealing with blurry apps or having to use a microscope to read text.
This is exactly what this change is about. Most blurry apps are blurry because they don't support Wayland (yet/by default) and are running using XWayland.
The only Wayland native software where I had problems with fractional scaling is Qt WebEngine which doesn't handle scaling correctly.
It is. But every week I see they've been doing work on it.
Apparently there's been an issue in which exiting some fullscreen programs causes the cursor framerate to come out of sync with the content on the display, causing cursor flicker.
I think Plasma also had this issue, but pushed the feature anyway then ironed out the kinks while it was in production. Now it works pretty well.
Gnome, sometimes frustratingly, doesn't really release things until they think they're perfect and as bug-free as possible.
And I get it, and agree, it's led to Gnome being ridiculously polished and about as bug-free as an up-to-date DE can get.
But sometimes I'm just like damn Gnome this must be slowing down your development
Plasma never had this issue in any release, VRR has worked exactly the same since it was introduced until Plasma 6 (where there's some improvements for the "always" mode)
It's also good for video, as it can play videos at the highest possible Hz multiple of the video's FPS. So for example 24 FPS video could be played back with 144 Hz, 25 FPS with 125 Hz etc. VRR isn't technically required for this as many non-VRR monitors support different video modes with different fixed Hz as well, but the transition between Hz is seamless (no need to change video mode).
Tbh I always disable VRR because I find the flicker in games and full screen video way too distracting. At first I thought it was my previous VA monitor but the exact same thing happens on my OLED.
A merge request was opened this week for plumbing fractional scaling support for XWayland clients running on the GNOME Mutter compositor.
Jonas Dreßler opened a merge request with a patch from Jonas Ådah that has been working on the functionality for allowing scaling-aware XWayland clients to scale themselves using the scale-monitor-framebuffers functionality.
The patch explains: "When monitor framebuffers are scaled, this special cases Xwayland and sends output regions in a way that Xwayland think everything is N times as large as the logical region, where N is the ceil of the max monitor scale.
Dreßler noted in the merge request that the coordinate space conversion has been working out well.
Being past the feature freeze for GNOME 46, short of it being unexpectedly allowed as a late addition, it won't be wrapped up until GNOME 47 in September.
Similarly, also missing the feature freeze is the GNOME Variable Refresh Rate (VRR) functionality.
The original article contains 237 words, the summary contains 152 words. Saved 36%. I'm a bot and I'm open source!