Files
tldr/pages.zh/linux/xvfb-run.md

16 lines
410 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# xvfb-run
> 在虚拟 X 服务器环境中运行命令。
> 更多信息:<https://www.x.org/wiki/>.
- 在虚拟 X 服务器中运行指定的命令:
`xvfb-run {{command}}`
- 尝试获取一个空闲的服务器编号如果默认的99不可用
`xvfb-run --auto-servernum {{command}}`
- 将参数传递给 Xvfb 服务器:
`xvfb-run --server-args "{{-screen 0 1024x768x24}}" {{command}}`