]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
logind: expose CanGraphical and CanTTY properties on seat objects
authorLennart Poettering <lennart@poettering.net>
Thu, 21 Jun 2012 11:48:01 +0000 (13:48 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 21 Jun 2012 11:48:01 +0000 (13:48 +0200)
commitf1a8e221ecacea23883df57951e291a910463948
treed8b9f11198577f4b2d4ecdabbf473fa06fcda090
parentcd8e457c583b812a13bfbfef5c61325bdd1d55f3
logind: expose CanGraphical and CanTTY properties on seat objects

Since we boot so fast now that gdm might get started before the
graphics drivers are properly loaded and probed we might end up
announcing seat0 to gdm before it has graphics capabilities. Which will
cause gdm/X11 cause to fail later on.

To fix this race, let's expose CanGraphical and CanTTY fields on all
seats, which clarify whether a seat is suitable for gdm resp, suitable
for text logins. gdm then needs to watch CanGraphical and spawn X11 on
it only if it is true.

This way:

USB graphics seats will expose CanGraphical=yes, CanTTY=no

Machines with no graphics drivers at all, but a text console:
CanGraphical=no, CanTTY=yes

Machines with CONFIG_VT turned off: CanGraphical=yes, CanTTY=no

And the most important case: seat0 where the graphics driver has not
been probed yet boot up with CanGraphical=no, CanTTY=yes first, which
then changes to CanGraphical=yes as soon as the probing is complete.
TODO
src/login/logind-device.c
src/login/logind-seat-dbus.c
src/login/logind-seat.c
src/login/logind-seat.h