From owner-svn-doc-all@freebsd.org Sun Jan 15 02:53:12 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2661DCAEC7C; Sun, 15 Jan 2017 02:53:12 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF7901052; Sun, 15 Jan 2017 02:53:11 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0F2rBDt008590; Sun, 15 Jan 2017 02:53:11 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0F2rBYc008589; Sun, 15 Jan 2017 02:53:11 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201701150253.v0F2rBYc008589@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Sun, 15 Jan 2017 02:53:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49853 - head/en_US.ISO8859-1/books/handbook/x11 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2017 02:53:12 -0000 Author: sevan Date: Sun Jan 15 02:53:10 2017 New Revision: 49853 URL: https://svnweb.freebsd.org/changeset/doc/49853 Log: Direct reader to install packages first. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D9173 Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sat Jan 14 23:36:46 2017 (r49852) +++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Sun Jan 15 02:53:10 2017 (r49853) @@ -240,19 +240,19 @@ On &os;, &xorg; can be installed as a package or port. + The binary package can be installed quickly but with + fewer options for customization: + + &prompt.root; pkg install xorg + To build and install from the Ports Collection: &prompt.root; cd /usr/ports/x11/xorg &prompt.root; make install clean - The binary package can be installed more quickly but with - fewer options for customization: - - &prompt.root; pkg install xorg - Either of these installations results in the complete - &xorg; system being installed. This - is the best option for most users. + &xorg; system being installed. Binary packages + are the best option for most users. A smaller version of the X system suitable for experienced users is available in x11/xorg-minimal. Most @@ -931,8 +931,13 @@ EndSection on this, see the &man.X.7; manual page or . - To install the above Type1 font collections from the Ports - Collection, run the following commands: + To install the above Type1 font collections from binary packages, + run the following commands: + + &prompt.root; pkg install urwfonts + + Alternatively, to build from the Ports Collection, run the following + commands: &prompt.root; cd /usr/ports/x11-fonts/urwfonts &prompt.root; make install clean