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

« back to all changes in this revision

Viewing changes to xrefresh/xrefresh.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: xrefresh.man,v 1.4 2001/02/09 02:05:56 xorgcvs Exp $
 
2
.\" Copyright 1988, 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/xrefresh/xrefresh.man,v 1.7 2001/01/27 18:21:22 dawes Exp $
 
27
.\"
 
28
.TH XREFRESH 1 __xorgversion__
 
29
.SH NAME
 
30
xrefresh - refresh all or part of an X screen
 
31
.SH SYNOPSIS
 
32
.B "xrefresh"
 
33
[-option ...] 
 
34
.SH DESCRIPTION
 
35
.PP
 
36
.I Xrefresh
 
37
is a simple X program that causes all or part of your screen to be repainted.
 
38
This is useful when system messages have messed up your screen.
 
39
.I Xrefresh
 
40
maps a window on top of the desired area of the screen and then immediately
 
41
unmaps it, 
 
42
causing refresh events to be sent to all applications.  By default,
 
43
a window with no background is used, causing all applications to repaint
 
44
``smoothly.''
 
45
However, the various options can be used to indicate that a solid background 
 
46
(of any color) or the root window background should be used instead.
 
47
.SH ARGUMENTS
 
48
.PP
 
49
.TP 10
 
50
.B \-white
 
51
Use a white background.  The screen just appears to flash quickly, and then
 
52
repaint.
 
53
.PP
 
54
.TP 10
 
55
.B \-black
 
56
Use a black background (in effect, turning off all of the electron guns to
 
57
the tube).  This can be somewhat disorienting as everything goes black for
 
58
a moment.
 
59
.PP
 
60
.TP 10
 
61
.B \-solid \fIcolor\fP
 
62
Use a solid background of the specified color.  Try green.
 
63
.PP
 
64
.TP 10
 
65
.B \-root
 
66
Use the root window background.
 
67
.PP
 
68
.TP 10
 
69
.B \-none
 
70
This is the default.  All of the windows simply repaint.
 
71
.PP
 
72
.TP 10
 
73
.B \-geometry \fIWxH+X+Y\fP
 
74
Specifies the portion of the screen to be repainted; see \fIX(__miscmansuffix__)\fP.
 
75
.PP
 
76
.TP 10
 
77
.B \-display \fIdisplay\fP
 
78
This  argument  allows  you  to  specify the server and screen to
 
79
refresh; see \fIX(__miscmansuffix__)\fP.
 
80
.SH X DEFAULTS
 
81
The
 
82
.I xrefresh
 
83
program uses the routine 
 
84
.I XGetDefault(3X)
 
85
to read defaults, so its resource names are all capitalized.
 
86
.PP
 
87
.TP 8
 
88
.B Black\fP, \fBWhite\fP, \fBSolid\fP, \fBNone\fP, \fBRoot\fP
 
89
Determines what sort of window background to use.
 
90
.PP
 
91
.TP 8
 
92
.B Geometry
 
93
Determines the area to refresh.  Not very useful.
 
94
.SH ENVIRONMENT
 
95
.PP
 
96
.TP 8
 
97
DISPLAY - To get default host and display number.
 
98
.SH SEE ALSO
 
99
X(__miscmansuffix__)
 
100
.SH BUGS
 
101
.PP
 
102
It should have just one default type for the background.
 
103
.SH AUTHORS
 
104
Jim Gettys, Digital Equipment Corp., MIT Project Athena