GRASS logo

NAME

XDRIVER - GRASS Monitor - driver to display GRASS maps in X11 environment
(drivers)

DESCRIPTION

The GRASS XDRIVER can be used to display GRASS maps in X11 environment.

Usage in details

Variables:

Set the XDRIVER size

# bash shell syntax:
export GRASS_WIDTH=xxx
export GRASS_HEIGHT=yyy
# c shell syntax:
setenv GRASS_WIDTH xxx
setenv GRASS_HEIGHT yyy
To control the XDRIVER, use the d.mon module.

The maximum color depth depends on the current X Server settings.

SEE ALSO

HTML map driver, PNG driver, PostScript driver
d.frame, d.mon, g.region

AUTHORS

CERL
various improvements from several authors.
Rewritten 2001 by Glynn Clements

Last changed: $Date: 2007-05-13 23:26:06 -0700 (Sun, 13 May 2007) $