我在 Solaris 11 计算机上运行 SlickEdit (IDE),在 Windows 上运行 X 服务器 (xming/xlaunch)。
我在 GUI 中看不到字体,而是看到小方块(如下图所示)。
我怀疑我缺少字体/usr/openwin/lib/X11/fonts/
我应该下载什么包以及从哪里下载它?
SunOS solaris11 5.11 11.0 i86pc i386 i86pc
root@solaris11:~# cat /etc/*release
Oracle Solaris 11 11/11 X86
Copyright (c) 1983, 2011, Oracle and/or its affiliates.
All rights reserved.
Assembled 18 October 2011
root@solaris11:~#
更新:我有另一个 Solaris (5.10),其 UI 具有工作,字体正在工作(并且在它们的位置),当我列出 X11 目录时,我看到内容:
-bash-3.00$ ls -la /usr/openwin/lib/X11/fonts/
total 80
drwxr-xr-x 15 root bin 512 Mar 9 2008 .
drwxr-xr-x 9 root bin 1024 Mar 9 2008 ..
drwxr-xr-x 2 root bin 5120 Mar 9 2008 100dpi
drwxr-xr-x 2 root bin 5120 Mar 9 2008 75dpi
drwxr-xr-x 14 root bin 512 Mar 9 2008 CSL
drwxr-xr-x 2 root bin 1024 Mar 9 2008 encodings
drwxr-xr-x 4 root bin 2048 Mar 9 2008 F3
drwxr-xr-x 2 root bin 9216 Mar 9 2008 F3bitmaps
-rw-r--r-- 1 root root 230 Mar 9 2008 fonts.cache-1
drwxr-xr-x 2 root bin 2560 Mar 9 2008 misc
drwxr-xr-x 2 root bin 512 Mar 9 2008 Speedo
drwxr-xr-x 3 root bin 3072 Mar 9 2008 TrueType
drwxr-xr-x 2 root bin 3072 Mar 9 2008 TTbitmaps
drwxr-xr-x 6 root bin 1024 Mar 9 2008 Type1
drwxr-xr-x 2 root bin 512 Mar 9 2008 Type3
drwxr-xr-x 2 root bin 2048 Mar 9 2008 Xt+
-bash-3.00$
答案1
安装软件包后:xorg-core、fonts-core
pkg install xorg-core fonts-core
一切正常。