This the first release of an SVGAlib patch for ghostscript 2.6.1, and is based on Sigfrid Lundberg's VGAlib patch. I've added support for all the various SVGAlib screen resolutions (although output is 16 color even if you use modes that support more colors), and added options that allow you to resize the image and change which part of the image is viewed on the screen. Instructions: 1. Get ghostscript 2.6.2 source. I found it at prep.ai.mit.edu, /pub/gnu. 2. Patch gs.c and gs.1 like this: patch < gs.c.diff patch < gs.1.diff 3. Put gdevlinux.c in with the ghostscript source. 4. Copy one of the Makefiles into the gs262 directory. They both contain all of the applicable devices for Linux, but one of them does not contain the X11 driver. This is useful for people who don't run X, since gs with the driver won't compile or load if the X libs aren't present. 5. Type "make". Enjoy! --- Patrick Volkerding volkerdi@mhd1.moorhead.msus.edu bf703@cleveland.freenet.edu