New comment by Gottox on void-packages repository https://github.com/void-linux/void-packages/pull/29974#issuecomment-813919935 Comment: Okay, what I found out so far: * this issue seems to happen only on VMs so far (at least the issues mention that) * there's a relation between the session crash and the crash of the gsd service. The actual session log looks like this: ``` ** (gsd-usb-protection:2366): WARNING **: 08:00:25.614: Failed to connect to the screen saver: Error calling StartServiceByName for org.gnome.ScreenSaver: Timeout was reached (gsd-usb-protection:2366): GLib-GIO-CRITICAL **: 08:00:25.614: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed gnome-session-binary[1914]: WARNING: App 'org.gnome.SettingsDaemon.UsbProtection.desktop' respawning too quickly gnome-session-binary[1914]: WARNING: Application 'org.gnome.SettingsDaemon.UsbProtection.desktop' killed by signal 11 (process:2476): Gtk-WARNING **: 08:00:25.669: Locale not supported by C library. Using the fallback 'C' locale. Window manager warning: Failed to create DRM buffer wrapper: drmModeAddFB does not support format 'AR24' (0x34325241) Window manager warning: Failed to create DRM buffer wrapper: drmModeAddFB does not support format 'AR24' (0x34325241) (gnome-shell:1976): mutter-CRITICAL **: 08:00:26.173: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed ```