this post was submitted on 05 May 2024
257 points (91.3% liked)

linuxmemes

20838 readers
983 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

I was wondering what happened to the proposal from a month ago....

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

"Gaming" i.e. Windows emulation for GPU heavy stuff.

It is not gaming, it is running Windows software on Linux.

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

I find it odd to call it "gaming on Linux" as its simply running Windows software

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago) (1 children)

There's no emulation. Worst case scenario, the game is using Microsoft's proprietary DirectX graphics API, so we translate those calls to Vulkan or OpenGL with DXVK. That's simply out of our control since we cannot see or modify the code, but everything else is running on Linux.

Intel actually uses DXVK on Windows for better compatibility and performance for their Arc GPU's.

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

Funny, thanks for the info.