Created
August 2, 2011 10:39
-
-
Save bufferoverflow/1119990 to your computer and use it in GitHub Desktop.
Xvfb notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
start Xvfb | |
$ Xvfb :99 | |
create a screenshot on a xvfb: | |
$ export DISPLAY=:99 | |
$ import -window root screenshot.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment