this post was submitted on 07 Jun 2026
35 points (100.0% liked)

Steam Hardware

22229 readers
72 users here now

A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.

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:
[Deck] - Steam Deck related.
[Controller] - Steam Controller related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[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.

If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 4 years ago
MODERATORS
 

I recently bought a Steam Deck and I have a lapdock on the way, intending to use the Deck as a dual-purpose gaming handheld and laptop replacement. So on that front, I was wondering what more experienced users could tell me about using it.

I did read through the official FAQ, and a few questions pop up. In no particular order:

  1. Is there a way to boot the Steam Deck directly into desktop mode, without going through the Steam environment first? (Strictly as a time saver)
  2. In practice, how well does sudo steamos-readonly disable and installing things from pacman work out for you? In particular, I want to use PWAs For Firefox and it requires this package in order to work. Do packages actually get wiped with SteamOS updates, as the FAQ warns?
  3. Is it possible to re-enable the read-only filesystem after installing a package, to safeguard it from accidental changes?
  4. Any other tips, tricks or warnings you'd like to share.
top 20 comments
sorted by: hot top controversial new old
[–] Quibblekrust@thelemmy.club 2 points 2 hours ago (1 children)

Can you explain this lapdock setup you're talking about?

[–] TeddE@lemmy.world 1 points 1 hour ago (1 children)

It's a hybrid between a laptop and a USB hub. Takes the monitor and keyboard of a laptop and makes them connect by USB to usually a phone, but here the Steam Deck.

[–] Quibblekrust@thelemmy.club 2 points 52 minutes ago

Oh, so it's like a portable monitor with a keyboard attached to it? I had no idea these were a thing.

[–] Widdershins@lemmy.world 2 points 2 hours ago

You'll want a keyboard if you want to navigate TempleOS.

[–] warmaster@lemmy.world 6 points 9 hours ago (1 children)

When docked, the Deck works great as a desktop PC. But not as a laptop. It's too much to carry (lapdock + deck). The lapdock would be more suitable for your phone.

Also, I wouldn't change the Deck's OS, the only viable alternative is going with Bazzite. Anything else would be either a risk or a downgraded experience.

[–] NeatNit@discuss.tchncs.de 2 points 7 hours ago

When docked, the Deck works great as a desktop PC. But not as a laptop. It's too much to carry (lapdock + deck). The lapdock would be more suitable for your phone.

Thanks for the advice. I'm going to find out for myself either way though.

I have a large backpack and I'm used to carrying a lot of weight. I often carry a laptop + Nintendo Switch + battery pack and a bunch of misc stuff. So size and weight will be fine.

And part of the plan is that on days where I don't need a full Linux OS, I would only take the lapdock and indeed use it with my phone. Thus my portable computing options are a lot more modular.

[–] Fubarberry@sopuli.xyz 6 points 10 hours ago (1 children)

For 2, there are ways to install packages without messing with the read only file system. Easiest ways are using nix packages or using distrobox to install non-flatpak software.

So for the linked aur PWA package you provided, you could create an arch linux distrobox, enter it, install yay (or another aur helper), install firefox and your pwa package, and then use the distrobox-export --app <package> command to make the installed software directly runnable from the desktop.

[–] NeatNit@discuss.tchncs.de 2 points 7 hours ago

Very interesting, thank you for this tip!

[–] Telorand@reddthat.com 6 points 11 hours ago (2 children)
  1. Yes, kinda. This apparently breaks your ability to easily switch back to game mode, but you can still get back there by running the second command below and rebooting.

to boot into desktop mode by default

steamos-session-select plasma-persistent

to boot into gaming mode by default (and to fix inability to go back to gaming mode from desktop)

steamos-session-select gamescope

  1. It will last until each update. Updates happen via an A/B partition switch, so the other partition gets updated, then that one becomes the default for booting (both still technically boot, but the original image will be behind).

  2. If you mean accidental changes by you, then it would be steamos-readonly enable. Note that changes happen via a persistent OverlayFS. Re-enabling might remove that overlay and your changes. Test with something easy to see if it persists. Note point 2 about permanence.

  3. Don't bother messing with the system files if possible. Try to use an AppImage or Flatpak instead, as they exist in userspace and will persist over updates. The issue is that it's the core system files that are written to a new image each update, not your home directory. Your home directory and settings will persist.

If you want something modifiable but still atomic, Bazzite is a good option. You can apply rpm packages via layering, and you can install packages from other package managers via distrobox. You'll still have the safety of images as restore points. If you want a more traditional Linux experience, though, look into something like CachyOS.

[–] smeg@feddit.uk 1 points 3 hours ago (1 children)

Can't you just use distrobox directly on steamos to save changing os?

[–] Telorand@reddthat.com 1 points 3 hours ago

Dunno, honestly. If it's not preinstalled as part of the base image, it would be subject to the same removal issues as other packages.

[–] NeatNit@discuss.tchncs.de 4 points 10 hours ago

Thanks, awesome answers all around!

Regarding another distro, I do use CachyOS on my desktop so that's definitely an option, but for the time being I want to give SteamOS a fair shot before I go and install a different OS on it. There's every chance I'll cave and install CachyOS within a month or two.

Don’t bother messing with the system files if possible. Try to use an AppImage or Flatpak instead, [..]

Yes, definitely; I was going to do that anyway. There are only a few corner-cases, like the PWAs For Firefox that I linked in the OP, where this isn't possible or might require a lot more fiddling than I prefer. But in almost all cases, I can work with Flatpaks, AppImages, or through a web browser.

Thanks for answering, I was honestly not sure I'd get much good info here but you proved me dead wrong :)

[–] morgan_423@lemmy.world 6 points 11 hours ago

To save you time, Nested Desktop can effectively get you into Desktop stuff much more quickly than the standard reboot-to-Desktop sequence.

That is an older post, but all of this still works exactly the same way now as it did then.

[–] bjoern_tantau@swg-empire.de 6 points 12 hours ago (2 children)

I think it would be much less hassle for you to install another OS instead of SteamOS. Like Bazzite. You should be able to configure that to your liking more easily.

[–] NeatNit@discuss.tchncs.de 2 points 10 hours ago

Thanks for the advice. I'll consider it long-term, but want to stick with SteamOS for now. I gave a more detailed reply to a different comment if you're interested in reading it.

[–] Vulwsztyn@programming.dev 3 points 11 hours ago (1 children)

Wanted to suggest the same thing.

Bazzite is immutable tho, unless I'm mistaken, so if you'd rather use a mutable distro you can look into CachyOS or DraugrOS.

[–] Telorand@reddthat.com 5 points 11 hours ago

Bazzite will present a similar experience to SteamOS. They're both immutable/atomic in the same way, but Bazzite has the ability to persist some system changes via package layering, and distrobox allows for installing packages in a semi-traditional way.

But I agree, if you want a more standard Linux experience, CachyOS and others would be better.

[–] Broadfern@lemmy.world 5 points 12 hours ago (1 children)

I haven’t looked into 1 but from my experience yes, 2 does wipe your changes with every OS update. Coming from another arch-based system it was my preference too but I learned the hard way. Yes it’s annoying but for an immutable distro like SteamOS it’s simpler to install via flatpak.

If you’re using desktop mode in handheld it does take a minute for the trackpads to work because it uses steaminput, and the Steam client needs to start separately in desktop mode. Touch works immediately.

Make sure to put your go-to file paths in Places (I think that’s what it’s called) because navigating Dolphin in handheld can also be mildly annoying.

If you’re using a customizer like DeckyLoader holding off on updates for a week or so until there’s confirmation of stability and compatibility is advisable, but that’s more for handheld mode.

[–] NeatNit@discuss.tchncs.de 4 points 10 hours ago (1 children)

Thanks for the advice! I did already figure out the thing about the trackpads. I found the whole environment to be surprisingly usable in handheld mode, but definitely not ideal.

Thankfully that's not how I'm planning to use it. I ordered a lapdock (specifically this one, which is the only one I've found that ships to my godforsaken country) and it should arrive in a couple of weeks and be the main way I use Desktop Mode. Then I don't need Steam input.

If you’re using a customizer like DeckyLoader holding off on updates for a week or so until there’s confirmation of stability and compatibility is advisable, but that’s more for handheld mode.

Can you tell me more about DeckyLoader and why I might want to use it? Or just link to a page with that info. I never looked into it, and I'm wondering what's actually missing from vanilla SteamOS.

[–] Broadfern@lemmy.world 2 points 6 hours ago* (last edited 6 hours ago)

Deckyloader is a plugin hub for all sorts of customization and QoL changes. I mainly use it for color customization, artwork changes, ProtonDB icons, and HowLongToBeat stats when I’m deciding on a new game.

I also use it to download custom boot animations and sounds. It’s mostly geek tweaks but gives you a sense of extra power over your device on the game mode side.

Here’s the primary website link: https://decky.xyz/