# /etc/default/console-setup # # man pages: console-setup(5) # setfont(8) # # interactively, try: setfont Lat7-TerminusBold24x12 # to make it work from tmux: chmod +s /bin/setfont # # required packages: console-setup-linux, console-setup # # keyboard: /etc/default/keyboard # keys: /etc/console-setup/remap.inc VERBOSE_OUTPUT="no" ACTIVE_CONSOLES="/dev/tty[1-7]" CHARMAP="UTF-8" CODESET="Lat7" FONTFACE="TerminusBold" FONTSIZE="12x24" SCREEN_WIDTH=85 SCREEN_HEIGHT=32 if [ -f /etc/default/keyboard ]; then . /etc/default/keyboard fi # UTF-8 ARMSCII-8 CP1251 CP1255 CP1256 # GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342 # ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 # ISO-8859-5 ISO-8859-6 ISO-8859-7 ISO-8859-8 # ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13 # ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U # TIS-620 VISCII # The codeset determines what symbols are supported by # the font; read README.fonts for explanation. # Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian # Georgian Greek Hebrew Lao Thai Vietnamese # Lat15 Lat2 Lat38 Lat7 # Uni1 Uni2 Uni3 # VGA (sizes 8, 14, 16) # Terminus (sizes 12x6, 14, 16, 20x10, 24x12, 28x14, 32x16) # TerminusBold (sizes 14, 16, 20x10, 24x12, 28x14, 32x16) # TerminusBoldVGA (sizes 14, 16) # Fixed (sizes 13, 14, 15, 16, 18) # Goha (sizes 12, 14, 16)* # GohaClassic (sizes 12, 14, 16)* # (*) when CODESET=Ethiopian # Set FONTFACE and FONTSIZE to empty strings if you # want setupcon to set up the keyboard but leave the # console font unchanged. # You can also directly specify a nonstandard font or # console map. Use space as the separator if you want # to load more than one font. You can use FONT_MAP to # specify the Unicode map of the font in case the font # doesn't have it embedded. # # FONT='lat9w-08.psf.gz /usr/local/share/braillefonts/brl-08.psf' # FONT_MAP=/usr/share/consoletrans/lat9u.uni # CONSOLE_MAP=/usr/local/share/consoletrans/my_special_encoding.acm # You can also specify a screen size that setupcon # will enforce. This can not exceed what the current # screen resolution can display according to the size # of the loaded font. # The following is an example how to use a braille font: # # FONT='lat9w-08.psf.gz brl-8x8.psf'