<div dir="ltr">Hello there!<div><br></div><div>I'm posting this question in both systemd-devel and xorg-devel lists because I want to know each one's opinion about it.</div><div><br></div><div>In some multiseat setups involving multiple video cards, sometimes we get the following error: depending on the display manager currently used, systemd-logind gives us an INACTIVE graphical session for seat0.</div>

<div><br></div><div>An interesting analysis of the problem can be found at <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1018196">https://bugzilla.redhat.com/show_bug.cgi?id=1018196</a>. To summarize, due to some race condition between seat0 and non-seat0 seats, a non-seat0 X server can "steal" the VT expected by seat0 X server. In this case, unless XDG_VTNR is explicitly defined by display manager, the pam_systemd module fails to infer the correct VT for seat0 X server (i.e., the one corresponding to vtXX command line argument), returning XDG_VTNR=0 to seat0's graphic session, which causes all the trouble.</div>

<div><br></div><div>Joseph Nuzman, who opened the bug above, suggests some approachs to avoid this problem, and I really want to know what do you think about them:</div><div><br></div><div>* DMs should always set the XDG_VTNR variable for seat0. GDM currently doesn't set this variable, but a forked version of LightDM, maintained by Ubuntu Multiseat team (merging into upstream is under consideration), does it.</div>

<div><br></div><div>* pam_systemd should have its heuristic to infer the seat0 VT number improved. Maybe parsing X server /proc/<pid>/cmdline for a vtXX argument.</div><div><br></div><div>* DMs should ensure that seat0 X server starts before any other one. Stefan Brüns has provided a similar approach for KDM on Fedora/openSUSE: it ensures seat0 X server starts at the same VT previously used by Plymouth.</div>

<div><br></div><div>I would append another approach to the list:</div><div><br></div><div>* For non-seat0 seats, X server should open no VT at all. Currently, even with -sharevts option, it seems Xorg does open a VT, although it can't control this.</div>

<div><br clear="all"><div><div dir="ltr">CANTATE DOMINO CANTICUM NOVUM<div>QUIA MIRABILIA FECIT</div><div><br></div><div>Laércio</div></div></div>
</div></div>