HowTo:  Setup an Xvfb display to use ArcGIS software through terminal services in a Linux or Unix environment

相关信息
Article ID: 43112
Software:
ArcGIS Server (10.0 and prior) 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 10
ArcGIS Engine for Linux 10.1, 10.2, 10.2.1, 10.2.2, 10.1 SP1
ArcObjects SDK for cross platform C++ Linux 10.0, 10.1
ArcObjects SDK for Java Linux 10.0, 10.1
Platforms:
Solaris 8, 9, 10
Linux-SUSE Server 9, Server 10, Server 11
RHEL 4, 5, 6

问题描述
Difficulties may be encountered when executing ArcGIS software through terminal services in a Linux or Unix environment.

The third-party MainWin runtime must have a valid display set, even when nothing is being directed to it.

The recommended workaround is to use Xvfb (X virtual framebuffer) to create a virtual display. The following steps describe how to do this.
已邀请:

易智瑞技术支持

赞同来自:

解决方案
To setup a Xvfb display:



$ Xvfb :500 -screen 0 1280x1024x24 &
$ DISPLAY=":500.0"; export DISPLAY


The user should kill the Xvfb process after finishing using the ArcGIS software.




Created: 9/12/2014 Last Modified: 10/16/2014

原文链接
http://support.esri.com/en/kno ... 43112

要回复问题请先登录注册