# /etc/default/console-setup # # This file: http://user.it.uu.se/~embe8573/conf/vt/console-setup # https://dataswamp.org/~incal/conf/vt/console-setup # # All (?) VT files: http://user.it.uu.se/~embe8573/conf/vt # https://dataswamp.org/~incal/conf/vt # # man pages: console-setup(5) # setfont(8) # # to make it work from tmux, first do: # # $ sudo chmod +s /bin/setfont # # then try: # # $ setfont Lat7-TerminusBold24x12 # # required packages: console-setup-linux, console-setup # # keyboard: /etc/default/keyboard # keys: /etc/console-setup/remap.inc ACTIVE_CONSOLES="/dev/tty[1-7]" CHARMAP="UTF-8" CODESET="Lat7" FONTFACE="TerminusBold" FONTSIZE="8x16" SCREEN_HEIGHT=26 SCREEN_WIDTH=72 VERBOSE_OUTPUT="no" if [ -f /etc/default/keyboard ]; then . /etc/default/keyboard fi ### CHARMAPS # 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 ### CODESETS # 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 ### Terminus (recommended: TerminusBold16) # Terminus (12x6 14 16 20x10 24x12 28x14 32x16) # TerminusBold (14 16 20x10 24x12 28x14 32x16) # TerminusBoldVGA (14 16) ### These doesn't seem to work: # VGA (8 14 16) # Fixed (13 14 15 16 18) ### when CODESET=Ethiopian # Goha (12 14 16) # GohaClassic (12 14 16) ### Below: not written by me # 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'