博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
解决RHEL6 vncserver 启动 could not open default font 'fixed'错误.
阅读量:4079 次
发布时间:2019-05-25

本文共 769 字,大约阅读时间需要 2 分钟。

Thu May  5 10:08:33 2016

 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5902
 vncext:      created VNC server for screen 0
[dix] Could not init font path element catalogue:/etc/X11/fontpath.d, removing from list!
[dix] Could not init font path element built-ins, removing from list!
(EE) 
Fatal server error:
(EE) could not open default font 'fixed'(EE) 

主要是缺少相关字体,通过yum安装就可以了

  1. yum install libXfont    
  2. yum install xorg-x11-xdm  
  3. yum install xorg-x11-fonts* 

启动vnc

[root@host.repos.d]# service vncserver start

Starting VNC server: 2:root xauth: (stdin):1:  bad display name "host:2" in "add" command
New 'host:2 (root)' desktop is lab186lte156:2
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/host:2.log             [OK]

转载地址:http://iwsni.baihongyu.com/

你可能感兴趣的文章
net TCP/IP / TIME_WAIT / tcpip / iperf / cain
查看>>
webServer kzserver/1.0.0
查看>>
OS + Unix IBM Aix basic / topas / nmon / filemon / vmstat / iostat / sysstat/sar
查看>>
my ReadMap subway / metro / map / ditie / gaotie / traffic / jiaotong
查看>>
OS + Linux DNS Server Bind
查看>>
linux下安装django
查看>>
Android 解决TextView设置文本和富文本SpannableString自动换行留空白问题
查看>>
Android开发中Button按钮绑定监听器的方式完全解析
查看>>
Android自定义View实现商品评价星星评分控件
查看>>
postgresql监控工具pgstatspack的安装及使用
查看>>
postgresql查看表的和索引的情况,判断是否膨胀
查看>>
postgresql中根据oid和filenode去找表的物理文件的位置
查看>>
postgresql减少wal日志生成量的方法
查看>>
swift中单例的创建及销毁
查看>>
获取App Store中App的ipa包
查看>>
iOS 关于pods-frameworks.sh:permission denied报错的解决
查看>>
设置tabbaritem的title的颜色及按钮图片
查看>>
动态设置label的高度
查看>>
图片压缩
查看>>
检测缓存文件是否超时
查看>>