- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在通用/干净的Centos或RH类型的Linux上设置vncserver。我在AWS EC2基础架构中工作,但是我认为那应该没关系。
为了使这项工作取得成功,我们需要满足一些先决条件,以帮助我们运行vnc session ,即X Windows。
我已经安装了所有常用的软件包,在yum的帮助下,并遵循了我在互联网上可以找到的所有建议
# Start by installing the X Windows System (-y to auto accept)
yum groupinstall -y "X Window System"
# Install the VNC stuff
yum install -y tigervnc-server tigervnc-server-module
service vncserver start
bash-4.1# service vncserver start
Starting VNC server: 2:root xauth: creating new authority file /root/.Xauthority
WARNING: The first attempt to start Xvnc failed, possibly because the font
catalog is not properly configured. Attempting to determine an appropriate
font path for this system and restart Xvnc using that font path ...
Could not start Xvnc.
Xvnc TigerVNC 1.1.0 - built Feb 22 2013 22:28:37
Copyright (C) 1999-2011 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 11300000, The X.Org Foundation
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension VNC
Mon Apr 1 01:09:13 2013
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5902
vncext: created VNC server for screen 0
[dix] Could not init font path element catalogue:/etc/X11/fontpath.d, removing from list!
[dix] Could not init font path element built-ins, removing from list!
Fatal server error:
could not open default font 'fixed'
最佳答案
yum安装的神奇组合使它对我有效,如下所示:
yum groupinstall -y "X Window System"
yum install -y tigervnc-server tigervnc-server-module libXfont pixman xterm xorg-x11-twm
chkconfig --level 345 vncserver on
echo 'VNCSERVERS="2:root"' >> /etc/sysconfig/vncservers
VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -localhost"
tcpdump port 5902
关于remote-access - 在Centos或RH类型的Linux上启动vncserver失败,并显示-致命服务器错误: could not open default font 'fixed' .如何解决此问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15738785/
我正在尝试在 Centos 6 下使用密码从 bash 脚本安装tigervnc-server。 我想这样做是因为我想自动化 VPS 安装。有人知道怎么做这个吗?尝试在脚本中添加两行密码,因为它要求您
大家好 我想在我的 ubuntu 16.04 服务器上安装“vncserver”,但是当我通过“VNC 查看器”连接时它总是灰屏。不知道是什么问题,谁能帮忙解决下?非常感谢! vnaserver 启动
vncserver命令行或桌面命令行模拟器创建的历史文件路径在哪里? 我需要命令行历史,但是当你使用桌面命令行时,我找不到历史文件。或者,如果您使用 vncserver 命令行。 操作系统:CentO
我正在尝试配置 GCP Linux VM 以运行 VNC 服务器。我按照这里的说明操作:https://www.youtube.com/watch?v=-tZLBcfyngU而且我没有任何明显的问题。
我正在使用 Ubuntu 12.04(我认为它是桌面...)并运行 vncserver 以远程连接到它。如果我在启动服务器时使用 -geometry 标志,我可以成功设置分辨率,但我希望这是默认设置,
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许在 Stack Overflow 上提出有关通用计算硬件和软件的问题。您可以编辑问题,使其成为
我看到另一个人使用 noVnc 为 linux 制作一个 webshell,它不是图形的,其运行级别为 3,如下图所示。有谁知道如何在level3中运行vncserver? 最佳答案 是否处于运行
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a softwar
您好,我正在使用 Selenum2Library 在机器人框架中编写测试用例。我正在另一台虚拟机上运行我的产品,并在另一台机器上使用代理设置和 Selenium。如果没有代理,我可以在一个上运行 se
是否可以在 :0 上启动 vncserver 而无需重新启动系统? 系统详情: Gnome 桌面管理器 [root@server ~]# uname -a Linux server.com 2.6.3
我想在 docker 容器中运行 Firefox(或任何图形应用程序)。 我的需求:当我启动容器时,我应该创建一个虚拟显示,启动 VNC 服务器,然后启动 GUI 应用程序。这意味着在容器成功启动后,
不确定我是否真的是最新的,但我正在寻找一种方法来将我现有的项目转换为使用 HTML5 websockets。 这是我的情况: - Client runs a modified java vnc app
我按照本指南为 ec2 aws 实例设置 GUI:https://youtu.be/9BAoJ7JZHr0 sudo apt-get install ubuntu-desktop vnc4server
首先让我指出我是 tomcat 和 Jenkins 的新手。这是我设置的第一个 CI 服务器。 我正在开发一个 flex 应用程序,我的目标是让 jenkins 在将更改推送到 github 后自动构
我使用 Ubuntu 14.04.4 LTS 并安装了 vnc4server。启动 vncdesktops 的基本脚本位于/etc/init.d/vncserver 下,它是一个 bash 脚本。这对
我正在尝试在 Google Compute Engine (GCE) 的 VM 盒上安装 VNCServer,但没有成功。 我已按照 this article 中给出的步骤进行操作. 但仍然没有成功。
我尝试使用为此创建的用户在 Red Hat Enterprise Linux Server 版本 6.5 中启动 vncserver,当我输入 vncserver 时,我得到了以下信息: WARNIN
我是一名优秀的程序员,十分优秀!