this post was submitted on 25 May 2025
888 points (99.7% liked)

Steam Deck

18286 readers
67 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:

Link to our Matrix Space

founded 4 years ago
MODERATORS
 

Source is this video:

Windows Was The Problem All Along - Dave2D

We could obviously compare performance between windows and steamOS before on the steam deck, or between windows and Bazzite on other handhelds. But this is the first time we have had official windows and SteamOS builds for the same hardware.

you are viewing a single comment's thread
view the rest of the comments
[–] underline960@sh.itjust.works 15 points 1 month ago* (last edited 1 month ago) (20 children)

What does proton do?

I only vaguely understand it as "thing that makes game playable on other thing."

(And also I have six versions installed on my steam deck whydoIneedsixofthese?)

[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 31 points 1 month ago (7 children)

Proton is the compatibility layer that valve makes that lets you run games on Linux. Proton uses DXVK a program that converts Direct X API calls (windows only) to Vulkan API calls (runs on anything). DXVK alone gives you huge performance benefits (especially on older DirectX 11 and older games) and you can run it on windows.

Proton gives you a ton of other tools that can make huge performance differences.

[–] underline960@sh.itjust.works 15 points 1 month ago (5 children)

Hopefully not a dumb question: If Vulkan runs on anything, assuming their game isn't a Windows (Xbox?) exclusive, why don't more people program their games to use Vulkan instead?

[–] thejevans@lemmy.ml 25 points 1 month ago (1 children)

It's becoming more common, but it mostly comes down to available tooling. At this point all three of the big game engines have a Vulkan backend available, but that's a fairly recent development. And if a developer isn't using a game engine, writing their own openGL renderer is easy, and writing a Vulkan renderer is a nightmare.

[–] dormedas@lemmy.dormedas.com 15 points 1 month ago

Also a lot of old proprietary game engines were written either specifically for DirectX or additionally for DirectX because in the olden times it was the most advanced and compatible rendering software.

Then, those developers move forward in time to work on other engines and focus primarily on DirectX because it’s still good, compatible, and it’s what they know best. OpenGL languished and it took a while for Vulkan to come out, catch up, and standardize their API.

load more comments (3 replies)
load more comments (4 replies)
load more comments (16 replies)