LinuxCommandLibrary

xlogo

Display X Window System logo

TLDR

Display X logo

$ xlogo
copy
Display with anti-aliased rendering
$ xlogo -render
copy
Display with shaped (non-rectangular) window
$ xlogo -shape
copy
Display with custom colors
$ xlogo -fg [blue] -bg [white]
copy
Display with specific geometry
$ xlogo -geometry [200x200+100+100]
copy
Display on remote display
$ xlogo -display [hostname:0]
copy

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.

SEE ALSO

xeyes(1), xclock(1), xterm(1), xdpyinfo(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community