Re: Tiny print in terminal
- In reply to: Paul M Foster : "Tiny print in terminal"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jan 2024 21:49:23 UTC
On Sun, Jan 28, 2024 at 03:41:50PM -0500, Paul M Foster wrote: > > First problem: I don't have X-Window installed yet, just the console. I'm > getting incredibly small printing at the console, incredibly hard to read. > Any way I can increase the size of the print? > You can usually run vidfont(1) as a normal user directly from the console and get a nice TUI menu to choose from the installed fonts in your system to start using in your current session. Note that this will only apply to your current console session, and won't persist across reboots. To make them persistent, add something like this to `/etc/rc.conf`: allscreens_flags="-f /usr/share/vt/fonts/ter-u22b.fnt" (where `ter-u22b.fnt` is the one I chose for my 22in monitor) You can find all your available console font files in this directory: /usr/share/vt/fonts/ I personally like the ones provided by the `terminus-font` package. Hope that helps, Vitor