1 --- src.orig/suspend-utils-1.0/s2ram-main.c 2011-03-07 00:24:15.000000000 +0100
2 +++ src//suspend-utils-1.0/s2ram-main.c 2011-03-09 18:02:32.922290700 +0100
7 - /* switch to console 1 first, since we might be in X */
8 + /* switch to console 63 first, since we might be in X,
9 + * but don't want to see the console first */
10 active_console = fgconsole();
11 - printf("switching from vt%d to vt1... ", active_console);
13 + printf("switching from vt%d to vt63... ", active_console);
15 printf("succeeded\n");