From owner-freebsd-questions@FreeBSD.ORG Thu Mar 18 09:43:58 2004 Return-Path: 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 162E816A513 for ; Thu, 18 Mar 2004 09:43:56 -0800 (PST) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7311343D41 for ; Thu, 18 Mar 2004 09:43:55 -0800 (PST) (envelope-from judmarc@fastmail.fm) Received: from server2.messagingengine.com (server2.internal [10.202.2.133]) by mail.messagingengine.com (Postfix) with ESMTP id C8BC5793111; Thu, 18 Mar 2004 12:43:35 -0500 (EST) Received: by server2.messagingengine.com (Postfix, from userid 99) id 135A285625; Thu, 18 Mar 2004 12:43:34 -0500 (EST) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Jud" To: "Jerry McAllister" , "Adam Borntrager" Date: Thu, 18 Mar 2004 12:43:33 -0500 X-Sasl-Enc: cjlKtPY1zWILROwsf0Ff+A 1079631813 Message-Id: <1079631813.4332.182918539@webmail.messagingengine.com> References: <200403181421.i2IELr316251@clunix.cl.msu.edu> In-Reply-To: <200403181421.i2IELr316251@clunix.cl.msu.edu> cc: freebsd-questions Subject: Re: Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 17:43:58 -0000 On Thu, 18 Mar 2004 09:21:52 -0500 (EST), "Jerry McAllister" said: > > > > I am very new to this and I have installed the FreeBSD on my computer. > > What is the command that you use to launch the GUI that is installed > > with this?? (I think it was Xfree86 or Xwindows) > > > > Thank you for helping me to learn about this technology. > > Probably you are looking for startx > > But, you must have installed an X manager and configured it properly. > The default is a very basic one called xwm I think and I believe it > gets installed by default when you install XFree86. But, it is very > bare bones. I prefer AfterStep (along with OpenOffice) for most basic > stuff like writing programs and reading Email and editing web pages > because it is quite basic and doesn't get in your way much, but it is a > little more serviceable than plain xwm. If I want more of a desktop I > use KDE which I also install right at the beginning. You need to > tinker startx or something to choose between the two if you want to > switch between them. Then there is Gnome which is just overkill for > my tastes. > > You probably will also need to edit /usr/X11R6/lib/X11/xinit/xinitrc > to get things to come up just the way you want. But, they have simple > default configs that can get you started without editing that right > away. > > So, as long as you installed XFree86 and at least one window manager, > just type startx and see what happens and go from there. I've found to be very helpful in outlining the steps to follow. Jud