File test.patch of Package gdm
diff --git a/daemon/gdm-manager.c b/daemon/gdm-manager.c
index 457dcf8..7e74a21 100644
--- a/daemon/gdm-manager.c
+++ b/daemon/gdm-manager.c
@@ -2553,6 +2553,7 @@ static void
on_graphics_unsupported (GdmLocalDisplayFactory *factory,
GdmManager *manager)
{
+ g_debug ("wxg: plymouth quit without transition");
#ifdef WITH_PLYMOUTH
if (manager->plymouth_is_running) {
plymouth_quit_without_transition ();
diff --git a/daemon/gdm-session-worker.c b/daemon/gdm-session-worker.c
index a9c0067..01aacc1 100644
--- a/daemon/gdm-session-worker.c
+++ b/daemon/gdm-session-worker.c
@@ -1028,19 +1028,22 @@ fix_terminal_vt_mode (GdmSessionWorker *worker,
succeeded = FALSE;
}
- if (getmode_reply.mode != VT_AUTO) {
- goto out;
- }
+ g_debug ("wxg: 1");
+ /*if (getmode_reply.mode != VT_AUTO) {*/
+ /*goto out;*/
+ /*}*/
if (ioctl (tty_fd, KDGETMODE, &kernel_display_mode) < 0) {
g_debug ("GdmSessionWorker: couldn't query kernel display mode: %m");
succeeded = FALSE;
}
+ g_debug ("wxg: 2");
if (kernel_display_mode == KD_TEXT) {
goto out;
}
+ g_debug ("wxg: 3");
/* VT is in the anti-social state of VT_AUTO + KD_GRAPHICS,
* fix it.
*/