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

« back to all changes in this revision

Viewing changes to xgamma/xgamma.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
.\" Copyright 1999  by The XFree86 Project, Inc.
 
2
.\" 
 
3
.\" All Rights Reserved.
 
4
.\" 
 
5
.\" The above copyright notice and this permission notice shall be included
 
6
.\" in all copies or substantial portions of the Software.
 
7
.\" 
 
8
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 
9
.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
10
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 
11
.\" IN NO EVENT SHALL THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
12
.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
 
13
.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 
14
.\" OTHER DEALINGS IN THE SOFTWARE.
 
15
.\" 
 
16
.\" Except as contained in this notice, the name of The XFree86 Project shall
 
17
.\" not be used in advertising or otherwise to promote the sale, use or
 
18
.\" other dealings in this Software without prior written authorization
 
19
.\" from The XFree86 Project.
 
20
.\"
 
21
.\" $XFree86: xc/programs/xgamma/xgamma.man,v 1.6 2001/01/24 00:06:45 dawes Exp $
 
22
.\"
 
23
.TH xgamma 1 __vendorversion__
 
24
.SH NAME
 
25
xgamma - Alter a monitor's gamma correction through the X server
 
26
.SH SYNOPSIS
 
27
.B "xgamma"
 
28
[-display \fIdisplay\fP] [-screen \fIscreen\fP] [-quiet]
 
29
[-gamma f.f | [[-rgamma f.f] [-ggamma f.f] [-bgamma f.f]]]
 
30
.SH DESCRIPTION
 
31
.PP
 
32
.B xgamma
 
33
allows X users to query and alter the gamma correction of a monitor via
 
34
the X video mode extension (XFree86-VidModeExtension).
 
35
.PP
 
36
If no value for the gamma correction is given via the
 
37
.I -gamma 
 
38
or 
 
39
.IR -rgamma / -ggamma / -bgamma
 
40
options,
 
41
.B xgamma
 
42
prints the current gamma correction of the display.
 
43
.SH OPTIONS
 
44
.PP
 
45
.TP 8
 
46
.B "-display \fIdisplay\fP"
 
47
This argument allows you to specify the server to connect to; see \fIX(__miscmansuffix__)\fP.
 
48
.PP
 
49
.TP 8
 
50
.B "-screen \fIscreen\fP"
 
51
When multiple displays are configured as a single logical display, this option
 
52
allows you to select the screen you wish to change.
 
53
.PP
 
54
.TP 8
 
55
.B "-quiet"
 
56
Silence the normal output of
 
57
.B xgamma
 
58
.PP
 
59
.TP 8
 
60
.B "-help"
 
61
Print out the `Usage:' command syntax summary.
 
62
.PP
 
63
.TP 8
 
64
.B "-gamma f.f"
 
65
The gamma correction can either be defined as a single value, or
 
66
separately for the red, green and blue components. This argument
 
67
specifies the gamma correction as a single value. 
 
68
.PP
 
69
.TP 8
 
70
.B "-rgamma f.f"
 
71
This argument specifies the red component of the gamma correction.
 
72
.PP
 
73
.TP 8
 
74
.B "-ggamma f.f"
 
75
This argument specifies the green component of the gamma correction.
 
76
.PP
 
77
.TP 8
 
78
.B "-bgamma f.f"
 
79
This argument specifies the blue component of the gamma correction.
 
80
.SH ENVIRONMENT
 
81
.PP
 
82
.TP 8
 
83
.B DISPLAY
 
84
To get default host and display number.
 
85
.SH BUGS
 
86
.PP
 
87
This client changes the internal values of the gamma correction for the
 
88
Xserver. Whether or not these values are respected depends on the video
 
89
drivers.
 
90
.PP
 
91
The gamma values are passed to the Xserver with 3 decimal places of
 
92
accuracy.
 
93
.SH SEE ALSO
 
94
xvidtune(1)
 
95
.SH AUTHORS
 
96
Kaleb S. Keithley, X Consortium.
 
97
.br
 
98
David Dawes, David Bateman