this post was submitted on 29 Feb 2024
20 points (95.5% liked)
Steam Deck
14775 readers
183 users here now
A place to discuss and support all things Steam Deck.
Replacement for r/steamdeck_linux.
As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title
The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.
Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.
These are not enforced, but they are encouraged.
Rules:
- Follow the rules of Sopuli
- Posts must be related to the Steam Deck in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Under Proton 8.0 presets (DirectX11 renderer):
Yeah, looks like the official Linux build of the game is not as optimized as I tought.
Proton DB agrees, use proton experimental
Unfortunately, it's pretty common for the linux version to have optimization issues and perform worse than the windows version through proton.
It does really highlight what a great job the various proton/wine/dxvk/etc projects have done with running windows games efficiently though.
It struck me as odd actually, as I have always believed this to be a beautifully optimized game (it still use). I've used the Linux build on my laptop (with propritary NVIDIA) and runs exactly like the Windows version.
On Steam Deck under Proton I am now using the High preset, then manually maxed out environment quality, weather quality and population and still remains at fixed 60.
The Linux build uses OpenGL so its slow. The windows version through proton will use Vulkan which is much faster.
The fact that it's OpenGL matters little. It is a misconception that Vulkan is faster. But in this case, their implementation does seem slower.
Isn't it true specifically on Windows, because the Windows implementation of OpenGL is lacking, but false on Linux?
Windows integrates only very early versions of OpenGL (just kept from the 9x releases). Any modern release is implemented by the driver of your 3D accellerator/video card.
OpenGL on Windows has always been kinda of a disaster (NVIDIA's a little less, but AMD and Intel's are just abysmal), DirectX support being more developed is night and day.
Linux is pretty much OpenGL's home. But a lot of applications just are not optimized well enough to show it. Vulkan being faster is just because the software using it have cleaner codebases for being newer.