From owner-freebsd-questions Sun Mar 16 11:48:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA16197 for questions-outgoing; Sun, 16 Mar 1997 11:48:54 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA16192 for ; Sun, 16 Mar 1997 11:48:51 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sun, 16 Mar 1997 14:47:14 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA09365; Sun, 16 Mar 97 14:47:11 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id OAA01561; Sun, 16 Mar 1997 14:44:33 -0500 Message-Id: <19970316144432.56169@ct.picker.com> Date: Sun, 16 Mar 1997 14:44:32 -0500 From: Randall Hopper To: Intuitive Design Archive Cc: freebsd-questions@freebsd.org Subject: Re: XFree86 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65 In-Reply-To: ; from Intuitive Design Archive on Sat, Mar 15, 1997 at 08:32:17AM -0500 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Intuitive Design Archive: | The probe goes by very quickly. Is there a way to catch it |without using a proggy like typescript of something? Is there a log |message anywhere. Or should I just startx > file.out ?!?! Or should I |enable debugging in the X-win starting? Try: (for sh/ksh ): X -probeonly > OUT 2>&1 or (for csh/tcsh): X -probeonly >& OUT Randall Hopper