我应该在 debian 上的 openoffice 中使用什么虚拟 X 服务器?

发布于 2024-08-02 13:03:12 字数 146 浏览 2 评论 0原文

我需要以批处理模式运行 openoffice 将 .doc 文件转换为 pdf,但 openoffice 无法启动,因为它需要 X 服务器。我的linux盒子没有。

我周围有一些虚拟的黑洞 X 服务器可以使用吗?

我正在使用 Debian 蚀刻。

I need to run openoffice in batch mode to turn .doc files into pdf, but openoffice won't start because it needs an X server. My linux box doesn't have one.

Is there some dummy blackhole X server around I can use?

I'm using debian etch.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

债姬 2024-08-09 13:03:12

您也许可以尝试 xvfb

在 X Window 系统中,Xvfb 或 X
虚拟帧缓冲区是一个 X11 服务器
执行所有图形操作
在内存中,不显示任何屏幕
输出。从
客户端,它的行为与任何其他客户端完全相同
服务器,服务请求并发送
适当的事件和错误。
但是,没有显示任何输出。这
虚拟服务器不需要
它运行的计算机甚至有
屏幕或任何输入设备。只有一个
网络层是必要的。

You could maybe try 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文