From owner-freebsd-questions@FreeBSD.ORG Sat Sep 13 09:31:30 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 224F016A4BF for ; Sat, 13 Sep 2003 09:31:30 -0700 (PDT) Received: from lakemtao03.cox.net (lakemtao03.cox.net [68.1.17.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C8343FCB for ; Sat, 13 Sep 2003 09:31:29 -0700 (PDT) (envelope-from rjhjr@cox.net) Received: from kongemord.krig.net ([68.100.111.121]) by lakemtao03.cox.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20030913163128.HTIK9576.lakemtao03.cox.net@kongemord.krig.net> for ; Sat, 13 Sep 2003 12:31:28 -0400 Received: by kongemord.krig.net (sSMTP sendmail emulation); Sat, 13 Sep 2003 12:31:19 -0400 From: "Bob Hall" Date: Sat, 13 Sep 2003 12:31:19 -0400 To: questions@freebsd.org Message-ID: <20030913163118.GA82454@kongemord.krig.net> Mail-Followup-To: questions@freebsd.org References: <1080.172.142.208.100.1063403391.squirrel@mail.resist.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1080.172.142.208.100.1063403391.squirrel@mail.resist.ca> User-Agent: Mutt/1.4.1i Subject: Re: I need help getting a desktop working. 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, 13 Sep 2003 16:31:30 -0000 On Fri, Sep 12, 2003 at 02:49:51PM -0700, exodus@resist.ca wrote: > Dear Freebsd, > > > I have installed freebsd 4.4 (the ones that came with the manual.) I Which manual is that? There's a paper version of the handbook, but that doesn't come with a CD. I know that "FreeBSD Unleashed" comes with a copy of 4.4, but that is not "the manual". > got it all installed correctly but when i log in freebsd it leaves me > at a dos like screen with a $. I want to know how to get a desktop > working (the quickest way.) Thank you for your time. If you haven't installed X-windows, install it. If you don't know how to install it, su to root (type "su" at the $ prompt, and enter the root password), and type "/stand/sysinstall". Follow the instructions. By default, X-windows is installed with the twm window manager. At the "$" prompt, type "startx". That's the quickest route to a working desktop. Bob Hall