1 diff -ru src.orig/suspend-utils-1.0/fbsplash_funcs.c src//suspend-utils-1.0/fbsplash_funcs.c
2 --- src.orig/suspend-utils-1.0/fbsplash_funcs.c 2011-03-07 00:24:15.000000000 +0100
3 +++ src//suspend-utils-1.0/fbsplash_funcs.c 2011-03-09 18:08:08.685624046 +0100
6 fbsplashr_tty_silent_cleanup();
8 +/* avoid switching to ugly tty1
9 if (!was_silent && fbsplash_is_silent())
10 fbsplash_set_verbose(0);
13 fbsplashr_theme_free(theme);
15 diff -ru src.orig/suspend-utils-1.0/suspend.c src//suspend-utils-1.0/suspend.c
16 --- src.orig/suspend-utils-1.0/suspend.c 2011-03-07 00:24:15.000000000 +0100
17 +++ src//suspend-utils-1.0/suspend.c 2011-03-09 18:14:27.518957363 +0100
18 @@ -1839,11 +1839,13 @@
22 +/* avoid switching to ugly tty1 - allways switch to unused vt and clear
23 tiocl[0] = TIOCL_GETKMSGREDIRECT;
24 if (!ioctl(fd, TIOCLINUX, tiocl)) {
31 error = ioctl(fd, VT_GETSTATE, &vtstat);