logoalt Hacker News

Abishek_Muthiantoday at 11:29 AM3 repliesview on HN

Any improvements with fractional scaling? Can anyone please link to any material reg the work being done for improving fractional scaling in Linux; it would be great if it could match the rendering quality of macOS.


Replies

noisem4kertoday at 1:12 PM

Fractional scaling is now supported by major toolkits and compositors.

https://wayland.app/protocols/fractional-scale-v1

Also, I wouldn't hold the rendering quality of macOS as a high standard at all, since all it does is render at a multiple and then downsample, wasting energy and introducing blurriness.

show 1 reply
d3Xt3rtoday at 11:59 AM

What's your setup like? I'm on AMD+Wayland+KDE, no complaints with fractional scaling on my ASUS ProArt PX13 (255 PPI screen).

show 2 replies
eklavyatoday at 2:04 PM

KDE has absolutely no issues with it.

Gnome >= 47 is fine, you will need to do:

`gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer', 'xwayland-native-scaling']" ` That stops being necessary as some point around 49/50 I think.