this post was submitted on 01 Sep 2023
97 points (92.9% liked)

Games

39974 readers
1336 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago (3 children)

Native Linux support > Proton

[–] [email protected] 4 points 2 years ago (2 children)

If the performance is the same it's not going to matter. Is native ideal? Yes, but if it runs perfectly on proton and at performance parity with Windows, it doesn't matter. Proton was a massive "fuck you" to Microsoft. It removes the Windows requirement without creating any negatives.

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (1 children)

Proton isn't performance parity with windows. I know this for a fact. I honestly don't know why linux fanboys act like linux has zero issues. I use linux daily over windows, but I wish the linux community will stop with this endless linux circle jerk.

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

I daily drive Linux every damn day and I've had multiple scenarios where Linux runs better than Windows. Guild wars 2, elden Ring, TF2, csgo, dota2 running vulkan. I would never go back to Windows...and it is problem free, running AMD hardware and I've never messed with drivers ever, and installing games is as easy as clicking install. How is that so fucking hard to accept?

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

The performance is not the same. Games will always run slightly worse on Proton. Pretending there are no negatives is just crazy.

I love Proton as much as the next guy, but it's no replacement for natively supported games.

[–] [email protected] 3 points 2 years ago

It's nearly the same if not better in damn near every game I've played...guild wars 2 for instance had a 10-20 fps increase in certain areas on my Linux install over my Windows 11 install. It happens, I know it's hard for you to accept, but I daily drive endeavourOS and I would never go back to Windows and miss out on so many options to play my games better than I could on Windows.

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago)

Think about it like this: if you we're to sit down and port a Windows game to Linux manually, what would you have to do?

  1. You would need to translate the Windows API calls to something Linux understand. That's what WINE does.
  2. If the game runs a Microsoft proprietary rendering engine, you would need add Vulkan support. That's what DXVK/VKD3D do.
  3. You would need to convert any FMVs that use proprietary codecs to open formats. That's what Proton's transcoding feature does.
  4. You will need to provide a shader cache to the user. That's what fossilize does.

So Proton is doing all of these things that you have to do when you port the game anyway. Why spend the money and resources to do something that Proton does for free? If Proton is in any way insufficient to run your game well, it's open source. You can submit merge requests to Proton yourself if you really care about Linux performance.

It's not about Proton versus Native. It's Vulkan versus DirectX. Games that optimize for Vulkan have zero overhead on Linux, and that's what devs should strive for.

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

I never said otherwise. But it is the direction Valve decided for Linux

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

It's just a band aid. It's not a solution.

[–] [email protected] 1 points 2 years ago

I never said otherwise. Just stating what the situation is

[–] [email protected] 0 points 2 years ago* (last edited 2 years ago)

Disagree unless the game can be compiled from source. because most games are targeted for a specific Ubuntu lts version.. try to symlink obscure libs hoping it doesn't crash meanwhile winapi is stable and wine/proton is way easier to manage.