1xdriver(1)                    Grass User's Manual                   xdriver(1)
2
3
4

NAME

6       XDRIVER - GRASS Monitor  - driver to display GRASS maps in X11 environā€
7       ment
8
9       (drivers)
10

DESCRIPTION

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

Usage in details

15       Variables:
16
17                     GRASS_WIDTH
18                       set the x size in pixel for the XDRIVER (default: 640)
19
20                     GRASS_HEIGHT
21                       set the y size in pixel for the XDRIVER (default: 480)
22
23                     XDRIVER_LEFT
24                       defines the left position of GRASS monitor
25
26                     XDRIVER_TOP
27                       define the upper position of GRASS monitor
28
29   Set the XDRIVER size
30
31       # bash shell syntax:
32       export GRASS_WIDTH=xxx
33       export GRASS_HEIGHT=yyy
34
35       # c shell syntax:
36       setenv GRASS_WIDTH xxx
37       setenv GRASS_HEIGHT yyy
38        To control the XDRIVER, use the d.mon module.
39
40       The maximum color depth depends on the current X Server settings.
41

SEE ALSO

43       g.region, d.mon, pngdriver
44

AUTHORS

46       CERL
47       various improvements from several authors.
48       Rewritten 2001 by Glynn Clements
49
50       Last changed: $Date: 2006/02/09 13:24:13 $
51
52
53
54GRASS 6.2.2                                                         xdriver(1)
Impressum