Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: meo on July 28, 2023, 07:22:18 AM
-
Hi guys!
I would like to change the font (or make it bigger) in the terminal using piCore 14.0. How can that be done?
Kind regards,
meo
-
Can you explain what terminal you want larger font ??
In the console or in some X11 apps like xterm ??
-
The terninal that installs when I run 'tce-load -wi TC'.
-
I think it's aterm. :) // meo
-
hi meo
try aterm -fn <numberxnumber>
eg aterm -fn 12x24
it depends on your monitor and also what screen resolution you are using, I am showing a screenshot
https://imgur.com/PiRKryQ
on a 25 cm monitor and my monitor can do 1920x1080 but I am using 1024x768 as I am wearing glasses, well I am supposed to wear glasses all the time.
the numbers you can try....although some will be smaller are:
10x20 12x24 5x7 5x8 6x10 6x12 6x13 6x13 6x13bold
6x9 7x13 7x13bold 7x14 7x14bold 8x13 8x13bold 8x16
9x15 9x15bold
I can not choose 12x24bold
-
Hi patrikg!
I have my Raspberry Pi 4 B with 8 GB RAM hooked up to a 32" TV. Thanks for your willingness to help me out!
Regards,
meo
-
Hi guys!
I found default console fonts too little for modern video modes. I've built Terminus family consolefonts extension for my needs. It includes .psf files which can be used by aterm. I packed only UTF fonts (iso10646 codepage), they cover range 12-32 pixelsizes normal and bold styles. 17 files (pixelsize 12 is normal style only) have the size of around 80K. Though I'm in x86 TC, piCore aterm probably will accept .psf files too. If it may be interesting I may pack and submit an extension.
Regards!
-
Sorry for the mistake, *.psf fonts are to be used in pure console, *.pcf are for terminal emulators. Still may be packed, as piCore repo seems to not have bitmapped fonts for aterm but the default ones.