From owner-freebsd-questions Wed Sep 24 04:17:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA23128 for questions-outgoing; Wed, 24 Sep 1997 04:17:32 -0700 (PDT) Received: from d2si.com (macbeth.d2si.com [206.8.31.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA23118 for ; Wed, 24 Sep 1997 04:17:26 -0700 (PDT) Received: (from alec@localhost) by d2si.com (8.8.5/8.8.5) id GAA06390; Wed, 24 Sep 1997 06:17:19 -0500 (CDT) From: Alec Kloss Message-Id: <199709241117.GAA06390@d2si.com> Subject: Re: How do you connect to remote xdm? In-Reply-To: from Atipa at "Sep 23, 97 11:53:18 pm" To: freebsd@atipa.com (Atipa) Date: Wed, 24 Sep 1997 06:17:19 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Atipa said: > > Howdy, > > I have been perusing the xdm man pages forever, and althought they give > tons of information on how to set up an xdm server, they do not give any > info on how to set it up as a client. > > In other words, how do you set up xdm on the client side so that it acts > like a "dumb" X-terminal? Obviously the X server needs to be run locally, > but the getty, window manager, and apps should all be remote. > > TIA, > Kevin > > You don't need to run xdm on the clients at all, just start up the X server with -query hostname on the command line like: /usr/X11R6/bin/X -query hostname You can also have the X server hunt for a display manager. See man Xserver and look for options -broadcast and -indirect for more information.