You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** You do not appear to have an X window fonts directory in the standard
*** locations (/usr/lib/X11/fonts/misc or /usr/X11R6/lib/X11/fonts/misc). The
*** mtx.pcf font will not be installed. This means you will probably not
*** be able to use the mtx fonts in your x terminals, and hence be unable
*** to use the -x command line switch. Sorry about that...
In ClearOS / CentOS / RHEL 7 the X11 fonts misc directory is provided by xorg-x11-fonts-misc package:
repoquery --whatprovides '*/fonts/misc'
texlive-base-2:2012-45.20130427_r30134.el7.noarch
xorg-x11-fonts-misc-0:7.5-9.el7.noarch
wget https://github.com/abishekvashok/cmatrix/archive/refs/tags/v2.0.tar.gz
tar xvfz v2.0.tar.gz
cd cmatrix-2.0
autoreconf -i
./configure
checking for /usr/lib/X11/fonts/misc... no
checking for /usr/X11R6/lib/X11/fonts/misc... no
configure: WARNING:
*** You do not appear to have an X window fonts directory in the standard
*** locations (/usr/lib/X11/fonts/misc or /usr/X11R6/lib/X11/fonts/misc). The
*** mtx.pcf font will not be installed. This means you will probably not
*** be able to use the mtx fonts in your x terminals, and hence be unable
*** to use the -x command line switch. Sorry about that...
In ClearOS / CentOS / RHEL 7 the X11 fonts misc directory is provided by xorg-x11-fonts-misc package:
repoquery --whatprovides '*/fonts/misc'
texlive-base-2:2012-45.20130427_r30134.el7.noarch
xorg-x11-fonts-misc-0:7.5-9.el7.noarch
yum install xorg-x11-fonts-misc
file /usr/share/X11/fonts/misc
/usr/share/X11/fonts/misc: directory
The text was updated successfully, but these errors were encountered: