Skip to content

Instantly share code, notes, and snippets.

@inian
Created April 15, 2015 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inian/4305b04f991529c67b5a to your computer and use it in GitHub Desktop.
Save inian/4305b04f991529c67b5a to your computer and use it in GitHub Desktop.
Set up a virtual display
export DISPLAY=:10
killall -9 Xvfb
Xvfb :10 -screen 0 1024x768x24 -extension RANDR > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment