OpenOffice를 배치 모드로 실행하여 .doc 파일을 pdf로 변환해야하지만 X 서버가 필요하기 때문에 openoffice가 시작되지 않습니다. 내 리눅스 박스에는 없다.데비안에서 openoffice와 함께 사용해야하는 더미 X 서버는 무엇입니까?
사용할 수있는 더미 블랙홀 X 서버가 있습니까?
저는 debian etch를 사용하고 있습니다.
OpenOffice를 배치 모드로 실행하여 .doc 파일을 pdf로 변환해야하지만 X 서버가 필요하기 때문에 openoffice가 시작되지 않습니다. 내 리눅스 박스에는 없다.데비안에서 openoffice와 함께 사용해야하는 더미 X 서버는 무엇입니까?
사용할 수있는 더미 블랙홀 X 서버가 있습니까?
저는 debian etch를 사용하고 있습니다.
당신은 아마 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.
가 시도하고 가지 일을 시도 할 수 있습니다. xvfb-run을 사용하면 X11 오류가 발생합니다. display : : 99를 열 수 없습니다. – jeje
xfont-base를 설치하면 오류가 제거되었습니다. 누락 된 글꼴 때문에 xvfb이 제대로 시작되지 않았습니다. – jeje
'apt install xvfb; Xvfb : 1 &; export DISPLAY = : 1' –