XLOGO(1) SysV 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 of the standard X Toolkit command line options, of
which the following are used most frequently:
-bg color
This option specifies the color to use for the background of the
window. The default is white. A correct color for the background
is something like maroon.
-bd color
This option specifies the color to use for the border of the
window. The default is black.
-bw number
This option specifies the width in pixels of the border
surrounding the window.
-fg color
This option specifies the color to use for displaying the logo.
The default is black. A correct color for the background is
something like silver, which you can approximate with a shade of
gray, like #aa9.
-rv This option indicates that reverse video should be simulated by
swapping the foreground and background colors.
-geometry geometry
This option specifies the prefered size and position of the logo
window.
-display display
This option specifies the X server to contact.
-xrm resourcestring
This option specifies a resource string to be used. This is
especially useful for setting resources that do not have separate
command line options.
X DEFAULTS
This program uses the Logo widget in the X Toolkit. It understands all
of 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
X(1), xrdb(1), Athena Logo widget
COPYRIGHT
Copyright 1988, Massachusetts Institute of Technology.
See X(1) for a full statement of rights and permissions.
AUTHORS
Ollie Jones of Apollo Computer wrote the logo graphics routine, based on
a graphic design by Danny Chong and Ross Chapman of Apollo Computer.