Skip to content
Alistair Buxton edited this page Jun 23, 2024 · 3 revisions

How to configure various terminals for teletext display.

Terminals Using TTF fonts

A ttf teletext font can be found in this repository in the misc folder. Normally it can installed by putting it in ~/.local/share/fonts/.

alacritty

alacritty -o 'font.normal.family="teletext2.ttf"' -o 'font.size=15' -o 'window.dimensions.columns=43' -o 'window.dimensions.lines=27'

Terminals Using PCF bitmap Fonts

To install the PCF font:

sudo apt-get install tv-fonts

Then enable bitmap fonts in your X server:

cd /etc/fonts/conf.d
sudo rm 70-no-bitmaps.conf
sudo ln -s ../conf.avail/70-yes-bitmaps.conf .
xset fp rehash

Now you can use the teletext font in the following terminals:

urxvt

urxvt -fg white -bg black -fn teletext -fb teletext -j -ss +sb -sbg -title Teletext +ls -geometry 43x27