this post was submitted on 28 Apr 2025
9 points (84.6% liked)

Linux

53618 readers
57 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I guess this would be with Arch, but technically it's steamOS beta

Probably will need console commands, but if there's flatpak software with this ability, that would be sweet.

Any suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] WhatSay@slrpnk.net -2 points 2 months ago (1 children)

Since I'm novice, I'll just share This

I'm assuming it can be mounted, and I'm expecting newer versions to have some additional menus/firmware, or some such. My primary focus is a fan controller.

And yeah, I know it's a different distro, but Arch based from what I understand.

[–] deadcade@lemmy.deadca.de 7 points 2 months ago (1 children)

SteamOS is immutable, and has its own updater because of it. While SteamOS is related to Arch Linux, it is far from the same distro.

Regular Arch Linux can install local packages, the process is described on the Arch wiki. SteamOS has no built in mechanism to update without an internet connection, and installing packages manually is not recommended (due to the immutable nature of the system).

In order to update SteamOS from a local file, you would need to figure out how SteamOS updates work, and somehow trick the Steam Deck into accepting your local images. This is far outside the scope of anything related to Arch Linux, and not very well documented. The better option is to update your Steam Deck by connecting it to the internet.

Also of note, the latest version of SteamOS (as far as I'm aware) does not have any significant changes when it comes to controlling the fan speed.

[–] WhatSay@slrpnk.net 1 points 2 months ago

Thanks for all of that info