From owner-freebsd-doc@FreeBSD.ORG Thu Nov 19 12:24:21 2009 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA5BB1065670 for ; Thu, 19 Nov 2009 12:24:21 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 772E18FC1F for ; Thu, 19 Nov 2009 12:24:21 +0000 (UTC) Received: by fxm27 with SMTP id 27so2419748fxm.3 for ; Thu, 19 Nov 2009 04:24:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=QujQiQH2O9XERJ7bfZOMpQjf9wlRMRWs8+DlnSZf4ks=; b=kSisHjdsl1btG/p68lTCt4b6aczWgbq4U88Ux4+uHE0PvEluMGUCHG8baWQ7T9in7R JdGnv/i7zy7N/ZbzYNIwB0J0RVa6eBro+fP6ds738geGUNwktTMix6ceeyoEGkE5cA4K mOX7XXgkFZXD8bzT+N967VYBJpdOhZ4I1znoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ERgm+lhmZavptoho/svTwggbvhB3xuWtuxjz0gm2ODS2MvGeXVAP79vzoLUEUw+Tlk 1ZRPZ88v6QTeh1UPXTAGSpnsj2n6hPC+Iz+3XRNC+PiMMgPv6eAOzD2q/W2G/BfDTS80 duOlW10uFk2yIHql86kB0y9jprZjDJ8t/AguM= MIME-Version: 1.0 Received: by 10.239.143.227 with SMTP id l35mr1245454hba.164.1258631953155; Thu, 19 Nov 2009 03:59:13 -0800 (PST) From: Eitan Adler Date: Thu, 19 Nov 2009 13:58:53 +0200 Message-ID: To: doc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Installing X11 - add xorg-minimal X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 12:24:21 -0000 I think it would be a good idea to include a reference to x11/xorg-minimal into the handbook. Perhaps under Note: The examples above will install the complete X11 distribution including the servers, clients, fonts etc. Separate packages and ports of X11 are also available. Something like: If you just want to get X up and running install x11/xorg-minimal instead Should be added.