this post was submitted on 25 May 2025
884 points (99.8% liked)
Steam Deck
17311 readers
98 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
So I'm not insane. Monster Hunter Wilds and Helldiver's II both run better on my Ubuntu image with the same hardware than my Windows 10 image.
Does that mean that Proton and Vulkan are far more efficient than Direct3D?
I think there's in play also background activity from Windows' bloat.
Probably this. Especially on low end hardware that doesn't really have a lot of background resources to give.
Just open task manager and see all the shit windows thinks is essential to run all the time. Scanning the drive for viruses, downloading updates for shit you've never even looked at...
They say I/O schedulers on Windows are weird.
Edit: or was it CPU schedulers? I'm sure i've read something about this forever ago.
Yes/no.
The linux scheduler is a work of art - heuristics to dynamically determine resource access priority, checks for resource locking that are some of the most elegant pieces of code written by humanity, incredibly adaptable and clever. It took me the better part of a year before I really understood the underlaying mechanics, and even now I could by no means reproduce it on my own. It's truly an amazing bit of mathematics.
...
Windows solves the same problem by randomly elevating processes to maximum priority. That's it, that's the whole algorithm.
Depressingly, they're equally effective.
You'd think anyone techliterate would disable the bloat.
My understanding is that vulkan is generally more efficient than directX.