7

1.How can I set the font and size of the TTYs?

The command:

dpkg-reconfigure console-setup

allows me to choose certain fonts/sizes that cannot be installed (an error message appears after the reconfig. process). Moreover, the values set in /etc/default/grub alter everything. Sometimes you are using a font, but after rebooting it is changed.

2.How can I know what font/size is the console using in a certain moment.

There is a how to in the community pages to set the TTY resolution but it has no description of its interaction with the font/size of the console during boot and after.

Raja G
  • 102,391
  • 106
  • 255
  • 328
Pili
  • 71
  • Yes, you follow a how-to but it does not work because what is determining the console-font and size is another set of things like the resolution of the screen at boot time, which you set according to a different thing, like the splash screen blur, and which doesn't allow you to set the font-family, it changes it according to something else So how do you effectively set the font-family and size of the console font? That is the question. In the settings panel there are only very few things you can configure. – Pili May 02 '12 at 10:05
  • To answer your question #2 refer to my answer http://askubuntu.com/a/529552/295286 – Sergiy Kolodyazhnyy Oct 10 '14 at 02:45
  • 1
    You should do this: cd /usr/share/consolefonts/; setfont fontname.psf.gz – Ho1 Jul 31 '15 at 01:33

1 Answers1

0

I asked the exact same query @ ubuntu forum in 2006.

  • console resolution depends on vga parameter. You can get from 640x480 upto 1920x1080 resolution, last checked on ubuntu. (don't know the vga parameter for 1080p but I have seen it after default ubuntu install on my machine.)

  • to change linux console font try searching for "consolechars" program, its in console-tools package I think.

  • also see -> Can I change the Linux console (Ctrl+Alt+F1) font to Ubuntu Mono?

  • psf font editor -> NAFE -- not another font editor @ http://nafe.sf.net/

sam
  • 1