Wednesday, December 4, 2013

A Testament to X11 Backwards Compatibility

I recently scored a Hewlett Packard 1670A Deep Memory Logic Analyzer and I finally had a chance to fire it up. This unit dates back to 1992 and is packed with all sorts of interesting options for connecting peripherals to it. One particular feature that caught my eye was the option to connect to an X Server.

HP 1670A Logic Analyzer
HP 1670A Logic Analyzer
Here is the interface of the logic analyzer running on a remote X connection. I enjoy the colour scheme.

HP 1670A user interface over an X connection :]
I will give you a quick explanation as to how I was able to set this up by modifying a couple of configuration files to enable remote X connections.

I run Linux Mint 15 with the e17 window manager (absolutely fantastic) and the gnome desktop manager (gdm). The first step was to assign my new logic analyzer an IP address as it does not support DHCP. This was fairly trivial, I merely assigned it a vacant IP on my network.

Here is the configuration menu of the logic analyzer sporting classic interface design complete with the X logo. Take note of then convenient arrows to indicate which port each button adjusts settings for.

Configuration Menu
I especially enjoy the rotary encoder to the right of the screen as an input device. It is quite tactile and is a fun way to input the IP address. All that it is missing is the ability to depress it.

IP Address Information, Boring.
I also found some bonus help material about the hosts file on UNIX systems. I see everything has been status quo since 1992.

Hosts File information
Next, I had to make a couple of changes to configuration files to allow remote X TCP connections. I followed instructions from a question on serverfault to make this happen.

First, I modified /etc/gdm/custom.conf to allow DisallowTCP = false

/etc/gdm/custom.conf
I also modified /etc/X11/xinit/xserverrc and removed the '-nolisten tcp' option. A quick restart of gdm later and I was able to establish the connection between the logic analyzer and my laptop. I find this to be a rather interesting feature of this piece of test gear. It's a shame that more devices don't implement the protocol, this is quite a cool feature if you ask me.

Waveform Viewer
This all reminds me very much of the Chain of Fools video from back in 2011 where Andy successfully upgraded from Microsoft's DOS 5.0 through to Windows 7 and was still able to play Doom and Monkey Island. I can definitely say that this is an impressive feat for a systems design house such as Microsoft, but the *nix's deserve some credit too!

No comments :

Post a Comment

Note: Only a member of this blog may post a comment.