Ubuntu12.04 64bit 下安装VNC server

虾米姐 阅读:829 2020-10-19 15:17:27 评论:0

 1. 安装gonme核心包(如果是字符界面的话)

apt-get install x-window-system-core
apt-get install gnome-core (下载完成后需要安装dgm,不能选择lightdgm,不然重启以后不能登陆桌面了)
apt-get install metacity
apt-get install gnome-desktop-environment    (optional)

2.安装vnc4server
apt-get install vnc4server

3.设置vncserver密码

# vncpasswd

      Password: ******

      Verify:*****

4.启动VNC server

        # vncserver
# vncserver -kill :1   (:1表示5901端口)

5.修改~/.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-fallback &

 

 6.远程登录

标签:linux
声明

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

关注我们

一个IT知识分享的公众号