26

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?

Incnis Mrsi
  • 1,988
johntait.org
  • 1,362

3 Answers3

15

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
Spack
  • 1,997
  • 7
    This answer is correct, but the problem is knowing what possible settings are allowed. The default font is "Fixed" and its largest size is 8x16. sudo dpkg-reconfigure console-setup allows you to see what the options are. (answer from @boulder_ruby) – Tim Tisdall Jan 05 '16 at 13:34
10

@Spack's answer didn't work for my raspberry-pi, but I found a set of instructions that did work for me here

To sum it up

sudo dpkg-reconfigure console-setup
#select "UTF-8"
#select "Guess optimal character set"
#select "Terminus"
#select 16*32 (my selection for a 7 inch monitor on raspberry pi)
  • 1
    This only sort of worked for me... :( I seem to have to type setupcon in the virtual terminal to get it to be used (on each reboot and on each terminal!). – Tim Tisdall Jan 05 '16 at 13:35
-4

Ctrl+Shift++ - use the plus symbol on the text keypad not on the numeric pad.

slm
  • 369,824