Live data from Hacker News

Linux 7.3 improves performance when running out of vRAM

pixelcluster.dev

111–120 of 328 posts

Re: Linux 7.3 improves performance when running out of vRAM

#111

I hope there will be an update where when my RAM gets full my PC doesn't freeze and becomes unusable... I remember that Linux and Windows do this in different ways and Windows doesn't have the problem.

> Windows doesn't have the problem

Maybe not in the same way then.

Anyways, you've unlocked an old memory of mine, where Windows would crap itself due to low RAM and the fonts and interface elements would render in a "compatible" way, like using "fixedsys" font everywhere.

Re: Linux 7.3 improves performance when running out of vRAM

#113

Earlier quoted context omitted.

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.

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.

Perhaps it's subjective, I have multiple portable displays including a e-paper monitor and I find that for low resolutions the HiDPI in the macOS produces more legible text in those monitors.

Re: Linux 7.3 improves performance when running out of vRAM

#114
post #11

Gosh, 7.2 literally just dropped with a bunch of awesome of performance/gaming related improvements (large folios, cache-aware scheduling, improved MGLRU reclaiming, Fair GPU Scheduler etc)... and I already can't wait for 7.3 to come out. Meanwhile in the Windows world, users hate updates... Like I genuinely can't think of a single instance that made users exclaim, "oh boy I just can't wait for the next Patch Tuesday…

Phoronix.com is my go to place for good news. It always gives me a sense of progress and makes me feel humble since so many smart people share their work

just... never delve into their forums.

Re: Linux 7.3 improves performance when running out of vRAM

#117
post #44
post #11

Gosh, 7.2 literally just dropped with a bunch of awesome of performance/gaming related improvements (large folios, cache-aware scheduling, improved MGLRU reclaiming, Fair GPU Scheduler etc)... and I already can't wait for 7.3 to come out. Meanwhile in the Windows world, users hate updates... Like I genuinely can't think of a single instance that made users exclaim, "oh boy I just can't wait for the next Patch Tuesday…

I personally am very excited for the upcoming Windows 11 update which will allow users to move the taskbar to any edge of their screen.

such innovation. very wow

Re: Linux 7.3 improves performance when running out of vRAM

#118

You know what I would like to have? An application that sends a kill / kill -9 signal to a specific app, example Chromes, when things go south.

Last I checked the OOM killer was configurable. However the process of configuring it was so convoluted I doubt anyone has successfully done it.

Re: Linux 7.3 improves performance when running out of vRAM

#119

You know what I would like to have? An application that sends a kill / kill -9 signal to a specific app, example Chromes, when things go south.

Like xkill? [1]

Just be careful where you click

[1]: https://en.wikipedia.org/wiki/Xkill

Re: Linux 7.3 improves performance when running out of vRAM

#120
post #11

Gosh, 7.2 literally just dropped with a bunch of awesome of performance/gaming related improvements (large folios, cache-aware scheduling, improved MGLRU reclaiming, Fair GPU Scheduler etc)... and I already can't wait for 7.3 to come out. Meanwhile in the Windows world, users hate updates... Like I genuinely can't think of a single instance that made users exclaim, "oh boy I just can't wait for the next Patch Tuesday…

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.

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.

Post reply on HN