this post was submitted on 21 May 2026
92 points (97.9% liked)

Selfhosted

60093 readers
924 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/47170057

I just stumbled this fork that seems focused on giving Linux hosts a good boost. It promises no-headache Virtual Display support out of the box, and Bazzite seems like the primary target.

top 12 comments
sorted by: hot top controversial new old
[–] minfapper@piefed.social 24 points 1 month ago (3 children)

I started using games on whales a while back and never looked back

[–] RamenEater@sh.itjust.works 5 points 1 month ago (1 children)

Just checked out the website and this looks really cool.

What games or types of games do you typically use it for?

[–] jim3692@discuss.online 7 points 1 month ago (1 children)

I use it, so that my roommate can play Elden Ring on TV, while I do work on my PC

[–] akwd169@sh.itjust.works 6 points 1 month ago

Noice, so the gamer enjoys the cool living room while all the heat from the PC fills a different room

Clutch move by your roommate ngl

[–] hirihit640@sh.itjust.works 2 points 1 month ago (1 children)

what remote desktop protocol do they use?

[–] jim3692@discuss.online 1 points 1 month ago (1 children)
[–] hirihit640@sh.itjust.works 1 points 1 month ago

very cool, I'll have to look more into it

[–] Ugurcan@lemmy.world 1 points 1 month ago

While it’s a very cool project, running a gaming setup on a Docker container felt very clunky to me. Somehow I fear it would add latency (input or output), then again even if so it should be negligible.

Then can you walk us around the maintenance, like what do you do when there’s a GPU driver update, do you rebuild the image?

[–] Beangut@lemmy.world 3 points 1 month ago

Very cool, hopefully will iron out some of the issues I've been having with sunshine.

FWIW, I found dumping my screens EDID firmware and adding it to boot args + assigning to GPU port worked best for headless display set up

[–] ElectroLisa@piefed.blahaj.zone 1 points 1 month ago

Yooo I was looking for this exact solution, thanks for sharing!

[–] yannic@lemmy.ca 1 points 1 month ago* (last edited 1 month ago) (1 children)

Any momentum on this front gets me excited, even if it doesn't personally apply.

Since it's cost-effective to combine gaming requirements with AI server requirements, I have my multi-modal language model stuff running on my (admittedly seldom-used) Windows gaming desktop. That means running most GPU-related tasks (aside from encoding/decoding/simple object recognition, which uses a separate server containing an Arc A380... purchased before A310's were available) in docker running under Windows Subsystem for Linux 2 (WSL2). Running stuff as background services just makes one assume that it should be a logical step to just make it multi-user. Easier said than done, I guess, just like multi-user stable diffusion.

Getting Games on Whales running under WSL2 has taken me down the familiar but unwelcome rabbit hole of recompiling Linux Kernel modules, which I've experienced is more straightforward on bare metal than WSL2.

The more attention and excitement about this topic, the better.

[–] Ugurcan@lemmy.world 1 points 1 month ago

If you’re looking for a Windows solution, check VibePollo. It’s also offering a headless, isolated streaming solution plus a lot more.