VNC install and use in rhel6

本文详细介绍了如何在Linux系统上安装及配置VNC服务,包括VNC服务器和客户端的安装步骤、配置方法以及连接测试过程。此外还解决了在安装过程中可能遇到的问题,如symbol lookup error和字体加载错误。
摘要由CSDN通过智能技术生成

Installed the VNCserver and VNCclient and tested.

1, install 

yum install vnc vnc-server


2, configure

vim /etc/sysconfig/vncservers

 VNCSERVERS="2:root"
 #VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -localhost"
 VNCSERVERARGS[3]="-geometry 800x600"


3, start vncserver and test the connection from other pc.

service vncserver status

chkconfig vncserver on


connect from other computer by using TigerVNC Viewer, needs to input "IPaddress:2", will access the desktop xwindows.


4, two problems encountered and solved.

a, 

/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids

needs to install pixman

# yum install pixman pixman-devel


b, 

Fatal server error:
could not open default font 'fixed'

needs to install libXfont

yum install libXfont


 
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值