|/
|\ISS

*ARCHIVED*
OFFICIAL SITE

News
Blog

Wiki

Install KISS
FAQ

Package System
Package Manager
Software

Guidestones

Testimonials
Screenshots
Team

Contact
Donate
Website
IRC

GitHub
Git (mirror)
ML (archive)



wiki / console / fonts                                            Edit this page

Edited (735e803) at 2020-09-22 by Timothy Robert Bednarzyk


CHANGING THE CONSOLE FONT
________________________________________________________________________________

The Linux console font can be changed using the setfont utility (part of busybox
and installed by default).


Available Fonts
________________________________________________________________________________

Currently packaged Linux console fonts.

- terminus-font (Community).
- spleen-font (Community).
- unifont (Community).


Changing the Console Font
________________________________________________________________________________

Use the following command to set the console font _after_ a user has logged in.
Add it to your ~/.profile or /etc/profile to make the change permanent.

+------------------------------------------------------------------------------+
|                                                                              |
|   [ "$DISPLAY" ] || setfont /usr/share/consolefonts/FONT_NAME                |
|                                                                              |
+------------------------------------------------------------------------------+

To change the console font _before_ a user has logged in, add the following to
your /etc/inittab or /etc/rc.conf.

+------------------------------------------------------------------------------+
| /etc/rc.conf                                                                 |
+------------------------------------------------------------------------------+
|                                                                              |
|   /usr/bin/setfont /usr/share/consolefonts/FONT_NAME -C /dev/tty1            |
|                                                                              |
+------------------------------------------------------------------------------+


________________________________________________________________________________

This site is an archive of a previous version of KISS's website. The current
version can be found at https://kisslinux.org/.

Dylan Araps    (C) 2019-2020
kiss-community (C) 2020-2021
Dilyn Corner   (C) 2021

Linux(R) is the registered trademark of Linus Torvalds in the U.S. and
other countries.