Unable to launch VNCServer due to fontpath issues on CentOS 6
When trying out VNCServer on both CentOS 6.2 and CentOS 6.3
$ vncserver
WARNING: The first attempt to start Xvnc failed, possibly because the font
catalog is not properly configured. Attempting to determine an appropriate
font path for this system and restart Xvnc using that font path ...
Could not start Xvnc.
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol:
pixman_composite_trapezoids
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol:
pixman_composite_trapezoids
The solution is to Install / Update
The Pixel manipulation library development package (pixman, pixman-devel)
X font handling library for server (libXfont)
Interestingly, the default installation of X Windows misses out these packages
# yum install pixman pixman-devel libXfont
When trying out VNCServer on both CentOS 6.2 and CentOS 6.3
$ vncserver
WARNING: The first attempt to start Xvnc failed, possibly because the font
catalog is not properly configured. Attempting to determine an appropriate
font path for this system and restart Xvnc using that font path ...
Could not start Xvnc.
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol:
pixman_composite_trapezoids
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol:
pixman_composite_trapezoids
The solution is to Install / Update
The Pixel manipulation library development package (pixman, pixman-devel)
X font handling library for server (libXfont)
Interestingly, the default installation of X Windows misses out these packages
# yum install pixman pixman-devel libXfont
解决CentOS VNC启动字体问题
本文介绍了解决CentOS 6.x上VNC Server因字体路径问题无法启动的方法。通过安装或更新pixman库及X字体处理库(libXfont),成功解决了VNC启动时的错误。
1万+

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



