Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xdbedizzy(1) [suse man page]

xdbedizzy(1)						      General Commands Manual						      xdbedizzy(1)

NAME
xdbedizzy - demo of DBE creating a double buffered spinning scene SYNOPSIS
xdbedizzy [-display host:dpy] [-delta dlt] [-class visclass] [-depth visdepth] [-visid visualid] [-list] [-nodb] [-help] [-speed number] [-sync] [-spokes n] [-verbose] xdbedizzy [-print] [-printer printername] [-printfile file] [-delta dlt] [-class visclass] [-depth visdepth] [-visid visualid] [-list] [-nodb] [-help] [-sync] [-spokes n] [-verbose] DESCRIPTION
xdbedizzy is a demo of DBE creating a double buffered spinning scene. OPTIONS
-display host:dpy This option specifies the X server to contact. -print Switches to printer output (default is video output). If no other printer arguments are given the default printer is being used. -printer printername This option specifies the Xprint printer to contact. -printfile filename Redirects the PDL (Printer Desktoption Language, usually Postscript, PDF, PCL, etc.) stream to the specified file. -numpages count Number of pages to print. Default is 5. -delta dlt Delta value used to rotate the scene for each frame (video output) or page (printer output). -class visclass Name of visual to choose. Valid values are TrueColor, DirectColor, PseudoColor, StaticColor, Grayscale, StaticGray -depth depth Depth of visual to use. -visid visualid Visual ID to use (ignore -class, -depth). -list List double buffer capable visuals. -nodb Single buffer (ignore -class, -depth, -visid). -help Prints usage and exists. -speed value Defines the time to delay between frames as delay=2sec/speed. Default value is 20. This option is ignored in print mode. -sync Use synchronous X connection. -spokes value Specify number of spokes to draw. The default value is 12. -verbose Print verbose output. SEE ALSO
DBE(3), XdbeSwapBuffers(3), XdbeGetVisualInfo(3), XdbeAllocateBackBufferName(3), X(7), Xprint(7), Xserver(1) ENVIRONMENT
DISPLAY DISPLAY must be set to get the default host and display to use. XPSERVERLIST XPSERVERLIST must be set for the -printer option identifying the available Xprint servers. See Xprint(7) for more details. AUTHOR
Mark Kilgard Allen Leinwand Roland Mainz 20 October 2004 xdbedizzy(1)

Check Out this Related Man Page

XDPR(1) 						      General Commands Manual							   XDPR(1)

NAME
xdpr - dump an X window directly to a printer SYNOPSIS
xdpr [ filename ] [ -display host:display ] [ -Pprinter ] [ -device devtype ] [ option ... ] DESCRIPTION
Xdpr uses the commands xwd, xpr, and lpr or lp to dump an X window, process it for a particular printer type, and print it out on the printer of your choice. This is the easiest way to get a printout of a window. Xdpr by default will print the largest possible represen- tation of the window on the output page. The options for xdpr are the same as those for xpr, xwd, and lpr or lp. The most commonly-used options are described below; see the manual pages for these commands for more detailed descriptions of the many options available. OPTIONS
filename Specifies a file containing a window dump (created by xwd) to be printed instead of selecting an X window. -Pprinter Specifies a printer to send the output to. If a printer name is not specified here, xdpr (really, lpr or lp) will send your output to the printer specified by the PRINTER environment variable. Be sure that type of the printer matches the type specified with the -device option. -display host:display[.screen] Normally, xdpr gets the host and display number to use from the environment variable ``DISPLAY.'' One can, however, specify them explicitly; see X(1). -device devtype Specifies the device on which the file will be printed. Currently supported: la100 Digital LA100 ljet HP LaserJet series and other monochrome PCL devices such as ThinkJet, QuietJet, RuggedWriter, HP2560 series, and HP 2930 series printers ln03 Digital LN03 pjet HP PaintJet (color mode) pjetxl HP HP PaintJet XL Color Graphics Printer (color mode) pp IBM PP3812 ps PostScript printer The default is PostScript. -device lw (LaserWriter) is equivalent to -device ps and is provided only for backwards compatibility. -help This option displays the list of options known to xdpr. Any other arguments will be passed to the xwd, xpr, and lpr or lp commands as appropriate for each. SEE ALSO
xwd(1), xpr(1), lpr(1), lp(1), xwud(1), X(1) ENVIRONMENT
DISPLAY which display to use by default. PRINTER which printer to use by default. COPYRIGHT
Copyright X Consortium See X(1) for a full statement of rights and permissions. AUTHORS
Paul Boutin, MIT Project Athena Michael R. Gretzinger, MIT Project Athena Jim Gettys, MIT Project Athena X Version 11 Release 6 XDPR(1)
Man Page