add new chinese translations
This commit is contained in:
16
pages.zh/linux/xvfb-run.md
Normal file
16
pages.zh/linux/xvfb-run.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user