From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 20:06:56 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF96816A41F for ; Thu, 10 Nov 2005 20:06:56 +0000 (GMT) (envelope-from aekelly@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70B1D43D55 for ; Thu, 10 Nov 2005 20:06:56 +0000 (GMT) (envelope-from aekelly@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so355146wxc for ; Thu, 10 Nov 2005 12:06:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hvI314H/uaDnBFRgu6HNIxB4kwXiDesBSY0XL6oMcT5v3oszC8EwpmmsYEocBJ0oET251igwcon4ueSWO1ZH3cgIpfhqg6H4R5O9zuufI/bQtzm2XM8QGp7PbMqwQsatrzdbR8V685QEdiomAoL9ggZMUh8HKLeo/mo1Y25LnQY= Received: by 10.70.50.9 with SMTP id x9mr1082643wxx; Thu, 10 Nov 2005 12:06:55 -0800 (PST) Received: by 10.70.45.14 with HTTP; Thu, 10 Nov 2005 12:06:55 -0800 (PST) Message-ID: <31a749ec0511101206q5d2632c6r81bf67c0826c606f@mail.gmail.com> Date: Thu, 10 Nov 2005 15:06:55 -0500 From: Alex Kelly To: Alex Zbyslaw In-Reply-To: <4373A4B0.5030203@dial.pipex.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2C30EF15-E165-4749-BA92-1C091D7D57F9@redry.net> <4464r1fttg.fsf@be-well.ilk.org> <31a749ec0511091245l6a887744u67a190e6ac46de7d@mail.gmail.com> <4373A4B0.5030203@dial.pipex.com> Cc: questions@freebsd.org Subject: Re: xorg.conf 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: Thu, 10 Nov 2005 20:06:57 -0000 On 11/10/05, Alex Zbyslaw wrote: > Alex Kelly wrote: > > >if you're just interested in seeing if it's there, try this: > > > >find / -name "xorg.conf" > > > > > Try: > > locate xorg.conf > > first. Much quicker. If that doesn't find anything then try find, but > with huge disks searching everywhere would take, well, a while. > > --Alex this is true and a good tip. it is quicker. however, xorg.conf could have been created before his locate database was recomputed to include it. figured i'd cover all his bases.