ChinaUnix.net
相关文章推荐:

vncserver破解版

我的系统是FC3,安装了vncserver并配置好了相关的设置,在WINDOWS下用vncviewer进行控制时,打开音乐可是听不到声言,这是怎么回事呀,难道FC3不支持,还是VNC不支持,谢谢

by ahlai - Linux论坛 - 2005-10-29 08:33:50 阅读(736) 回复(1)

相关讨论

Redhat AS3下启动vncserver,日志如下: Xvnc Free Edition 4.1.1 - built Mar 11 2005 16:09:48 Copyright (C) 2002-2005 RealVNC Ltd. See http://www.realvnc.com for information on VNC. Underlying X server release 40201000, The XFree86 Project, Inc ...

by wysunxiaohua - 系统管理 - 2006-05-03 18:06:52 阅读(577) 回复(1)

各位都是怎么卸载vncserver的,我现在想卸载vncserver,可是怕卸载不干净,到时老出问题,哪位弄过,说一下

by why_go_linux - 服务器架设 - 2006-03-27 16:24:49 阅读(779) 回复(0)

我每次用vncserver连接到LINUX后有些环境变量就和直接登陆时不一样了如:系统的字体设置,那里可以修改。(我用GNOME)/ROOT/。VNC/XSTARTUP的内容如下: #!/bin/sh # Uncomment the following two lines for normal desktop: # unset SESSION_MANAGER # exec /etc/X11/xinit/xinitrc [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources #xsetroot -solid grey #vncconfig -iconic & #xterm -geometry 80x24+10+10 -ls -title ...

by llzqq - Linux论坛 - 2004-01-13 09:20:38 阅读(372) 回复(0)

我需要远程管理和应用服务器,有人建议用vnc,可是在vncserver 应用中,我的屏幕上显示光标一直停在verify后,并且几个小时后还是这样。以前用时没有问题,终端显示如下: [root@localhost ~]# vncserver :1 You will require a password to access your desktops. Password: Verify: root 和普通用户使用都出现这种情况,希望大家给予帮助,谢谢

by biocc - 网络技术 - 2008-08-24 14:30:55 阅读(1062) 回复(1)

1.安装vncserver # cd /usr/ports/net/vnc # make install clean 2.运行,第一次运行时会要求输入密码 #vncserver You will require a password to access your desktops. Password: 3.修改启动的session # cd # vi .vnc/xstartup # 修改成下面的内容 #!/bin/sh [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & # 下面的2行是vncserver第一次启动的时候产生的,为了使用Gnome,...

by int345 - BSD文档中心 - 2008-03-20 21:11:00 阅读(870) 回复(0)

# vncserver vncserver: not found 开始以为VNC在SOLARIS下面有,但是通过自己的安装,发现没有,呵呵

by foreverleee - Solaris - 2008-05-27 07:28:33 阅读(1842) 回复(9)

在LINUX通过RPM包安装了vncserver,通过vncpasswd设置了密码,在LINUX启动vncserver,可以通过HTTP来进行远程控制,但是每次重新启动计算机都需要重新激活vncserver。非常不方便。 我通过vi /etc/rc.d/rc.local 通过修改vi /etc/rc.d/rc.local 加入 vncserver还是启动的时候不能自动启动,我通过setup命令把vncserver激活也不行,寻求帮助,还有一个问题,就是在LINUX启动的时候显示网卡的状态为ok,但是机器好像没有激活似的,还是...

by yanggang209 - 服务器架设 - 2006-11-22 18:56:48 阅读(979) 回复(4)

新装的FC5,已用vncpasswd生成root密码,默认设置全部未修改,用service vncserver start显示成功,但ps aux|grep vnc显示只有 /bin/sh /root/.vnc/xstartup进程,正常情况下应该有Xvnc进程,而且过几分钟后那个进程也自动消失了,更无法连接,不知道哪位朋友能帮我解决这个问题?

by lakesun - 服务器架设 - 2006-07-28 13:01:20 阅读(418) 回复(0)

This article is a HOWTO for running vncserver on Linux. These examples are specific to Red Hat Enterprise Linux , but should work on any type of Linux system. What is vncserver?VNC stands for Virtual Network Computing. It was originally developed by AT&T as a way to administer machines without using the console. If you have used Windows Terminal Services (RDP) , VNC will seem very familiar. W...

by txkss - BSD文档中心 - 2006-07-01 23:24:51 阅读(629) 回复(0)

在root用户下,执行命令vncserver,一切正常。 但在其它用户(如,jiang)下执行该命令,则会报: vncserver: Could not create /home/jiang/.vnc. /home/jiang是用户jiang的默认目录。 请问应该如何处理它,是权限的问题吗? :shock: :em12:

by jiangshachina - 系统管理 - 2006-06-27 08:17:37 阅读(877) 回复(1)