XLOGO(1) XLOGO(1)
NAME
xlogo - X Window System logo
SYNOPSIS
xlogo [-toolkitoption ...]
DESCRIPTION
The xlogo program displays the X Window System logo.
This program is nothing more than a wrapper around the
Athena Logo widget.
OPTIONS
xlogo accepts all the standard X Toolkit command line
options. The following are used most frequently:
-bg color
specifies the color to use for the background of
the window. The default is white. A correct color
for the background is comparable to maroon.
-bd color
specifies the color to use for the border of the
window. The default is black.
-bw number
specifies the width in pixels of the border
surrounding the window.
-fg color
specifies the color to use for displaying the logo.
The default is black. A correct color for the
background is comparable to silver, which you can
approximate with a shade of gray, i.e., #aa9.
-rv
indicates that reverse video is simulated by
swapping the foreground and background colors.
-geometry geometry
specifies the preferred size and position of the
logo window.
-display display
specifies the X server to contact.
-xrm resourcestring
specifies a resource string to be used. This is
especially useful for setting resources that do not
have separate command line options.
- 1 -
XLOGO(1) XLOGO(1)
X DEFAULTS
This program uses the logo widget in the X Toolkit. It
understands all the core resource names and classes as
well as:
width (class Width)
specifies the width of the logo. The default width
is 100 pixels.
height (class Height)
specifies the height of the logo. The default
height is 100 pixels.
foreground (class Foreground)
specifies the color for the logo. The default is
black since the core default for background is
white.
reverseVideo (class ReverseVideo)
specifies that the foreground and background should
be reversed.
ENVIRONMENT
DISPLAY
to get the default host and display number.
XENVIRONMENT
to get the name of a resource file that overrides the
global resources stored in the RESOURCE_MANAGER
property.
SEE ALSO
xrdb(1)
AUTHORS
Logo graphics routine by Ollie Jones, Apollo Computer
Graphics design by Danny Chong and Ross Chapman, Apollo
Computer
- 2 -