using Xvfb for server side graphics

From: Matthew Hixson <hixson@xxx.org>
Date: Mon Nov 04 2002 - 11:39:58 PST

We're using Xvfb to do some image manipulation on the server side. It
works well, but I'm wondering if anyone has modified Resin's startup
scripts to gracefully start and stop Xvfb with Resin, setting the
DISPLAY variable also. Right now I just threw this into httpd.sh
before it calls wrapper.pl.

Xvfb :1 -screen 0 1024x768x24 &
export DISPLAY="localhost:1.0"
xhost +

  Thanks,
    -M@
Received on Mon 04 Nov 2002 11:39:58 -0800

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:23 PDT