1xdriver(1) Grass User's Manual xdriver(1)
2
3
4
6 XDRIVER - GRASS Monitor - driver to display GRASS maps in X11 environā
7 ment
8
9 (drivers)
10
12 The GRASS XDRIVER can be used to display GRASS maps in X11 environment.
13
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_TRUECOLOR=[TRUE|FALSE]
24 Look for a TrueColor visual (?)
25
26 XDRIVER_WINDOW
27 ?
28
29 XDRIVER_PRIVATE_CMAP
30 Private color map (?)
31
32 XDRIVER_LEFT
33 defines the left position of GRASS monitor (removed?)
34
35 XDRIVER_TOP
36 define the upper position of GRASS monitor (removed?)
37
38 Set the XDRIVER size
39
40 # bash shell syntax:
41 export GRASS_WIDTH=xxx
42 export GRASS_HEIGHT=yyy
43
44 # c shell syntax:
45 setenv GRASS_WIDTH xxx
46 setenv GRASS_HEIGHT yyy
47 To control the XDRIVER, use the d.mon module.
48
49 The maximum color depth depends on the current X Server settings.
50
52 HTML map driver, PNG driver, PostScript driver
53 d.frame, d.mon, g.region
54
56 CERL
57 various improvements from several authors.
58 Rewritten 2001 by Glynn Clements
59
60 Last changed: $Date: 2007-05-14 08:26:06 +0200 (Mon, 14 May 2007) $
61
62
63
64GRASS 6.3.0 xdriver(1)