Ubuntu 7.10中vnc4server配置过程:1. 配置远程控制权限打开 系统->系统管理->登陆窗口点击<远程>页面,在样式中选择"与本地相同"点击"配置XDMCP"按钮,将"遵从非直接请求"的选中状态取消编辑 /etc/gdm/gdm.confsudo gedit /etc/X11/gdm/gdm.conf找到[xdmcp]节,将enable改为trueEnable=True找到行,# RemoteGreeter=/usr/lib/gdm/gdmlogin 去掉注释RemoteGreeter=/usr/lib/gdm/gdmlogin2. 安装所需软件sudo apt-get install vnc4server xinetd3. 设置VNC口令sudo vncpasswd /root/.vncpasswd4. 在xinetd中增加VNC服务sudo vi /etc/xinetd.d/Xvnc Xvnc内容如下 service Xvnc { type = UNLISTED disable = no socket_type = stream protocol = tcp wait = yes user = root server = /usr/bin/Xvnc server_args = -inetd :1 -query localhost -geometry 1024x768 -depth16 -once -fp /usr/share/fonts/X11/misc -DisconnectClients=0-NeverShared passwordFile=/root/.vncpasswd -extension XFIXES port = 5901 }5. 启动xinetd服务sudo /etc/init.d/xinetd stop sudo killall Xvnc sudo /etc/init.d/xinetd startvnc客户端配置:我的客户端系统是win XP,vnc客户端用的是UltraVNC Viewer。启动UltraVNC Viewer后,在vnserver中输入刚才配置nvc4server的主机ip和vncserver端口号(如 192.168.1.108:5901),端口号在/etc/xinetd.d/Xvnc文件中设置(port = 5901)。输入用户,口令,就可以从远程登录ubuntu7.10桌面了。Fedora 9安装使用初次感受Ubuntu 7.10下源码安装飞鸽传书IpMsg相关资讯 Ubuntu 7.10技巧
- Ubuntu 7.10 下屏蔽笔记本摄像头的 (04/14/2008 06:36:26)
- Ubuntu 7.10下从source安装ruby (04/08/2008 15:18:11)
- Ubuntu 7.10下安装Wine运行原生的 (03/19/2008 19:31:13)
| - Ubuntu 7.10下安装绿色养眼的gOS主 (04/10/2008 18:18:37)
- Ubuntu 7.10 能解压RAR格式文件 (04/01/2008 15:50:01)
- Ubuntu 7.10中Firefox 3安装Flash (03/19/2008 19:29:24)
|
本文评论 查看全部评论 (0)