this post was submitted on 02 Nov 2023
46 points (91.1% liked)

PC Gaming

8573 readers
325 users here now

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let's Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments, within reason.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] FlordaMan@lemmy.world 7 points 1 year ago* (last edited 1 year ago) (2 children)

I think it’s at least partly valve’s fault, they promised to make steamOS open for other manufacturers, but they just haven’t.

Correct me if I’m wrong

[–] henfredemars@infosec.pub 21 points 1 year ago (1 children)

SteamOS is almost entirely open source software, except for the handheld's specific proprietary drivers and Steam itself. Vendors are free to use it via its open source license if they choose.

The hardest parts (i.e. proton) are fully available to anyone who'd like to use it under an approximation of the MIT license, even for commercial use.

[–] Vilian@lemmy.ca 6 points 1 year ago (1 children)

the steam deck drivers are being upstream to mesa and the linux kernel, no?, meybe they are using a pre-build before the code get merged, but every steam deck fix is being merged(mesa, radv, even the kernel got a lot of fixes for it)

[–] henfredemars@infosec.pub 6 points 1 year ago* (last edited 1 year ago)

Here's a list of the non-free software packages used in an older version of the OS.

Briefly: graphics, wireless drivers, firmware etc. The hardware is non-free although designed for to be user servicable, which is a great first step.

You're right that open graphics support exists, but they're using proprietary binary drivers.

[–] BestBouclettes@jlai.lu 4 points 1 year ago (1 children)

You can install wine or steam and run games on pretty much any distro. SteamOS is just tailored for the Steam Deck and is open source and under GPLv2, so anyone can fork it or contribute (https://github.com/ValveSoftware/steamos_kernel).

[–] ILikeBoobies@lemmy.ca 1 points 1 year ago* (last edited 1 year ago)

I think the confusion is Proton, people think it’s a some Valve secret that saves Linux but anyone can make their own implementation of Wine (Even Apple made a big announcement for their implementation of Wine)