this post was submitted on 03 Sep 2023
49 points (100.0% liked)
Linux Gaming
15789 readers
6 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Proton and the Steam Runtime bundle a bunch of different libraries so they all play nice together and are consistent across everybody's machines. There are the obvious things like DXVK and VKD3D, but the Steam Runtime includes basically all of the system files that affect games. It's not quite the same thing but for the sake of simplicity think of it like running in a virtual machine. The Steam Runtime is using libraries from Debian. It is the same concept as docker if you know how that works.
Lutris on the other hand lets you select DXVK and VKD3D versions independently of the wine version, and uses your system's actual libraries rather than the standardized ones. If you're wondering why running Proton inside of Lutris is not working it's because Lutris is missing the Steam Runtime. It's searching for a container that doesn't exist so it can't even start in the first place.
That's a really helpful explanation, thank you!