(E-Mail Removed) wrote:
> I recently came by a Wyse Winterm box that I am wondering if it's
> possible to run Linux on. I know it has Intel inside and even has most
Are you sure it's an x86 in there? As another poster mentioned, Intel
does make other processors and Wyse's website doesn't have much to say
about what they use. It could be one of Intel's XScale processors or
the like in there.
> of the standard ports one would find on a regular PC -- VGA, USB,
> printer, two 9-pin serial, keyboard, mouse, etc. The unit says
> "Powered By WinCE". I am assuming this does a BOOTP or PXE boot/load
> of some sort and is supposed to load WinCE over the network from a
> central server.
It could also be loading from ROM or Flash memory of some sort. Lots of
embedded systems take that route.
> So it being Intel inside, I'm wondering why it
> couldn't PXE load Linux and run X? Anyone have an experience with this
> sort of thing? I searched Linux newsgroups for "Wyse" and "Winterm" and
> came up with essentially nothing. (Most of the Wyse stuff is on
> straight VT100/VT200 terminal emulation, where this Wyse WinTerm is a
> different beast altogether.)
According to the Wyse site, the Winterms use ICA and RDP to connect to
Citrix and Microsoft servers. So why care about what runs on the
Winterm itself? I'd be far more concerned about what it connects to.
There is one SourceForge project for an open source RDP server at:
http://xrdp.sourceforge.net/
Running that on a Linux box should let you use the Winterm as an X
terminal more-or-less. I don't know how mature or stable the xrdp
server software is, however.