Increase terminal font size in non-graphical installations

If EOS is installed w/o any window manager, how to increase the font size in the non-graphical mode? Thanks!

Start here: https://wiki.archlinux.org/title/Linux_console

2 Likes

I forgot that I have solved the problem before:

fonts: https://wiki.archlinux.org/title/HiDPI

precompiled are only 2 fonts in kernel, I believe.

https://wiki.archlinux.org/title/Kernel_parameters#GRUB

sudo nano /etc/default/grub

#append your kernel options between the quotes in the GRUB_CMDLINE_LINUX_DEFAULT line:

fbcon=font:TER16x32

sudo grub-mkconfig -o /boot/grub/grub.cfg

sudo systemctl set-default graphical.target

sudo systemctl set-default multi-user.target

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.