xlogo
Display X Window System logo
TLDR
Display X logo
SYNOPSIS
xlogo [options]
DESCRIPTION
xlogo displays the X Window System logo in a window. It's a minimal X11 application used primarily for testing X server connectivity and verifying that display forwarding is working.
The program serves as a "hello world" equivalent for X11, making it useful for quickly testing if X is running and accessible. If xlogo fails to open, it indicates problems with the X server, DISPLAY variable, or network configuration.
With -render, the logo uses anti-aliased edges for smoother appearance. The -shape option creates a window that matches the logo outline rather than a rectangular window.
PARAMETERS
-render
Use RENDER extension for anti-aliased edges.-shape
Use non-rectangular window shape.-fg color
Foreground color (logo color).-bg color
Background color.-geometry geom
Window size and position.-display name
X display to use.
CAVEATS
Minimal functionality by design. Requires running X server and correct DISPLAY setting. Legacy application; modern testing might use other methods.
HISTORY
xlogo has been part of the X Window System since its early days, providing a simple visual test of X server functionality. Despite its simplicity, it remains useful for basic X11 connectivity testing and demonstrating X11 concepts.
