Linux-Hams archive - June 1998: RE: X-server/client

RE: X-server/client

Kai Schulte (hep@klingerkg.com)
Tue, 9 Jun 1998 12:26:45 +0200 (MESZ)


On Tue, 9 Jun 1998, Curt Mills, WE7U wrote:

> Sorry to be picky, but Steve has it backwards. The X-server serves up X to
> your display. You run the server on the box that physically connects to your
> display device.

Well, not quite. The concept is that the X-server services the requests
from the X-clients (to draw stuff on its display, report events, etc).
But you are definitely right about which machine it runs on.

At first glance, this _is_ a bit confusing because usually it is the
client that has the interface to the user, but with X, the server also
has one (and usually client-user-interaction is also redirected through
the server).

Kai