From owner-freebsd-questions Fri Jan 30 19:52:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07060 for questions-outgoing; Fri, 30 Jan 1998 19:52:05 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07022 for ; Fri, 30 Jan 1998 19:51:42 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id OAA28303; Sat, 31 Jan 1998 14:20:52 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id OAA03592; Sat, 31 Jan 1998 14:20:52 +1030 (CST) (envelope-from grog) Message-ID: <19980131142051.36569@lemis.com> Date: Sat, 31 Jan 1998 14:20:51 +1030 From: Greg Lehey To: Frank Griffith Cc: "'freebsd-questions@freebsd.org'" Subject: Re: X Windows References: <01BD2DC8.99E56A20@fast1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01BD2DC8.99E56A20@fast1>; from Frank Griffith on Fri, Jan 30, 1998 at 09:34:56PM -0600 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" On Fri, Jan 30, 1998 at 09:34:56PM -0600, Frank Griffith wrote: > I have FreeBSD 2.2.5 running on a 486-66 unit with the following: > > Diamond Stealth64 vers 1.04 2 Meg Video Card > AST SVGA Monitor > > I used XF86Setup to do the configurations.The video card has > an S3 Vision964 chip on it, so I chose that card from the list. > > After many tries, I finally got the S3 server running and was able to > see the screen which said the server was running and I saved the > configuration file. > > However, when I try to startx, I get the following message: > > xinit: No such file or directory (errno 2): no server "X" in PATH > > My path is set to: > > /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:/root/bin > :/usr/local/interviews/bin/FREEBSD You probably need to link your server to X. I think it's called XF86_S3; enter: # cd /usr/X11R6/bin # ln XF86_S3 X Normally the installation procedure will do this for you at the end (but it uses a symlink for some obscure reason). Greg