Alternative to x11/gnome3 ?

Steve O'Hara-Smith steve at sohara.org
Wed Aug 1 17:00:15 UTC 2018


On Wed, 1 Aug 2018 09:43:24 +0700
Victor Sudakov <vas at mpeks.tomsk.su> wrote:

> No, this is not the way it works, at least on Linux. I've researched
> how it works on my son's Ubuntu. All programs of logged-in users
> remain running, it's not done via storing program state, killing and
> restoring them. In fact, every logged-in user has her own Xserver.
> Only one Xserver at a time is "the current graphical console" and has
> access to the video card, but they all are in the ps output.

	Running multiple X servers is easy enough - I used to do it quite a
lot using startx, you just have to give each one a different display
number, as long as there's a spare virtual console X will pick one and use
it. You switch between them with Ctrl-Alt-Fn as normal.

	That doesn't secure the sessions though. For that the user switcher
has to lock the current session and switch to the selected locked session
or create a new one - and of course something has to disable normal virtual
console switching to prevent leaving unlocked sessions lying around.

-- 
Steve O'Hara-Smith <steve at sohara.org>


More information about the freebsd-questions mailing list