[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 3/3] Reset font when changing language.
- From: Bill Nottingham <notting redhat com>
- To: anaconda-devel-list redhat com
- Cc: Bill Nottingham <notting redhat com>
- Subject: [PATCH 3/3] Reset font when changing language.
- Date: Sat, 16 May 2009 01:39:23 -0400
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 <notting redhat com>
---
loader/lang.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/loader/lang.c b/loader/lang.c
index 9aefedb..4b1103d 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);
--
1.6.2.2
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]