this post was submitted on 29 Jun 2025
435 points (99.1% liked)
Steam Deck
18107 readers
72 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 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I hope that it's fear-mongering.
I tried to justify the technical reasons here, but the tl;dr is it possible for windows 11 to verify that the OS and hardware are "unmodified" (aka "attestation").
True but attestation is a different beast. It's just a hardware check that "everything is unmodified". Any/all software vendors can use it. Windows Defender was a "duplication" of functionality (hence the EU smackdown).
However, as Microsoft has already integrated attention into Windows 11 (restricted to verifying security patches, for the moment) - it'll be easier for them to repackage attestation into a simple API that software vendors (games/apps/even websites) and use (
if attestation.check('basic') == true; then run; else exit
).This "simple" check is what software companies have been wanting for years: a way to guarantee that users are running their software in the way that the software companies want you to be running it (meaning unmodified).
The OPs original question was about removing anti-cheat - which I'm confident will happen and will be replaced with attention (as it already exists for android, John deere, iphones, etc).
Your points about virus scanners is different: I think virus scanners, although technically not necessary (after attestation is mandatory) - they will still exist, simply because virus scanners is a 40+ Billion Dollar industry. Microsoft cannot/will not piss of those companies "just because they can" - it would be in the shareholders best interests for Microsoft to throw the virus scanner companies a bone, allow them an isolated space to do their thing, charge them for the privilege, and require that Microsoft verifies that the virus scanner is untampered.