Received: from smtp.smtpout.orange.fr (smtp03.smtpout.orange.fr [80.12.242.125]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 92B79782C40 for ; Thu, 23 Jan 2020 18:43:47 +0000 (UTC) Received: from postfix.malikania.fr ([5.135.187.121]) by mwinf5d06 with ME id tujm2100S2dbEiD03ujmf2; Thu, 23 Jan 2020 19:43:47 +0100 X-ME-Helo: postfix.malikania.fr X-ME-Auth: ZGVtZWxpZXIuZGF2aWRAb3JhbmdlLmZy X-ME-Date: Thu, 23 Jan 2020 19:43:47 +0100 X-ME-IP: 5.135.187.121 Received: from kiwi-1.home (unknown [86.243.16.64]) by postfix.malikania.fr (Postfix) with ESMTPSA id D83FD13955 for ; Thu, 23 Jan 2020 19:43:45 +0100 (CET) Message-ID: <34d578945410bce9e04cfdc378df21fc91151c92.camel@malikania.fr> Subject: setfont fails to load consolefonts From: David Demelier To: alpine-user Date: Thu, 23 Jan 2020 19:43:44 +0100 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.3 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Hello, Running Alpine 3.11, I have a few fonts including terminus in /usr/share/consolefonts. I've been using them since several years on my hidpi laptop but I'm unable to set them on Alpine, I can't figure out why. # ls /usr/share/consolefonts/ter-2* /usr/share/consolefonts/ter-212n.psf.gz /usr/share/consolefonts/ter- 218b.psf.gz /usr/share/consolefonts/ter- 222n.psf.gz /usr/share/consolefonts/ter-232b.psf.gz /usr/share/consolefonts/ter-214b.psf.gz /usr/share/consolefonts/ter- 218n.psf.gz /usr/share/consolefonts/ter- 224b.psf.gz /usr/share/consolefonts/ter-232n.psf.gz /usr/share/consolefonts/ter-214n.psf.gz /usr/share/consolefonts/ter- 220b.psf.gz /usr/share/consolefonts/ter-224n.psf.gz /usr/share/consolefonts/ter-216b.psf.gz /usr/share/consolefonts/ter- 220n.psf.gz /usr/share/consolefonts/ter-228b.psf.gz /usr/share/consolefonts/ter-216n.psf.gz /usr/share/consolefonts/ter- 222b.psf.gz /usr/share/consolefonts/ter-228n.psf.gz If I try to change font from tty setfont complains that the font isn't available: # setfont ter-212n setfont: ter-212n: No such file or directory What do I miss? Cheers, -- David