On Fri, Oct 19, 2001 at 04:59:15PM +1000, Phil Blake wrote:
> Hi all,
>
> I'm making an attempt to get SVG's working.
>
> My understanding is that svg2jpeg and svg2png currently has a dependency
> on Xvfb.
>
> I'm running MacOS X so I installed Xfree86, including Xvfb and used the
> script submitted by someone on the list:
>
> if [ "$1" = "stop" ] ; then
> # kill off any framebuffer running, kill kill kill :-)
> kill -TERM `/sbin/pidof Xvfb`
> elif [ "$1"="start" -o "$1"="run" ] ; then
> # start up a virtual framebuffer for cocoon2's rendering
> Xvfb :1 -screen 0 320x240x24 &
^^^^^^^^^^
320x240 is a rather miserable little framebuffer ;) Perhaps try increasing to
1024x768 or something. Just guessing.
FYI, here's some Xvfb install notes I wrote for non-Cocoon stuff:
http://newgate.socialchange.net.au/~jeff/docs/tomcat/Xvfb.html
--Jeff
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>