% grep -e efi_max_resolution -e screen.font /boot/loader.conf | grep -v \#
screen.font="8x16"
efi_max_resolution="1600x900"
%
Assuming a desktop environment (X11 running): start an xterm(1) with a scalable font.Text in terminal is too small. How can I zoom in? How can I make text bigger?
fc-list :scalable=true:spacing=mono: family
xterm -fa "Inconsolata:size=24"
… Control - Right Click is more easy and suit me
That doesn't work.
Ctrl++ zoom in
Ctrl+- zoom out
% pkg info -x konsole
konsole-21.12.3
% pkg -vv | grep -e url -e enabled
url : "pkg+http://pkg0.pkt.freebsd.org/FreeBSD:14:amd64/latest",
enabled : yes,
url : "https://alpha.pkgbase.live/current/FreeBSD:14:amd64/latest",
enabled : no,
url : "file:///usr/local/poudriere/data/packages/main-default",
enabled : yes,
% uname -aKU
FreeBSD mowa219-gjp4-8570p-freebsd 14.0-CURRENT FreeBSD 14.0-CURRENT #10 main-n254693-d7696096209-dirty: Wed Apr 13 06:03:02 BST 2022 root@mowa219-gjp4-8570p-freebsd:/usr/obj/usr/src/amd64.amd64/sys/GENERIC
-NODEBUG amd64 1400056 1400056
%
! Increase/Decrease font size with CTRL-+ / CTRL--
XTerm.vt100.translations: #override \n\
Ctrl <Key> minus: smaller-vt-font() \n\
Ctrl <Key> plus: larger-vt-font()