Skip to content

Instantly share code, notes, and snippets.

@kanatzidis
Created January 14, 2017 08:05
Show Gist options
  • Save kanatzidis/f40ec8fc753140d3c83ce49b4dc3d5c9 to your computer and use it in GitHub Desktop.
Save kanatzidis/f40ec8fc753140d3c83ce49b4dc3d5c9 to your computer and use it in GitHub Desktop.
  apt-get update &&\
    apt-get install -y libgtk2.0-0 libgconf-2-4 \
    libasound2 libxtst6 libxss1 libnss3 xvfb
  
  Xvfb -ac -screen scrn 1280x2000x24 :9.0 &
  export DISPLAY=:9.0

From segment-boneyard/nightmare#224 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment