For those who haven’t encountered it before,
xlogo
is a trivial X11 application that pops up a window showing the X Window System logo.It’s close to being the X equivalent of a ‘hello, world’ program, which makes it a good lightweight initial test case. Whenever I need to do a quick check of my X11 connectivity (which in my case usually means I’m checking that SSH X forwarding is basically alive),
xlogo
is a good choice of program to run: it won’t spend ages setting itself up, and unlike text-only alternatives likexdpyinfo
, it’ll pop up a window on the target display, which makes it easy to check that my connection has gone to the right display.But that’s not all
xlogo
is good for. There are several other things I use it for.
I remember xlogo
from the very first few times I used Linux – somewhere in 2002 or 2003. Together with stuff like xeyes
, it was a fun little toy to experiment with after installing Linux for the first time. I had no idea it could actually be useful.
I love how he mentions in the comments of the page that his complaint about “q” not closing it was fixed, and it’s _issue #1 in the bugtracker_. 😀
Another very useful X app is “xeyes”. When run remotely, it tests both mouse-tracking and a few basic Xorg extensions.