pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / cmap_compact / src / cmap_compact.1
blob62b0bfd1c2ac16b9cc8d359b855cb359b9d0e7ca
1 .\" Copyright (c) 1990, 1995, Oracle and/or its affiliates. All rights reserved.
2 .\"
3 .\" Permission is hereby granted, free of charge, to any person obtaining a
4 .\" copy of this software and associated documentation files (the "Software"),
5 .\" to deal in the Software without restriction, including without limitation
6 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
7 .\" and/or sell copies of the Software, and to permit persons to whom the
8 .\" Software is furnished to do so, subject to the following conditions:
9 .\"
10 .\" The above copyright notice and this permission notice (including the next
11 .\" paragraph) shall be included in all copies or substantial portions of the
12 .\" Software.
13 .\"
14 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17 .\" THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 .\" DEALINGS IN THE SOFTWARE.
21 .TH cmap_compact 1 "15 October 2010"
22 .IX "cmap_comapct" "" "\f3cmap_compact\f1(1) \(em utility to reduce colormap flashing" ""
23 .IX "color" "prev" "color" "preventing flashing \(em \f3cmap_compact\f1(1)" ""
24 .SH NAME
25 cmap_compact \- colormap configuration utility to reduce colormap flashing.
26 .SH SYNOPSIS
27 .B cmap_compact
29 .B \\fIop\f1 
30 ] [
31 .B \-display
32 .I dpyname
34 .SH DESCRIPTION
35 .LP
36 .B cmap_compact
37 is a utility which allows certain colors to be designated as special
38 and to be promoted to the high end of the default colormap (toward pixel 255).
39 This reduces colormap flashing in many situations.
40 .PP
41 This technique has no effect for monochrome or full color screens; it 
42 applies only to PseudoColor screens.
43 .SH OPTIONS
44 .TP
45 \f3-display\f1 \fIdpyname\f1
46 Indicates the X11 display to use.  ':0' is the default.
47 .LP
48 \fIop\f1 can be one of the following operations:
49 .TP
50 .B save
51 Records the RGB color values of all shareable (read-only) colors in the
52 default colormap for each active screen and saves these values on
53 the file \f3~/.owcolors\f1.
54 .PP
55 The black and white pixels (typically at pixels 254 and 255) are ignored
56 during the save.  
57 .PP
58 Note that all colors are ignored for screens with a StaticColor default colormap.
59 Note also that the server is grabbed during the save.
60 .TP
61 .B init
62 Reads the colors which have been saved in \f3~/.owcolors\f1 and allocates
63 them as read-only colors at the high-end of the default colormap.
64 The color allocations for those applications which use these colors 
65 will be derived from these high colors.
66 If there is no \f3~/.owcolors\f1 file, nothing happens and no message
67 is printed out.
68 .PP
69 The colors are allocated in reverse order of the order in which they
70 were saved.  Thus, the lowest pixel in the colormap at save time
71 becomes the highest pixel at initialization time.  
72 .PP
73 This operation is typically invoked from \f3~/.xinitrc\f1 prior to
74 starting the color applications.
75 .PP
76 This operation creates on the root window of each screen a property named 
77 \fIXA_COMPACTED_COLORS_COUNT\f1 of type XA_INTEGER.
78 The value of this property specifies the number of initialized colors for that screen.
79 Note: this value also includes the black and white pixels.
80 .PP
81 An X11 \fIclose down mode\f1 of \f3RetainPermanent\f1 is set so that
82 the colors this program allocates will stay around after \f3cmap_compact\f1
83 exits.  These colors may be freed by calling \f3cmap_compact\ dealloc\f1 .
84 Before this program allocates its colors, it frees any colors left
85 over from a previous invocation.
86 .PP
87 If there are more saved colors than can fit in the default colormap,
88 as many colors as will fit are allocated and a warning message
89 is printed out.   This situation, for example, might occur if the
90 the default visual were switched from an 8-bit to a 4-bit visual 
91 without discarding saved colors.
92 .PP
93 Note: no allocations occur for screens with a StaticColor default colormap.
94 .br
95 Note: The server is grabbed during the initialization.
96 .TP
97 .B discard
98 This operation removes the file \f3~/.owcolors\f1.
99 .TP
100 .B dealloc
101 This operation frees colors allocated by a previous invocation of 
102 .BR cmap_compact\ init .
104 .B show
105 This operation prints out the RGB values of the saved colors for each screen.
106 .SH FILES
108 \f3~/.owcolors\f1
109 The file which is generated by
110 .BR cmap_compact\ save .
111 Contains a list of saved, read-only workspace colors for all screens.  
112 .SH SEE ALSO
113 .BR xstdcmap (1),
114 .BR cmap_alloc (1).
116 .SH BUGS
117 Currently does not support using the same \f3~/.owcolors\f1 file
118 for different machine architectures.