1: 设置vnc root登陆口令:
#vncpasswd root
输入密码确认。
2: 执行命令启动vnc server:
#vncserver :1
3: 将当前运行模式切换到3:
#init 3
#vncserver -kill :1
#vncserver :1
4: 修改/root/.vnc/xstartup文件如下:
#cat /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" &
#twm &
gnome-session
5: 用windows版本的vnc viewer连接vnc server, 连接输入:
vncip :1
6: gnome-session 不能在已经启动了gnome的条件下启动gnome。
阅读(2354) | 评论(0) | 转发(0) |