Xvfb - virtual framebuffer X server for X Version 11. 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.
Download the latest binary version of Xvfb for Linux and Unix using the link below:
Installing the Xvfb binaries for Solaris is nothing more than untarring the software into the proper directory. The following are the steps required to install the software:
% su -
# mkdir /usr/X11R6
# cp X11R6_bin.tar.gz /usr/X11R6
# cd /usr/X11R6
# gunzip X11R6_bin.tar.gz
# tar xvf X11R6_bin.tar
# rm X11R6_bin.tar
Starting Xvfb
#/usr/X11R6/bin/Xvfb :1 -screen 0 1152x900x8 &
The server will listen for connections as server number 1, and screen 0 will be depth 8 1152x900.
Feedbacks: We appreciate your feedbacks and suggestions about our website bala@techgyaan.org
Check out Bala's Google+ profile. Follow @techgyaan

Comments
Post a Comment