热搜词
发表于 2013-4-17 10:59:19 | 显示全部楼层 |阅读模式
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.登录时更换为经典界面。
全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-12-24 10:14 , Processed in 0.207866 second(s), 26 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team