Enabling Xvfb for Solaris 10

  To enable Xvfb:

  1. Log on to the computer on which you are running theReporting and Analysis Web application server components as the root user.

  2. Determine whether Virtual Frame Buffer support is available on your computer by issuing the following command:

    pkgchk -l SUNWxwsrv
  3. If SUNWxwsrv is not installed, install it from the Solaris installation media.

  4. Start Xvfb:

/usr/openwin/bin/Xvfb :1 > /dev/null 2>&1 &

where :1 is the a display number not in use.