1XSTDCMAP(1) General Commands Manual XSTDCMAP(1)
2
3
4
6 xstdcmap - X standard colormap utility
7
9 xstdcmap [-all] [-best] [-blue] [-default] [-delete map] [-display dis‐
10 play] [-gray] [-green] [-help] [-red] [-verbose] [-version]
11
13 The xstdcmap utility can be used to selectively define standard col‐
14 ormap properties. It is intended to be run from a user's X startup
15 script to create standard colormap definitions in order to facilitate
16 sharing of scarce colormap resources among clients. Where at all pos‐
17 sible, colormaps are created with read-only allocations.
18
20 The following options may be used with xstdcmap:
21
22 -all This option indicates that all six standard colormap properties
23 should be defined on each screen of the display. Not all
24 screens will support visuals under which all six standard col‐
25 ormap properties are meaningful. xstdcmap will determine the
26 best allocations and visuals for the colormap properties of a
27 screen. Any previously existing standard colormap properties
28 will be replaced.
29
30 -best This option indicates that the RGB_BEST_MAP should be defined.
31
32 -blue This option indicates that the RGB_BLUE_MAP should be defined.
33
34 -default
35 This option indicates that the RGB_DEFAULT_MAP should be
36 defined.
37
38 -delete map
39 This option specifies that a specific standard colormap prop‐
40 erty, or all such properties, should be removed. map may be
41 one of: default, best, red, green, blue, gray, or all.
42
43 -display display
44 This option specifies the host and display to use; see X(7).
45
46 -gray This option indicates that the RGB_GRAY_MAP should be defined.
47
48 -green This option indicates that the RGB_GREEN_MAP should be defined.
49
50 -help This option indicates that a brief description of the command
51 line arguments should be printed on the standard error. This
52 will be done whenever an unhandled argument is given to xstd‐
53 cmap.
54
55 -red This option indicates that the RGB_RED_MAP should be defined.
56
57 -verbose
58 This option indicates that xstdcmap should print logging infor‐
59 mation as it parses its input and defines the standard colormap
60 properties.
61
62 -version
63 This option indicates that xstdcmap should print its version
64 and exit.
65
67 DISPLAY to get default host and display number.
68
70 X(7)
71
73 Donna Converse, MIT X Consortium
74
75
76
77
78
79X Version 11 xstdcmap 1.0.3 XSTDCMAP(1)