summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/gdmopen.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/gdmopen.c b/utils/gdmopen.c
index 65a2b70c..00f91b2a 100644
--- a/utils/gdmopen.c
+++ b/utils/gdmopen.c
@@ -171,6 +171,11 @@ main (int argc, char *argv[])
/* wait to be really sure we have switched */
(void) ioctl(fd, VT_WAITACTIVE, vtno);
+#ifdef __linux__
+ /* Turn on fonts */
+ write (0, "\033(K", 3);
+#endif /* __linux__ */
+
execvp (argv[1], &argv[1]);
_exit (66); /* failed */