我最近安装了一个名为 xboard 的国际象棋程序。我尝试从终端打开它,但出现了以下错误。
dineshkumar@dineshkumar-desktop:~$ xboard
xboard: no fonts match pattern -*-helvetica-bold-r-normal--*-*-*-*-*-*-*-*
Some fonts seem to be missing in your system, you should install either xfonts-100dpi or
xfonts-75dpi and then restart Xorg to get xboard running.
See http://bugs.debian.org/504077 and http://bugs.debian.org/562726 for more information.
这是什么意思?我该如何纠正它并运行 xboard?
答案1
需要一些字体。
sudo apt-get install xfonts-75dpi
然后重新启动 xorg。保存文件并进行操作,我的 openbox 在重新启动 lxdm 时出错。
操作方法,请参阅如何从命令行重新启动 X Window Server?
或者,只需重新启动计算机。