Paul Sutton

Fonts

DEBIAN CONSOLE FONTS

I have found another way to change the Default Linux console font to something that is more readable, from the default which is really small text. The instructions are at [1]. This works on my current Debian [2] 11.0 set up, but as usual Your mileage may vary. If you ask on a forum, social media or IRC about this, please quote the website below [1] and not this blog post.

The contents of my /etc/default/console-setup are now as follows:-

 1 # CONFIGURATION FILE FOR SETUPCON
  2 
  3 # Consult the console-setup(5) manual page.
  4 
  5 ACTIVE_CONSOLES="/dev/tty[1-6]"
  6 CHARMAP="UTF-8"
  7 CODESET="guess"
  8 FONTFACE="TerminusBold"
  9 FONTSIZE="16x32"
 10 SCREEN_WIDTH="80"
 11 
 12 VIDEOMODE=
 13 
 14 # The following is an example how to use a braille font
 15 # FONT='lat9w-08.psf.gz brl-8x8.psf'
 16 

Hopefully this is useful.

For the record my settings are:-

ACTIVE_CONSOLES="/dev/tty[1-6]"

CHARMAP="UTF-8"

CODESET="guess"
FONTFACE="TerminusBold"
FONTSIZE="16x32"
SCREEN_WIDTH="80"

VIDEOMODE=

REFERENCES

  1. How to change your linux console fonts 2 Debian 3 Free Software Foundation

TAGS

#FreeSoftware,#Debian,#Console,#Fonts,#Change

Donate using Liberapay

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License


MastodonPeertubeQoto sign up

Donate using Liberapay

Note: This is related to a previous article on booting to the console published on 3/1/2020

With a standard Linux install the fonts on the console (this is the login you get with CTRL-ALT-Fn) are usually small, this is fine in some cases as most people don’t work from the console. However there may be times when you want to work directly at the console and not bother with a Graphical user interface.

I have worked out how to do this and there are some screen shots below to illustrate the process.

This applies to Debian 10 and others, you should consult assistance if you are not sure what you are doing

As root you need to enter dpkg-reconfigure console-setup

cc-by logo

cc-by logo

cc-by logo

cc-by logo

Once you have done this you need to type

setupcon

to activate the changes

You need to type this at the console. Typing in a terminal gives the following message.

setupcon: We are not on the console, the console is left unconfigured.

#Linux, #console, #fonts

You can find me on Friendica at zleap@social.isurf.ca


cc-by logo Licenced under Attribution 4.0 International (CC BY 4.0)


MastodonPeertubeQoto sign up

Donate using Liberapay