this post was submitted on 06 Dec 2025
12 points (83.3% liked)

Hardware

6409 readers
147 users here now

All things related to technology hardware, with a focus on computing hardware.


Some other hardware communities across Lemmy:


Rules (Click to Expand):

  1. Follow the Lemmy.world Rules - https://mastodon.world/about

  2. Be kind. No bullying, harassment, racism, sexism etc. against other users.

  3. No Spam, illegal content, or NSFW content.

  4. Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.

  5. Please try and post original sources when possible (as opposed to summaries).

  6. If posting an archived version of the article, please include a URL link to the original article in the body of the post.


Icon by "icon lauk" under CC BY 3.0

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CosmoNova@lemmy.world 6 points 2 months ago* (last edited 2 months ago) (1 children)

In a way it makes sense because as I understand it Proton emulates what Windows does natively but I‘ll wait until the new SteamOS drops with the Steam Machine. Valve seems dedicated to establish Linux as a true competitor to Windows and they‘re succeeding update by update. Other distros are benefiting tremendously from it already. Bazzite and CachyOS beat out Windows regularly in comparison tests already and they will only become more powerful with time.

[–] kayazere@feddit.nl 34 points 2 months ago (2 children)

Proton isn’t emulating Windows, it implements Windows APIs on Linux. The code still executes natively on the CPU.

[–] wildbus8979@sh.itjust.works 7 points 2 months ago

And just to further illustrate this, Proton is essentially a fork of Wine... Wine Is Not an Emulator.

[–] jj4211@lemmy.world 7 points 2 months ago

While true, there are things similar to emulation penalties. See the need for ntsync. Imitating Windows sync semantics in user space was expensive.

Similarly, saw a breakdown of why dx12 games suck under linux with Nvidia, which is fairly similar concerns, with work underway to make it easier to implement things that resemble Windows behavior. In principle once done it might even outperform windows at it's own game.