domicmeia/How to change the font-size of ubuntu with UTM?

Created Sun, 28 Jan 2024 01:25:44 +0900 Modified Wed, 11 Dec 2024 23:17:25 +0900
60 Words 0 min

How to change the font-size in Ubuntu Server 20.04 LTS

What I’m trying to do is increase the font size, not change the resolution. This is the terminal, there is no GUI installed.

Here is the solution:

sudoedit /etc/default/console-setup

and change the value of font-size like FONTSIZE=“16x32”
save the file and apply the change with:

sudo update-initramfs -u
sudo reboot