Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / xrefresh / xrefresh.man
1 .\" Copyright 1988, 1998  The Open Group
2 .\" 
3 .\" Permission to use, copy, modify, distribute, and sell this software and its
4 .\" documentation for any purpose is hereby granted without fee, provided that
5 .\" the above copyright notice appear in all copies and that both that
6 .\" copyright notice and this permission notice appear in supporting
7 .\" documentation.
8 .\" 
9 .\" The above copyright notice and this permission notice shall be included
10 .\" in all copies or substantial portions of the Software.
11 .\" 
12 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
13 .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
14 .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
15 .\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
16 .\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
17 .\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
18 .\" OTHER DEALINGS IN THE SOFTWARE.
19 .\" 
20 .\" Except as contained in this notice, the name of The Open Group shall
21 .\" not be used in advertising or otherwise to promote the sale, use or
22 .\" other dealings in this Software without prior written authorization
23 .\" from The Open Group.
24 .\"
25 .TH XREFRESH 1 __xorgversion__
26 .SH NAME
27 xrefresh - refresh all or part of an X screen
28 .SH SYNOPSIS
29 .B "xrefresh"
30 [-option ...] 
31 .SH DESCRIPTION
32 .PP
33 .I Xrefresh
34 is a simple X program that causes all or part of your screen to be repainted.
35 This is useful when system messages have messed up your screen.
36 .I Xrefresh
37 maps a window on top of the desired area of the screen and then immediately
38 unmaps it, 
39 causing refresh events to be sent to all applications.  By default,
40 a window with no background is used, causing all applications to repaint
41 ``smoothly.''
42 However, the various options can be used to indicate that a solid background 
43 (of any color) or the root window background should be used instead.
44 .SH ARGUMENTS
45 .PP
46 .TP 10
47 .B \-white
48 Use a white background.  The screen just appears to flash quickly, and then
49 repaint.
50 .PP
51 .TP 10
52 .B \-black
53 Use a black background (in effect, turning off all of the electron guns to
54 the tube).  This can be somewhat disorienting as everything goes black for
55 a moment.
56 .PP
57 .TP 10
58 .B \-solid \fIcolor\fP
59 Use a solid background of the specified color.  Try green.
60 .PP
61 .TP 10
62 .B \-root
63 Use the root window background.
64 .PP
65 .TP 10
66 .B \-none
67 This is the default.  All of the windows simply repaint.
68 .PP
69 .TP 10
70 .B \-geometry \fIWxH+X+Y\fP
71 Specifies the portion of the screen to be repainted; see \fIX(__miscmansuffix__)\fP.
72 .PP
73 .TP 10
74 .B \-display \fIdisplay\fP
75 This  argument  allows  you  to  specify the server and screen to
76 refresh; see \fIX(__miscmansuffix__)\fP.
77 .SH X DEFAULTS
78 The
79 .I xrefresh
80 program uses the routine 
81 .I XGetDefault(__libmansuffix__)
82 to read defaults, so its resource names are all capitalized.
83 .PP
84 .TP 8
85 .B Black\fP, \fBWhite\fP, \fBSolid\fP, \fBNone\fP, \fBRoot\fP
86 Determines what sort of window background to use.
87 .PP
88 .TP 8
89 .B Geometry
90 Determines the area to refresh.  Not very useful.
91 .SH ENVIRONMENT
92 .PP
93 .TP 8
94 DISPLAY - To get default host and display number.
95 .SH SEE ALSO
96 X(__miscmansuffix__)
97 .SH BUGS
98 .PP
99 It should have just one default type for the background.
100 .SH AUTHORS
101 Jim Gettys, Digital Equipment Corp., MIT Project Athena