wlroots-hyprland/backend/session
Simon Ser fbf11a41e1 backend/session: wait for DRM device if none found
Wait for a DRM device if none is found in wlr_session_find_gpus. This
can happen if the compositor is loaded before the display kernel driver.

This supersedes the logind CanGraphical property.

To test, e.g. with i915 and sway:

    rmmod -f i915
    sway &
    modprobe i915

Closes: https://github.com/swaywm/wlroots/issues/2093
2020-11-19 22:47:49 +01:00
..
direct-freebsd.c session: Add missing init to direct-freebsd 2020-08-26 22:56:54 +02:00
direct-ipc.c session: Don't refuse unprivileged creation of "direct" backend 2020-09-04 11:39:25 +02:00
direct.c session: Add libseat backend 2020-08-24 11:13:55 +02:00
libseat.c backend/session/libseat: register log handler 2020-09-01 12:09:25 +02:00
logind.c Accommodate for CONFIG_VT=0, all TTYs are in seat0, but not all 2020-09-04 11:46:54 +02:00
meson.build backend/session/libseat: register log handler 2020-09-01 12:09:25 +02:00
noop.c session: Add libseat backend 2020-08-24 11:13:55 +02:00
session.c backend/session: wait for DRM device if none found 2020-11-19 22:47:49 +01:00