Arch and other Linux operating systems Beat Windows 11 in Gaming Benchmarks::ComputerBase benchmarked three different Linux operating systems and found that all three can achieve better gaming performance than Windows 11.
Crazy how far Linux gaming has come in the past 5 years. From practically non-existent, to now often running games better than the actual OS and graphics API they were designed to run on.
The only major roadblock is some anticheat software requiring highly invasive Windows rootkits to function, which Linux doesn’t really work with.
(btw has anybody noticed how people on Reddit/Lemmy are pissed off about Philips, with the financial backing of Sony, doing this on CDs in the late 90s, yet they’ll happily install half a dozen other rootkits and data harvesting programs when they install a video game? What’s up with that?)
The only major roadblock is some anticheat software requiring highly invasive Windows rootkits to function, which Linux doesn’t really work with.
I consider that more of a feature then a bug
Facts!
100% Cheating is a social problem. Not a technical one
But good would we go about getting rid of those invasive species? They can just use a VPN making any societal pressure we put out pointless.
I think alot of people just want to muck around, let them host the game themselves and play against AI or friends. I’ve heard of some games unknowingly putting cheaters in special rooms as well. This would hopefully get rid of the majority of cheaters. For the remainder we need to look into how we can disincentivise cheating (making gameplay interesting) as well has some moderation on the server side.
All hail our lord and saviour Gaben!
Gonna fire the first bullet:
(I also use Arch btw)
deleted by creator
I always assume people use daily either mac or linux. I am always genuinely surprised when they mention they use windows. I live in a tech bubble where unix is the norm, and I find instinctively strange otherwise. Then I think about stats, and I remember we are the exception
Most people don’t even know what Linux is… and a huge amount don’t even know what version of windows they use
Ha, petty
I, on the other hand
Use arch
(BTW)
Ironic when 95% of Lemmy is full of people telling others to use Linux.
Implying we’re people
Makes you wonder how much faster these games could go if Proton wasn’t needed.
I’d like to see more configurations tested though. I have a 7950X3D CPU and I’m interested how well Linux handles assigning the “correct” cores (3D cache vs. higher frequency) depending on the game. Would also love to see whether games under Linux further profit from the large cache.
I think the impact of Proton is negligible nowadays. It’s basically just an implementation of a library the game uses. If it wasn’t Win32 it could be another library like SDL. The normal game logic is usually done in something nearer to the CPU anyways, which will be the same regardless of OS. And if the game uses Vulkan instead of Direct3D the graphics are also running almost directly on the GPU.
The real force multiplier we could see is when game engine devs push optimizations upstream, which is just something you can’t do on windows.
Or with nVidia. For now.
You’re probably right.
There’s a few things I wonder about with this. They tested an AMD GPU, which is great as it shows off how awesome ACO and the RADV projects are. The Mesa devs alongside the AMD folks contributing to the RADV driver, along with all of Valve’s work, showcases how awesome FOSS can be at optimizing. I watched RADV go from underdog to top dog in performance, and it’s no longer arguable that AMD hardware works better under Linux than Windows thanks to the stellar work done on those projects.
Meanwhile we have nVidia who clings selfishly to their proprietary blobs, and I can’t help but wonder how great it could be if they opened that up and let the community in. Is it already hyper optimized to the point that the community wouldn’t be able to improve on it? Idk, but from an infrastructure standpoint, nVidia users would benefit from it immensely, if not from performance.
I recall when vkd3d-proton performance was severely impacted under nVidia, to the tune of a 40% delta, and that’s improved significantly, but I still wonder how this would look on an nVidia GPU to compare Windows vs Linux performance.
I play Rocket League on Windows and Arch using Nvidia. Windows performance has been getting worse over the years. Used to have 500+ fps, now have issues getting up to steady 280. This is Psyonix’s fault though.
But still, the performance is in fact more reliable, stable, and higher overall on Linux for me. No sudden janks, no lag spikes, no nothing, as on Windows.
we have nVidia who clings selfishly to their proprietary blobs, and I can’t help but wonder how great it could be if they opened that up and let the community in.
Nvidia is doing that because they don’t want people to deploy gaming GPUs in datacenters, and they can currently enforce that through their driver license. That license is what enables them to force most enterprise users to buy expensive A100/H100 datacenter GPUs and rack in really fat margins when a couple of RTX 4090 cards would actually be enough to do the job with good cost efficiency. The control that Nvidia has with that license is not something they’re ready to give up and that’s why they keep giving the middle finger to the FOSS community.
(before anyone mentions vast.ai as a counter-example, those RTX 4090 compute sellers are indeed breaking Nvidia’s EULA)
I recently made the switch to Manjaro.
I feel like these are all kinks that I’ll eventually be able to work out, but these are the issues I’ve faced so far:
Extreme stuttering in Yuzu. It reads 60fps but it is absolutely not. Using the AUR version, since the Flatpak can’t load my roms folder from my NAS. (Before you assume the network drive is the issue, know that it is over a 10g SFP+ on an NVMe on the NAS. No problems in Windows.)
Input issues in AUR Cemu. Cannot get my DS5 controller to work. I think it doesn’t have permissions to write to my config file for some reason so I can’t save my controller settings. Flatpak version works fine though.
Wayland does not support my dual screens on Nvidia. Was hoping that could help with my stuttering issues… shot in the dark.
BeamNG needs to render shaders for about 5mins before loading. Skipping leads to extreme stuttering. That is way too long for startup. Even big Yuzu games don’t take that long.
As an aside I’m pulling my hair out trying to get Google Drive to work properly. rclone is not behaving with Codium - I can’t reliably compile in the mounted drive like I could with Google Drive stream on Windows. Sometimes it compiles and sometimes it doesn’t. I don’t know why it works sometimes and doesn’t work other times. I need this functionality for work so that’s a bummer.
Also wake from sleep does not work.
I’m not complaining per se, if you have any tips I’m desperate to hear some. But my experience with desktop Linux has been far from smooth and my non scientific experience so far is that performance is much much better on Windows.
But I will stick it out this time. I think this is my fourth time trying to daily drive Linux.
Extreme stuttering in Yuzu. It reads 60fps but it is absolutely not. Using the AUR version, since the Flatpak can’t load my roms folder from my NAS. (Before you assume the network drive is the issue, know that it is over a 10g SFP+ on an NVMe on the NAS. No problems in Windows.)
I don’t have an Nvidia GPU but give the pineappleEA builds a try. It contains all the changes in the current early access build as well.
As for running the Flatpak, you have to whitelist the folder your NAS folder is mounted on. Best way to do that is by installing Flatseal. Just search for yuzu, scroll down to
Filesystem
and add the folder where your games are contained inOther files
.Thanks for the tip about Flatseal!
I’ll try the EA builds, too.
Wayland is not totally ready nor is Nvidia driver. Most benchmark rely on amd based component for a reason. DS5 controllers are not as well supported as xbox ones. I can say for Google Drive because I dont use it. As most thing on Linux, this kind of things will be fix if enough people care about it. You can open issue, contribute, submit patch or sponsorize fixes.
deleted by creator
Thanks! I will try all of these suggestions.
Very cool
I always thought that Linux is a better platform for games, the problem until now was not this, but the availability of games for Linux.
No mention of important metrics like frame times, and 1-0,1% fps lows. You can feel these in game, even if you have 200+ fps.
deleted by creator
FH5 is awful on Linux. Even after I switched to an AMD card it’ll cause system-wide crashes.
I found the original study in the article, it’s in German. Here it is (Linux Gaming: Test Results and Conclusion), it looks like most Linux distros have worse lows and frame times than Windows 11, other than Arch Linux which seems to be a tossup.
Arch is doing surprisingly well. Nice
Interesting, the article isn’t working well under translate and I can’t see the frame time graphs on my phone. Does it state which kernel their running these games under or if these are x11 / Wayland?
If their just using the stock kernel there are probably some gains (even just minimal) using another with some tweaks.
They were using Proton, so most likely X11 as their windowing system. I’m guessing they were using the default distro kernels as of November 15, 2023 (when they ran the benchmark), but I don’t think the article said for sure.
I don’t understand why new Linux folks immediately go for Arch-based distros and insist on using Nvidia GPUs. Like, are you guys into suffering or something?
Ugh, I got a 2080 years ago and it’s been such a pain in the ass. Never again.
deleted by creator
Damn, sorry to hear that, my experience with the 480 was really good. Admittedly AMD wasn’t quite caught up yet with hardware video encoding at the time that card was designed (basically a reskinned 480). Specifically, hardware video encoding has gotten drastically better since then on AMD cards.
I used endeavorOS (basically pure Arch with a GUI installer) and I have had 0 issues with Nvidia GPUs, in fact it was a smoother experience than anything else.
When I started using Linux circa 2008 Nvidia was the way. ATI/AMD would never work as well. Fast forward and I still use Nvidia because of cuda cores and davinci resolve for video editing. I’ve just been on the Nvidia card game for a long time. I have no problems with it still.
As for arch base, I started that in 2015. Just found it more flexible and AUR is awesome. So much more software that I could not get on a debian based system.
I never understood what you people do with your machines, through the years i must have used at least half a dozen nvidia gpus and never had any real issues.
Of course early on you had to compile your drivers in the kernel yourself, but then I’m not even sure ati had drivers at the time. And that’s how you configured the kernel anyway.
Are we not talking about the author spelling it “Vavle”?
Summarises the quality of this article
CSGO is way faster on Linux than Windiws