From 6d743a394ebecebfa90c47afa698117a611efcab Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Sat, 16 May 2009 01:26:59 -0400 Subject: Reset font when changing language. This works around a bad interaction with KMS/fbcon where any font set before KMS initializes isn't set correctly. Signed-off-by: Bill Nottingham --- loader/lang.c | 1 + 1 file changed, 1 insertion(+) (limited to 'loader') diff --git a/loader/lang.c b/loader/lang.c index 9aefedbc5..4b1103d65 100644 --- a/loader/lang.c +++ b/loader/lang.c @@ -253,6 +253,7 @@ static int setupLanguage(int choice, int forced) { } setLangEnv (choice); + isysLoadFont(); /* clear out top line */ buf = alloca(80); -- cgit