2009-08-26 5 views

답변

6

당신은 아마 xvfb

In the X Window System, Xvfb or X virtual framebuffer is an X11 server that performs all graphical operations in memory, not showing any screen output. From the point of view of the client, it acts exactly like any other server, serving requests and sending events and errors as appropriate. However, no output is shown. This virtual server does not require the computer it is running on to even have a screen or any input device. Only a network layer is necessary.

+0

가 시도하고 가지 일을 시도 할 수 있습니다. xvfb-run을 사용하면 X11 오류가 발생합니다. display : : 99를 열 수 없습니다. – jeje

+2

xfont-base를 설치하면 오류가 제거되었습니다. 누락 된 글꼴 때문에 xvfb이 제대로 시작되지 않았습니다. – jeje

+0

'apt install xvfb; Xvfb : 1 &; export DISPLAY = : 1' –