记录一下,以备后用。
机器:Ubuntu 10.04 32位
预置条件:
Windows7己安装RealVNC
步骤:
1. 安装软件
sudo apt-get install vnc4server
2. 修改配置文件
vim ~/.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 &
#x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
#x-window-manager &
3. 重启Ubuntu
4. 启动服务
sudo vnc4server
4. 测试
Windows7运行RealVNC,连接Ubuntu