From owner-freebsd-doc@FreeBSD.ORG Mon Jul 21 01:30:08 2003 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 211EC37B401 for ; Mon, 21 Jul 2003 01:30:08 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4E6243F3F for ; Mon, 21 Jul 2003 01:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6L8U7Up049119 for ; Mon, 21 Jul 2003 01:30:07 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6L8U7Qc049118; Mon, 21 Jul 2003 01:30:07 -0700 (PDT) Date: Mon, 21 Jul 2003 01:30:07 -0700 (PDT) Message-Id: <200307210830.h6L8U7Qc049118@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Fonvieille Subject: Re: docs/54677: [patch] add xf86config & xf86cfg to xf86 configuration chapter X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Fonvieille List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 08:30:08 -0000 The following reply was made to PR docs/54677; it has been noted by GNATS. From: Marc Fonvieille To: Josef El-Rayes Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: docs/54677: [patch] add xf86config & xf86cfg to xf86 configuration chapter Date: Mon, 21 Jul 2003 10:24:31 +0200 On Mon, Jul 21, 2003 at 12:49:16AM +0200, Josef El-Rayes wrote: > > --- chapter.sgml.diff begins here --- > --- chapter.sgml.orig Sun Jul 20 23:25:13 2003 > +++ chapter.sgml Mon Jul 21 00:07:47 2003 > @@ -421,6 +421,14 @@ > has been configured. See > in the &os; install chapter. > > + There is also a graphical tool for configuration, > +xf86cfg, that comes with > +XFree86-4-Server package. It allows to > +interactively define your configuration by choosing the appropiate > +drivers and settings. xf86config, also > +included in XFree86-4-Server package, is the > +standard configuration tool, an interactive console dialog. > + > XFree86 4 Tuning > > Next, tune the XF86Config.new > --- chapter.sgml.diff ends here --- > This part should be at the end of the 5.4.2 section, not in the middle of the configuration with "XFree86 -configure". About xf86config, this later is deprecated, and xf86cfg is the preferred tool, we should only talk about this one. Marc