xlogo(1) X Version 11 (1 March 1988) xlogo(1)
NAME
xlogo - X Window System logo
SYNOPSIS
xlogo [-options...]
DESCRIPTION
The xlogo program displays the X Window System logo on your
screen.
OPTIONS
xlogo accepts all of the standard X Toolkit command-line
options, of which the following are commonly used:
-bg color
Specifies the color for the window background. The
official background color for the X logo is "maroon."
The default is "white."
-bd color
Specifies the color for the window border. The default
is black.
-bw number
Specifies the width of the window border in pixels.
-fg color
Specifies the color for displaying the logo. The
official color for the X logo is silver, which you can
approximate with a shade of gray, like #aa9. The
default is "black."
-rv Simulates reverse video 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. 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 the following:
Page 1 (printed 10/4/89)
xlogo(1) X Version 11 (1 March 1988) xlogo(1)
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 the background is
"white."
reverseVideo (class ReverseVideo)
Specifies that the foreground and background should be
reversed.
ENVIRONMENT
DISPLAY
Gets the default host and display number.
XENVIRONMENT
Gets 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.
Page 2 (printed 10/4/89)