Console font
From FVue
Contents
Problem
When ubuntu starts (without usplash), startup messages are displayed in a nice-looking font. Then the following message appears: "Setting up console font and keymap..." and an ugly font is loaded. I want to get the standard font back.
Solution
Modify /etc/default/console-setup:
$> diff -u console-setup.orig console-setup --- console-setup.orig 2007-03-10 19:53:43.000000000 +0100 +++ console-setup 2007-03-10 19:56:53.000000000 +0100 @@ -24,7 +24,7 @@ # 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14 # and 16), Fixed (sizes 13, 14, 15, 16 and 18), Goha (sizes 12, 14 and # 16), GohaClassic (sizes 12, 14 and 16). -FONTFACE="Fixed" +FONTFACE="VGA" FONTSIZE="16" # You can also directly specify nonstandard font and ACM to load:
Journal
20070310
- How do I change the console font? - Ubuntu Forums
- First find from which I borrowed the problem description
Advertisement