this post was submitted on 20 Apr 2025
44 points (94.0% liked)
Linux
53390 readers
761 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's certainly doable and something like that was my setup for a few years. There isn't much in the way of distros or software packages that provide such a 'personal multiseat' configuration out of the box.
I wanted bare metal GUI access, so instead of using Proxmox, I went about configuring Debian to the task. This might not directly answer any questions, but here's an idea of what it looked like.
Hardware
Boot disk
Virtual machines / (RAM allotment)
I'd suggest starting with anything graphically intensive running on bare metal and setting up a VM with virt-manager / Virtualbox / etc. for the NAS part. Get a couple of disks specifically to pass through to the NAS VM, forward its ports to LAN, and connect to them on the host as you would any other machine. For a desk further away, you may be able to get away with a KVM extender, but I can't say I've any experience with them.
If you try to virtualize everything like I did, there's a couple of hurdles:
Go for AMD if you can, but NVIDIA hasn't given me much trouble either. Make sure to install the driver from your distro's repo, not NVIDIA's website. IMO, this is less of an issue if you decide to pass through the GPU to a VM since any NVIDIA driver shenanigans will be contained to the VM.
I got used EPYC stuff and a 3090, but basically the same template; just a few more resources.
However, I haven't run into some of the issues you had. With the proxmox host on wired ethernet and my laptop on 5GHz wifi from about 10ft away from the access point I can easily play Rocket League with no noticeable latency, 1440p 120Hz. I'm using sunshine on a windows VM and moonlight on Fedora. It did, indeed, take a crapload of fiddling and I consider myself pretty adept at these things, but it can be done. :D
I also swap the GPU between two VMs. I have a Ubuntu VM I use for AI workloads for fiddling around. On that one, I just ssh in and the GPU is 100% utilized for AI. Planning to add another GPU in the future (or a few).
Can't speak to remote connections, but my previous experience with cloud providers tells me it might be good enough for slow paced games, but it will fail horribly on anything really latency dependent. Best case scenario is the latency is off by just enough to make you lose your mind, or worse, you get use to the weird remote latency and then get all screwed up when you play at home.