Wednesday, April 24, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3006  / 3 Years ago, sun, may 16, 2021, 10:22:14

I found this weird behavior. In VirtualBox, Ubuntu Server 12.04 uses this font:



enter image description here



I find that hard to read. Now I can run dpkg-reconfigure console-setup fine, and set the font to Fixed, then it looks like this:



enter image description here



That is also how it looks by default in VMWare; much better in my opinion. Interestingly, the boot manager font also looks like that (i.e. loads correctly).



dpkg-reconfigure console-setup correctly updates the /etc/default/console-setup file, but after a reboot, all settings are gone. For some reason, it doesn't load console-setup.



Does anyone have an idea where the problem might be? Or better yet, where I could start looking?


More From » server

 Answers
6

This is a bug:Console font does not get set, and you can see the patch from here.It's been fixed in 12.10, but the patch haven't been ported back to 12.04 by now.



So you can fix it by creating the upstart job /etc/init/console-font.conf with the following content:



# console-font - set console font
#
# Set the console font, in case the similar udev rule races with Plymouth
# and thus fails to do it.

description "set console font"

start on starting plymouth-splash

task

exec /lib/udev/console-setup-tty fbcon

[#30083] Sunday, May 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tocklftime

Total Points: 110
Total Questions: 109
Total Answers: 100

Location: Mayotte
Member since Mon, Sep 12, 2022
2 Years ago
;