Bigger font in console
On Archlinux, how to get bigger fonts in the console? (i.e. the text before we boot to Wayland).
Run the following commands as root:
# setfont /usr/share/kbd/consolefonts/ter-132b.psf.gz
To make it permanent:
- Install terminus-font package
# pacman -S terminus-font
- Add a line to /etc/vconsole.conf
# echo 'FONT=ter-i28b' | tee -a /etc/vconsole.conf
- Rebuild init ramdisk:
# mkinitcpio -P
- Reboot and be amazed ;-)