From owner-freebsd-questions@FreeBSD.ORG Fri Nov 21 18:21:41 2003 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 0226616A4CE; Fri, 21 Nov 2003 18:21:41 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1847F43F75; Fri, 21 Nov 2003 18:21:40 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 21 Nov 2003 20:24:32 -0600 Message-ID: <3FBEC834.9030303@daleco.biz> Date: Fri, 21 Nov 2003 20:21:40 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Mazen S. Alzogbi" References: <1069364948.17410@mx69.mysite4now.com> In-Reply-To: <1069364948.17410@mx69.mysite4now.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 22 Nov 2003 02:24:32.0828 (UTC) FILETIME=[C3D487C0:01C3B09F] cc: questions@freebsd.org cc: freebsd-newbies@freebsd.org Subject: Re: Total newbie: What's after installation? 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: Sat, 22 Nov 2003 02:21:41 -0000 [cross-posted in attempt to change forums....] Mazen S. Alzogbi wrote: >Hi, >It's my first time using FreeBSD so wish me luck! :) > >I installed the OS, logged on as "root" and I have now the prompt in front >of me, now what? I installed Gnome but the system didn't reboot using the >Gnome interface. > Luck is heretofore wished! And, if you've much experience with other CLI environments, prepare yourself for one that's rich with possibilities, even without a GUI. I can read the web, write docs, e-mail, listen to CD's or mp3, without my GUI if I wish. And try 'host xxx.xxx.xxx.xxx' on that "other system" from Redmond! (/me grins evilly) >How can I make it do that? > >TIA, > >-Mazen > > > There's been some discussion lately about asking questions on -newbies instead of -questions. I'm trying to move your your message there, also. But I'll give it a shot. If you've done your XFree configuration, you might try $startx This will process your ~/.xinitrc file, and at the very least should start the X Window system. Placing the line: exec gnome-session at the end of .xinitrc is one way to start the Gnome environment. You can use this file to start anything you wish when X starts ... other WM's, or specific X windows programs, including there geometry and other options.... GDM or any number of other various "DM's" (display managers) that run under X (kdm, xdm, etc.) would be another way of getting things going. I don't use a graphic display manager. "startx" from the shell's always been good enough for me. Or, if you want, you could modify your ~/.login to run "startx", which in turn would run a Gnome-session if so ordered by .xinitrc .... Kevin Kinsey DaleCo, S.P.