~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/xlogo/xlogo.man

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $Xorg: xlogo.man,v 1.4 2001/02/09 02:05:54 xorgcvs Exp $
 
2
.\" Copyright 1988, 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/xlogo/xlogo.man,v 1.10 2002/10/12 16:06:48 herrb Exp $
 
27
.\"
 
28
.TH XLOGO 1 __xorgversion__
 
29
.SH NAME
 
30
xlogo - X Window System logo
 
31
.SH SYNOPSIS
 
32
.B xlogo
 
33
[-\fItoolkitoption\fP ...]
 
34
.SH DESCRIPTION
 
35
The \fIxlogo\fP program displays the X Window System logo.
 
36
.SH OPTIONS
 
37
.I Xlogo
 
38
accepts all of the standard X Toolkit command line options, as well as the
 
39
following:
 
40
.TP 8
 
41
.B \-render
 
42
This option indicates that the logo should be drawn with anti-aliased edges using the RENDER extension.
 
43
.TP 8
 
44
.B \-shape
 
45
If -render is also specified, this forces the edges to be rendered in sharp mode, (ie. 1-bit alpha channel).
 
46
.TP 8
 
47
.B \-shape
 
48
This option indicates that the logo window should be shaped rather than
 
49
rectangular.
 
50
.SH RESOURCES
 
51
The default width and the default height are each 100 pixels.
 
52
This program uses the \fILogo\fP widget in the Athena widget set.  It
 
53
understands all of the Simple widget resource names and classes as well as:
 
54
.TP 8
 
55
.B foreground (\fPclass\fB Foreground)
 
56
Specifies the color for the logo.  The default is depends on whether
 
57
\fIreverseVideo\fP is specified.  If \fIreverseVideo\fP is specified
 
58
the default is \fIXtDefaultForeground\fP, otherwise the default is 
 
59
\fIXtDefaultBackground\fP.
 
60
.TP 8
 
61
.B shapeWindow (\fPclass\fB ShapeWindow) 
 
62
Specifies that the window is shaped to the X logo.  The default is False.
 
63
.SH WIDGETS
 
64
In order to specify resources, it is useful to know the hierarchy of
 
65
the widgets which compose \fIxlogo\fR.  In the notation below,
 
66
indentation indicates hierarchical structure.  The widget class name
 
67
is given first, followed by the widget instance name.
 
68
.sp
 
69
.nf
 
70
.TA .5i 
 
71
.ta .5i 
 
72
XLogo  xlogo
 
73
        Logo  xlogo
 
74
.fi
 
75
.sp
 
76
.SH ENVIRONMENT
 
77
.TP 8
 
78
.B DISPLAY
 
79
to get the default host and display number.
 
80
.TP 8
 
81
.B XENVIRONMENT
 
82
to get the name of a resource file that overrides the global resources
 
83
stored in the RESOURCE_MANAGER property.
 
84
.SH FILES
 
85
.TP
 
86
.I __apploaddir__/XLogo
 
87
specifies required resources
 
88
.SH SEE ALSO
 
89
X(__miscmansuffix__), xrdb(1)
 
90
.SH AUTHORS
 
91
Ollie Jones of Apollo Computer and Jim Fulton of the MIT X Consortium
 
92
wrote the logo graphics routine, based on a graphic design by Danny
 
93
Chong and Ross Chapman of Apollo Computer.