←back to thread

402 points _JamesA_ | 1 comments | | HN request time: 0.315s | source
Show context
haswell ◴[] No.44382004[source]
In my purely anecdotal experience over the last few years, performance ranking is as follows:

1. Steam on Linux via Proton + Wayland (Niri)

2. Steam on Linux via Proton + X11 (Xfce)

3. Steam on Windows

4. Games on Linux launched via other means (it's possible I was missing out on certain flags/optimizations, but this is just about the average experience)

The biggest thing I noticed when switching to Linux was an improvement in framerate consistency, i.e. I'd have fewer situations where the framerate would drop momentarily. Games felt more solid and predictable.

The biggest thing I noticed when switching from X11/Xfce to Wayland/Niri was just an overall increase in framerate. I'd failed this jump many times over the years, so it was notable when I jumped and stayed there earlier this year.

It does feel like games take longer to launch on average, but this makes sense given the fact that it's launching via Proton/Wine.

replies(7): >>44382091 #>>44383557 #>>44383847 #>>44383952 #>>44384146 #>>44387486 #>>44388956 #
thewebguyd ◴[] No.44382091[source]
Interestingly enough, I've had games that had both a native Linux port and Windows version, and the Windows version through Proton ran better than the native Linux version. This ended up being true for Civ5, Civ6 and Cities Skylines (1).

With those admittedly limited examples though, I don't experience the same ranking in performance, but I attribute that to my non-gaming hardware vs. any problem with Linux or Proton/Wine. I play on a laptop with an Nvidia 3050 laptop GPU, and I get much better performance in Windows still. In Cities Skylines, for example, I'll get ~20 fps on Linux via Proton (but I do experience what you said, it's consistent no major spikes or drops) while on Windows I get between 45-60fps up until about 15k population or so.

Other games, despite working, remain unplayable to me due to performance. I can play Diablo 4 on windows no problem on medium settings, but even on low it's just too unresponsive on Linux.

Anyway, just my anecdotal experience. Those with dedicated gaming rigs will be more than fine with Linux, but those of us on underpowered hardware still seem better off with Windows, unfortunately.

replies(5): >>44382145 #>>44382175 #>>44382625 #>>44383403 #>>44385090 #
nialv7 ◴[] No.44382145[source]
Linux port if there is one is usually done by a third party porting studio, which is not necessarily at the same quality as the original codebase. Also the devs just don't have the manpower/bandwidth to spare for Linux users given how small this community is.

It's better value for money for both the gamers and the devs if the devs just choose to engage with valve and get their game running perfectly under proton.

replies(5): >>44382541 #>>44383162 #>>44384708 #>>44386771 #>>44389108 #
1. DanielHB ◴[] No.44386771[source]
They probably QA mostly for windows, so they run into bottlenecks and edge-cases of windows APIs during QA. Linux-native APIs probably have different bottlenecks and edge-cases.

I think the reimplementations of Windows APIs in Linux, even though alternative to the original, should have similar bottlenecks and edge-cases. So the extra QA on Windows helps the Proton version more.