linux下配置使用VNC

我用的是CentOS4.3,默认已经安装了vnc-server-4.0-8.1。如果你不确定你的系统安装了没用rpm –qa vnc | grep vnc 试试。

以下操作都是以ROOT身份运行。

vncpasswd 修改连接密码。

 

修改/root/.vnc/xstartup文件。

#!/bin/sh

 

# Uncomment the following two lines for normal desktop:

# unset SESSION_MANAGER

# exec /etc/X11/xinit/xinitrc

 

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup

[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources

xsetroot -solid grey

vncconfig -iconic &

xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &

export LANG=zh_CN.GB18030

gnome-session &

#twm &

 

Vnc默认是用twmwindow,这个功能太差劲了,注释掉,加了一行:gnome-session &。我是用gnome的,用KDE的话google一下吧。

 

export LANG=zh_CN.GB18030这一行在每次会话的时候把语言改成中文,我的系统默认是en_US.UTF-8,进入Xwindow时就不会有语言上的问题了。

 

 

vi /etc/sysconfig/vncservers

# The VNCSERVERS variable is a list of display:user pairs.

#

# Uncomment the line below to start a VNC server on display :1

# as my 'myusername' (adjust this to your own).  You will also

# need to set a VNC password; run 'man vncpasswd' to see how

# to do that.

#

# DO NOT RUN THIS SERVICE if your local area network is

# untrusted!  For a secure way of using VNC, see

# <URL:http://www.uk.research.att.com/vnc/sshvnc.html>.

 

 VNCSERVERS="1:root"

 VNCSERVERARGS[1]="-geometry 1024x768"

 

 

VNCSERVERS="1:root"表示第一个vnc配置是以root身份运行的。

VNCSERVERARGS[1]="-geometry 1024x768"注意这里的[1]对应上面的1:root,设置分辨率。

 

简单吧。

 

 

VNC客户端连接的时候就是样192.168.1.108:1。我用的是RealVNC

 

 
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值