I currently have a PC running Windows 11 that my S/O and I use multi-seated with Aster Multiseat. However, we’re both equally sick of Windows and are interested in switching to Linux.
However, all the information that I can find on multiseat in Linux are forum posts and unfinished wiki entries for Ubuntu and Fedora, and they all seem to be from around 2008-2012.
We’re about to upgrade our PC to support two RTX 3060s and a Ryzen 9 (of course, including the usual two monitors and sets of peripherals).
Can Linux (preferably Fedora, as it’s my favorite distro so far) easily support multiseating?
Will there be any performance issues using this method?
Is it possible to isolate applications per user? (Aster Multiseat doesn’t do this, so sometimes an application can detect another instance on the other user and refuses to start…)
Thanks in advance.
By multiseat, do you mean allowing two people to use your Linux PC at the same time, using a separate monitor and keyboard/mouse, as of they’re on a separate computer? You can do this without installing additional software, though you must configure the seat from command line:
- https://wiki.debian.org/Multi_Seat_Debian_HOWTO
- https://wiki.archlinux.org/title/xorg_multiseat
- Wayland seems to support multiseat but I can’t seem to find any documentation or tutorial save for an article on phoronix: https://www.phoronix.com/news/MTM4MzA
Is it possible to isolate applications per user?
Each user with have their own login session, so ther application processes should be separate from each other.
Regarding Wayland, looking at this it seems that it might be pretty straightforward but then for example sway seems to be defining seats a little bit different. So it might require some tinkering in the end, depending which compositor you decide to use.
Loginctl seems to be X/Wayland independent and useful in both.
From what I’ve found it seems that there are more questions on the internet regarding something not working well in multi-seat or needing a patch for that, than how to set the multi-seat up. Situations like this usually mean that setting this thing up is quite straightforward. It might also be a niche, though
Let me raise a side concern here since the core questions already seems to be answered; reconsider the Nvidia GPUs. Depending on what you do, you might encounter significant shortcomings at the moment since they do not play perfectly with Wayland yet (which is clearly the future). So do some research in this direction first before you pull the trigger.
I second this. For a while my Nvidia card worked great on pop os for gaming. Then one day a kernel upgrade hosed it all. I tried for days to get it working again and finally realized I was swimming upstream and always would be. Bought an amd card and now I hardly have any issues.
Nvidia usually worked for me fine outside of gaming but I did literally find some distros that had severe issues even in the installer sometimes. Nvidia intentionally fucks over Linux support so I decided it was best not to support them anymore anyhow.
Sidenote, my games all look great and run better than they did on the Nvidia card. I always thought amd graphics cards were second rate, but I don’t think that’s at all true these days.
If all you want to do is play games, then AMD is the way to go. Better price to performance ratio.
But if you want to play around with AI, Nvidia is the only game in town. AMD still does not properly support GPGPU on their consumer cards. It’s infuriating and embarrassing really.
The performance I’m seeing on AMD makes me tend to agree with your first point. Looks fantastic and framerates are really nice.
I’m not really interested in AI except for the realtime background noise removal I’d heard about like 2 years ago which apparently Nvidia rtx cards can do. But in all this time I never set it up so I obviously wasn’t that interested in it!
Surely amd will get gpgpu support working at some point!
Huh. TIL what multiseat is. Never knew that existed.
What advantage do you get using one PC in this way instead of two?
Less resources needed, less physical space needed, less power consumption, no need for a network, don’t need to maintain/update multiple systems, etc.
You still need all the physical space that two PCs require except for the box which is only a small part of it. You still need all the peripherals for two people and once the 3060s are in it the power difference will be negligible between one or two PCs. On top of that you have all the inconvenience and problems that using in multiseat brings. Network gear is dirt cheap and maintaining two PCs is less hassle Vs this too.
Personally I think at the end of the day you’re better off with two PCs even if the second one is a cheap second hand one. Especially since I assume the GPUs mean they’re planning on gaming on it.
Not only for saving money, as when we upgrade the PC, I’m going to be able to sell off most of the components that get replaced, but space savings is also a big part of it. We’re going to be buying an RV to live full time in soon, and the less space it takes up, the better.
Plus, we have used it in this configuration for almost two years now, and it has worked without issue (EasyAntiCheat doesn’t play nice, but we don’t play many games that use it anyway). And honestly at this point, I kind of enjoy the challenge lol
You could have a look at ex-business slimline PCs or laptops if two cases are out of the question. They’ll take up less space overall than the typical PC case and are usually pretty power efficient. The former can also be upgraded if you are careful with what you choose and find the right slimline GPUs to fit in said cases. This is what I used to do for my kids particularly with ex-Dell PCs.
The thing is that you’re not going to get a whole lot for your old parts, certainly not more than the benefit you gain by having a second PC, as by the time you sell it the parts would have depreciated in value quite a lot. But, it’s neat I guess that PCs allow you to do stuff like this even if it would result in a bit of frustration.
I have seen this used in school situations with 3+ seats per PC.
that can add up when dealing with a dozen+ PCs.
For home use, not much a benefit, but I did have it setup years ago for the grandkids.
When you have like 30 kids in a class and a limited budget then yeah, makes a lot of sense to come up with solutions like this.
For these two though if I knew them I’d just straight up give them a second PC for free to save them the hassle. You can do amazing things with refurbished PCs when budget and space constraints are a problem.
While Linux TTY is multiseat by default, each TTY is a seperate user login, I’m not sure any of the GUI’s support this function.
You can run multiple X servers for a graphical multiseat setup. It’s a lot of work to set it up and most of the information about it is out of date though.
And distros have basically moved to Wayland as well, which probably is worse when it comes to stuff like that.
I boldly assume that Wayland is simply incapable of providing multi-seat functionality.
There is some setup to be done, but “a lot of”? … If I remember correctly you just need to define the multiple outputs and bind the inputs to their individual instances.