ponty / PyVirtualDisplay

Python wrapper for Xvfb, Xephyr and Xvnc
BSD 2-Clause "Simplified" License
714 stars 78 forks source link

Support -fbdir option in Xvfb #9

Closed Julian-O closed 10 years ago

Julian-O commented 11 years ago

Xvfb supports an option to have the virtual screen memory-mapped to a file in a given directory. This is useful for debugging.

The constructor for XvfbDisplay should optionally accept a directory name. If non-null, it should be included as a command-line parameter in _cmd.

ponty commented 10 years ago

Thanks!