Skip to content

Instantly share code, notes, and snippets.

@jigangkim
Created March 19, 2021 02:07
Show Gist options
  • Save jigangkim/52155529f5c93b1c94e69e1935c3c8b6 to your computer and use it in GitHub Desktop.
Save jigangkim/52155529f5c93b1c94e69e1935c3c8b6 to your computer and use it in GitHub Desktop.
xvfb commands

Commands

$ xdpyinfo -display :95 >/dev/null 2>&1 && echo "In use" || echo "Free"
$ Xvfb :95 -screen 0 1400x900x24 & DISPLAY=:95 [<COMMAND> [<ARG>...]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment