vncserver 中 icfb不能启动
在啟動 vncserver 時, 要加上 -depth 的 option. vncserver -depth 8 或是 vncserver -depth 24 這樣就能虛擬出 Cadence tool 所需要的顏色數(深度) 了.
Redhat as 5 vncserver及vncviewer的详细配置
这篇写的比我好,收藏
Redhat as 5 vncserver及vncviewer的详细配置1、 首先要配置的是服务端A 确认服务器端是否安装了vncserver使用rpm -qa vnc命令如果收到如下信息说明已经安装了vncserver,[root@localhost: ~]#rpm -qa |grep vncgtk-vnc-python-0.3.2-3.el5vnc-server-4.1.2-14.el5gtk-vnc-0.3.2-3.el5vnc-4.1.2-14.el5B从光盘找到安装包进行安装首先将光盘挂载(也叫解压)到某个目录这里是在/var/ftp/pub/下面建立了rhel5-64目录mount -o loop rhel-server-5.3-x86_64-dvd.iso /var/ftp/pub/rhel5-64/然后在/var/ftp/pub/rhel5-64/Server目录下找到 vnc-server-4.1.2-14.el5.x86_64.rpm安装包,使用rpm -ivh vnc-server-4.1.2-14.el5.x86_64.rpm命令直接安装;C 接下来就是最重要的配置步骤了:服务器端配置如下:1)第一次启动vncserver 会提示输入密码:管理员帐户:[root@localhost /]# vncserverYou will require a password to access your desktops.Password: 输入vnc 连接密码Verify: 确认vnc密码xauth: creating new authority file /root/.XauthorityNew ‘localhost.localdomain:1 (root)’ desktop is localhost.localdomain:1Creating default startup script /root/.vnc/xstartupStarting applications specified in /root/.vnc/xstartupLog file is /root/.vnc/localhost.localdomain:1.log普通用户:[root@localhost [...]
vncserver详细设置
这两天给公司买了2台超豪华的机器,8G内存,4核。呵呵,下面记录一下我配置VNCSERVER的过程。
1. 开用户
修改配置文件/etc/sysconfig/vncservers
VNCSERVERS=”1:root 2:Jack 3:Marry”
开了3个用户root, Jack,Marry.
VNCSERVERARGS[1]=”-geometry 1280×1024 -alwaysshared -depth 16″其中-alwaysshared表示允许多终端同时登录,-depth指颜色分辨率,可以是8,16,24,32。
2.产生.vnc文件
按1:root 2:Jack 3:Marry顺序切换用户,执行vncserver命令,产生vnc的需要的文件。
产生过程中会提示输入用户密码。
3.修改~/.vnc/xstartup文件
将文件其他内容全部注释掉,加入下面这一行
exec /etc/X11/xinit/xinitrc
这个会启动xwindows登陆
4.关于防火墙的设置
如果在局域网内,我是直接关闭了iptable的功能。在servers中停止该功能就可以使用vncviewer访问服务器了。
5. 使用vncviewer登陆。
Del.icio.us : vncserver.linux
