~ubuntu-branches/ubuntu/karmic/x11-xserver-utils/karmic

« back to all changes in this revision

Viewing changes to xstdcmap/xstdcmap.man

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin, Julien Cristau, Brice Goglin
  • Date: 2007-08-17 09:58:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070817095834-ywge2nyzj1s3rqnd
Tags: 7.3+1
[ Julien Cristau ]
* iceauth 1.0.2.
  + removes blank line in the manpage (closes: #25285).
* xmodmap 1.0.3.
  + manpage updated to state that -pm is the default (closes: #236198)
* xgamma 1.0.2.
  + the manpage now explains how to print the gamma value more clearly
    (closes: #296021).
* xsetroot 1.0.2.
* xrdb 1.0.4.
  + fixes manpage typo (closes: #276286).
* Add upstream URL to debian/copyright, and update it from xgamma's COPYING
  file.

[ Brice Goglin ]
* Add menu entries for xrefresh and xvidtune.
* sessreg 1.0.3.
* xset 1.0.3.
* Add myself to Uploaders, and remove Branden with his permission.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $Xorg: xstdcmap.man,v 1.4 2001/02/09 02:06:01 xorgcvs Exp $
 
2
.\" Copyright 1989, 1994, 1998  The Open Group
 
3
.\" 
 
4
.\" Permission to use, copy, modify, distribute, and sell this software and its
 
5
.\" documentation for any purpose is hereby granted without fee, provided that
 
6
.\" the above copyright notice appear in all copies and that both that
 
7
.\" copyright notice and this permission notice appear in supporting
 
8
.\" documentation.
 
9
.\" 
 
10
.\" The above copyright notice and this permission notice shall be included
 
11
.\" in all copies or substantial portions of the Software.
 
12
.\" 
 
13
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 
14
.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
15
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
16
.\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
17
.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 
18
.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 
19
.\" OTHER DEALINGS IN THE SOFTWARE.
 
20
.\" 
 
21
.\" Except as contained in this notice, the name of The Open Group shall
 
22
.\" not be used in advertising or otherwise to promote the sale, use or
 
23
.\" other dealings in this Software without prior written authorization
 
24
.\" from The Open Group.
 
25
.\"
 
26
.\" $XFree86: xc/programs/xstdcmap/xstdcmap.man,v 1.7 2001/01/27 18:21:24 dawes Exp $
 
27
.\"
 
28
.de EX          \"Begin example
 
29
.ne 5
 
30
.if n .sp 1
 
31
.if t .sp .5
 
32
.nf
 
33
.in +.5i
 
34
..
 
35
.de EE
 
36
.fi
 
37
.in -.5i
 
38
.if n .sp 1
 
39
.if t .sp .5
 
40
..
 
41
.TH XSTDCMAP 1 __xorgversion__
 
42
.SH NAME
 
43
xstdcmap - X standard colormap utility
 
44
.SH SYNOPSIS
 
45
.B xstdcmap
 
46
[-all] [-best] [-blue] [-default] [-delete \fImap\fP] [-display \fIdisplay\fP]
 
47
[-gray] [-green] [-help] [-red] [-verbose]
 
48
.SH DESCRIPTION
 
49
.PP
 
50
The \fIxstdcmap\fP utility can be used to selectively define standard colormap
 
51
properties.  It is intended to be run from a user's X startup script to
 
52
create standard colormap definitions in order to facilitate sharing of
 
53
scarce colormap resources among clients.  Where at all possible, colormaps
 
54
are created with read-only allocations.
 
55
.SH OPTIONS
 
56
.PP
 
57
The following options may be used with \fIxstdcmap\fP:
 
58
.TP 8
 
59
.B \-all
 
60
This option indicates that all six standard colormap properties should be
 
61
defined on each screen of the display.  Not all screens will support 
 
62
visuals under which all six standard colormap properties are meaningful.
 
63
\fIxstdcmap\fP will determine the best 
 
64
allocations and visuals for the colormap properties of a screen. Any
 
65
previously existing standard colormap properties will be replaced.
 
66
.TP 8
 
67
.B \-best
 
68
This option indicates that the RGB_BEST_MAP should be defined.
 
69
.TP 8
 
70
.B \-blue 
 
71
This option indicates that the RGB_BLUE_MAP should be defined.
 
72
.TP 8
 
73
.B \-default
 
74
This option indicates that the RGB_DEFAULT_MAP should be defined.
 
75
.TP 8
 
76
.B \-delete \fImap\fP
 
77
This option specifies that a specific standard colormap property, or
 
78
all such properties, should be removed.
 
79
\fImap\fP may be one of: default, best, red, green, blue, gray, or all.
 
80
.TP 8
 
81
.B \-display \fIdisplay\fP
 
82
This option specifies the host and display to use; see \fIX(__miscmansuffix__)\fP.
 
83
.TP 8
 
84
.B \-gray
 
85
This option indicates that the RGB_GRAY_MAP should be defined.
 
86
.TP 8
 
87
.B \-green
 
88
This option indicates that the RGB_GREEN_MAP should be defined.
 
89
.TP 8
 
90
.B \-help
 
91
This option indicates that a brief description of the command line arguments
 
92
should be printed on the standard error.  This will be done whenever an
 
93
unhandled argument is given to
 
94
.I xstdcmap.
 
95
.TP 8
 
96
.B \-red
 
97
This option indicates that the RGB_RED_MAP should be defined.
 
98
.TP 8
 
99
.B \-verbose
 
100
This option indicates that \fIxstdcmap\fP should
 
101
print logging information as it parses its input and defines the
 
102
standard colormap properties.
 
103
.SH ENVIRONMENT
 
104
.PP
 
105
.TP 8
 
106
.B DISPLAY
 
107
to get default host and display number.
 
108
.SH SEE ALSO
 
109
X(__miscmansuffix__)
 
110
.SH AUTHOR
 
111
Donna Converse, MIT X Consortium
 
112
 
 
113