Forrest logo
back to context overview

xvfb-run

List of commands for xvfb-run:

  • xvfb-run:tldr:167d1 xvfb-run: Run the specified command in a virtual X server.
    $ xvfb-run ${command}
    try on your machine
    explain this command
  • xvfb-run:tldr:3b94e xvfb-run: Pass arguments to the Xvfb server.
    $ xvfb-run --server-args "${-screen 0 1024x768x24}" ${command}
    try on your machine
    explain this command
  • xvfb-run:tldr:d987f xvfb-run: Try to get a free server number, if the default (99) is not available.
    $ xvfb-run --auto-servernum ${command}
    try on your machine
    explain this command
back to context overview