LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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.
-sharp
When used with -render, force sharp edges (1-bit alpha channel).
-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.

INSTALL

sudo apt install x11-apps
copy
sudo dnf install xlogo
copy
sudo zypper install xlogo
copy
nix profile install nixpkgs#xlogo
copy

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)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid