Gentoo Archives: gentoo-user

From: Klaus Ethgen <Klaus+gentoo@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Terminus-Fonts
Date: Sat, 30 Jun 2018 09:37:19
Message-Id: 20180630093708.GB1791@ikki.ethgen.ch
In Reply to: Re: [gentoo-user] Terminus-Fonts by James Stevenson
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA512
3
4 Hi,
5
6 thanks, but finally I found the issue.
7
8 xorg is using its default FontPath of:
9 /usr/share/fonts/misc/,
10 /usr/share/fonts/TTF/,
11 /usr/share/fonts/OTF/,
12 /usr/share/fonts/Type1/,
13 /usr/share/fonts/100dpi/,
14 /usr/share/fonts/75dpi/
15
16 To add terminus fonts I needed to add /etc/X11/xorg.conf.d/10-fonts.conf
17 with:
18 Section "Files"
19 FontPath "/usr/share/fonts/100dpi:unscaled"
20 FontPath "/usr/share/fonts/75dpi:unscaled"
21 FontPath "/usr/share/fonts/terminus"
22 EndSection
23
24 Regards
25 Klaus
26 - --
27 Klaus Ethgen http://www.ethgen.ch/
28 pub 4096R/4E20AF1C 2011-05-16 Klaus Ethgen <Klaus@××××××.ch>
29 Fingerprint: 85D4 CA42 952C 949B 1753 62B3 79D0 B06F 4E20 AF1C
30 -----BEGIN PGP SIGNATURE-----
31 Comment: Charset: ISO-8859-1
32
33 iQGzBAEBCgAdFiEEMWF28vh4/UMJJLQEpnwKsYAZ9qwFAls3Tz8ACgkQpnwKsYAZ
34 9qyu6wwAi+PELhg/e9Mg280xSiob1Q3gdRU7hIbCjXVHd8hgE2JSKrMHsRzIbpgH
35 YuuZK/oxCYpcdcIjPcFcOUpFfe8BsSeOh8NIwqFxGthfsx9dGQx0BsI6AT9hIaCR
36 y1ibIOVrjXImWm4xF4Cd9qmq5zao3ABm0axxEgsM+6piIpA8JFJQVIOWpWdWbamk
37 jP61AkQUbYGybropbnSPE2/VhI7OVMxFmnL7Qb1llj6yX3mF3PmyjylW9DxbuBwP
38 wchWOXQSi1mY7L8QgnlU5C+Mr+S3C/rvf0vKIzwFU3VahSrWjqcBL5fO8b6wkHto
39 wpUtCkvWuQr1pLl89Jg36IlbUoZmJzP281+DQEn1vUdrCqNkAe/ogkb/w/hKP7pJ
40 HICh1yx6gkRGHUrKA9w2qympas09JTSS8pa4UMzN2KDDPIxPud4+IBfTeDT31/1m
41 A61ys3q6wBlFUCvBJa874JnONtcbqO2tX/UGGpRolYhsd+zJs7u6DJwanwoQDRPl
42 e0AYdF4C
43 =MSvu
44 -----END PGP SIGNATURE-----