Linux – How to change the screen font size when using a virtual console

consolefontslinuxresolution

Using LDXE and Ubuntu, I can log into a virtual console via Ctrl+Alt+F1.

The text is far too small. How do I change the screen resolution to get a larger font?

Best Answer

You should edit the file /etc/default/console-setup and change the FONTSIZE variable. Once you've made your changes you must reconfigure your terminal by running:

$ sudo service console-setup restart
Related Question