System Grab Bag

View all TLDR pages from Linux (or from all pages)

xvfb-run

Run a command in a virtual X server environment. More information: https://www.x.org/wiki/.
  • Run the specified command in a virtual X server:
    xvfb-run {{command}}
  • Try to get a free server number, if the default (99) is not available:
    xvfb-run --auto-servernum {{command}}
  • Pass arguments to the Xvfb server:
    xvfb-run --server-args "{{-screen 0 1024x768x24}}" {{command}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.