this post was submitted on 22 Jul 2023
110 points (99.1% liked)

Steam Deck

14487 readers
314 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:

Link to our Matrix Space

founded 3 years ago
MODERATORS
 

I was out of country for the past month. I have access to two monitors, and I brought a keyboard, wireless mouse, and a small JBL speaker. It has been a pretty good experience. I have edited documents, images, and created PDF's. I can connect to jobs that require windows with a web browser to Azure Virtual Desktop. I have streamed live events, worked on my home servers, and it is always snappier than a windows machine. With a click I am back in handheld gaming mode playing SNES games, or Elden Ring.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] garrett@beehaw.org 1 points 1 year ago

You can install and use a standard distribution through Distrobox, which has a few initial steps to install, but once it's there, you can dnf/apt/zypper/apk/pacman/etc. install any packages completely in user space. (And distrobox-export from within any Distrobox containers lets you access a command or graphical application from that Distrobox transparently without having to manually run a distrobox command.)

https://www.gamingonlinux.com/2022/09/distrobox-can-open-up-the-steam-deck-to-a-whole-new-world/

And distrobox-export from within any Distrobox container sets it up so can you access a command or graphical application from that Distrobox transparently without having to manually run a distrobox command.

https://github.com/89luca89/distrobox/blob/main/docs/usage/distrobox-export.md

But, you probably want to not have anything private on your Steam Deck, as there's no encryption, so anyone can take your Deck and copy files off of it. To solve this, you'd want to either have an encrypted loopback file that you use like a pluggable disk (there are some tools for this; "Plasma Vault" is even built into the KDE desktop that powers the Steam Deck's desktop mode, but requires a little setup) or you could run a Linux distro (or other OS) within a VM in GNOME Boxes (available as a Flatpak without having to do anything special). The Plasma Vault solution is more lightweight and integrated, once you install the encryption support it needs.

https://github.com/popsUlfr/steam-deck-tricks#encrypted-vaults-with-plasma-vault-and-gocryptfs

https://flathub.org/apps/org.gnome.Boxes

FWIW: I used my Steam Deck as a desktop when traveling a few months ago and have been using Linux (with GNOME, not KDE โ€” but both are great) for decades.