Linux Gazette: Making an X Terminal from a PC
Jun 30, 2001, 22:00 (11 Talkback[s])
(Other stories by Patrick Swieskowski)
Here's a guide to creating an inexpensive X terminal from old PC
hardware.
"An X terminal is a great way to expand the computing
presence in a home or office. (We're talking about a PC that
functions as an X terminal, not NEC's dedicated X-Terminal device.)
They're fast, cool, a great demonstration of a Unix system's power,
and, most importantly, dirt cheap. The following chronicles my
experience in creating an X terminal from old PC hardware and
connecting it to my Debian GNU/Linux system.
My server is a Pogo Altura with a one gigahertz AMD Athlon
processor. Pogo is a great company to go to if you don't want to
piece together your own system or pay for a Windows license with a
prebuilt system from somewhere else. I run Debian on it, so the X
terminal will use that also. That's enough background information
for now.
The X terminal will boot off of a custom kernel on a floppy and
then get its root filesystem over NFS from the server. The first
step, then, is to create this root filesystem. You could copy over
file after file by hand from a currently running system, or you can
take a shorter approach like I did and just use the base Debian
system. All you have to do is download the base system tarball
which can be found on the Debian webserver as the file base2_2.tgz
. I downloaded that and did a "tar -xvzf base2_2.tgz" in
/usr/xterminal and seconds later I had a fully functional root
filesystem in that directory. Anyone can use the Debian base system
regardless of their server's flavor of Linux.
Complete
Story
Related Stories:
- LinuxPR: K12LTSP will be officially released on July 4th, 2001.
(Jun 28, 2001)
- IDG.net: Replacing a Linux gateway with a cheap
appliance(Apr 21, 2001)
- LinuxPlanet: New HOWTO: Linux XDMCP HOWTO(Mar 29, 2001)
- Linuxlookup.com: Linux Terminal Server Project(Mar 07, 2001)
- FreeOS.com: Guide to X-terminal setup(Oct 26, 2000)
- FreeOS.com: Diskless client with Debian(Oct 15, 2000)
- FreeOS.com: Quick and dirty guide to diskless workstations(Oct 01, 2000)
- LinuxPR: Iopener can be used as a Diskless Thin Client(Mar 27, 2000)
- LinuxPR: Linux Terminal Server Project - Diskless Workstations(Oct 02, 1999)