2009-08-26 11 views
3

私はバッチモードでopenofficeを実行して.docファイルをpdfに変換する必要がありますが、openofficeはXサーバが必要なため起動しません。私のLinuxの箱は持っていません。debianでopenofficeで使用するダミーXサーバは何ですか?

ダミーブラックホールXサーバーがありますか?

私はdebian etchを使用しています。

答えて

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' –

関連する問題