From owner-freebsd-questions@FreeBSD.ORG Wed Nov 3 16:18:04 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1065D1065693 for ; Wed, 3 Nov 2010 16:18:04 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.42]) by mx1.freebsd.org (Postfix) with ESMTP id DF0398FC21 for ; Wed, 3 Nov 2010 16:18:03 +0000 (UTC) Received: (qmail 26163 invoked from network); 3 Nov 2010 16:18:02 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 Nov 2010 16:18:02 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id A0CD150863; Wed, 3 Nov 2010 12:17:58 -0400 (EDT) From: Lowell Gilbert To: Dick Hoogendijk References: <4CD185A0.1060805@nagual.nl> Date: Wed, 03 Nov 2010 12:17:58 -0400 In-Reply-To: <4CD185A0.1060805@nagual.nl> (Dick Hoogendijk's message of "Wed, 03 Nov 2010 16:54:08 +0100") Message-ID: <44fwvie5zd.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions Subject: Re: installing a window manager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2010 16:18:04 -0000 Dick Hoogendijk writes: > Up 'till now I had a server without X. I've a need however to be able > to graphically work on that server so I thought: I install > x11-servers/xorg.server and after that I build windowmaker (nice and > light). However, this does not seem to be enough to get X working. > > Can somebody tell me what to build (with portmaster) to get a minimal > X server station with windowmaker. > I run 8.1/amd64 with up2date ports. Building windowmaker should be enough. However, do you really need to run the X server on your server machine? Usually, what I do is just run the applications on the server, and display them on another machine. ssh makes this easy and secure.