this post was submitted on 03 Dec 2023
464 points (95.5% liked)

Technology

57415 readers
3371 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 8 months ago (1 children)

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.

[–] [email protected] 19 points 8 months ago (2 children)

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.

[–] [email protected] 2 points 8 months ago

You're probably right.

[–] [email protected] 2 points 8 months ago (1 children)

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.

[–] [email protected] 2 points 8 months ago

Or with nVidia. For now.