问题:
xyh@ubuntu:~$ sudo Xvfb :10 -screen 0 1366x768x24 -ac
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi/:unscaled, removing from list![dix] Could not init font path element /usr/share/fonts/X11/75dpi/:unscaled, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/100dpi, removing from list!
[dix] Could not init font path element /usr/share/fonts/X11/75dpi, removing from list!
解决办法:
sudo apt-get install xvfb xfonts-100dpi xfonts-75dpi xfonts-cyrillic xorg dbus-x11
本文介绍了一个关于 Xvfb 启动时遇到的字体路径问题,并提供了解决方案,即安装缺失的字体包来确保 Xvfb 的正常运行。

4356

被折叠的 条评论
为什么被折叠?



