This cookbook installs Xvfb and configures it as a service. Xvfb is an X server that can run on machines with no display hardware and no physical input devices. It emulates a dumb framebuffer using virtual memory.
- Chef 12.14+
- CentOS, RedHat, Fedora
- Debian, Ubuntu
Just include recipe[xvfb]
in your run_list.
node['xvfb']['display']
- Display number to listen for connections. Default is:0
.node['xvfb']['screennum']
- Screen number. Default is0
.node['xvfb']['dimensions']
- Screen width, height, and depth. Default is1280x1024x24
.node['xvfb']['args']
- Additional arguments. Default isnil
. Set to-ac
to disable access control restrictions.
See attributes/default.rb for complete list of attributes.
- Ask specific questions on Stack Overflow.
- Report bugs and discuss potential features in Github issues.
Please refer to CONTRIBUTING.
MIT - see the accompanying LICENSE file for details.