From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 19:29:27 2005 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 E239F16A4CF for ; Tue, 15 Feb 2005 19:29:27 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BF1843D53 for ; Tue, 15 Feb 2005 19:29:27 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=[192.168.63.10]) by smtpauth05.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1D18Ny-0003Bj-Sz; Tue, 15 Feb 2005 14:29:27 -0500 From: "Andrew L. Gould" To: Peterhin Date: Tue, 15 Feb 2005 13:30:01 -0600 User-Agent: KMail/1.6.2 References: <200502151155.54894.hindrich@worldchat.com> <200502151109.05408.algould@datawok.com> <200502151323.07605.hindrich@worldchat.com> In-Reply-To: <200502151323.07605.hindrich@worldchat.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200502151330.01249.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bc527ee6158721008df377ed41a0d11b79350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 cc: freebsd-questions@freebsd.org Subject: Re: Configure X Server 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: Tue, 15 Feb 2005 19:29:28 -0000 On Tuesday 15 February 2005 12:23 pm, Peterhin wrote: > On February 15, 2005 12:09, you wrote: > > On Tuesday 15 February 2005 10:55 am, Peterhin wrote: > > > I have just installed Freebsd 5.3 using a standard install, with > > > all packages, and ports. > > > > > > When I go to Configure X (as per the handbook 2.9.12) using > > > "Configure" Do post-install configuration of Freebsd, in the > > > Configuration menu there is no sub menu "XFree86" > > > > > > Where did I go wrong.? > > > > Use Chapter 5.4 instead: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config. > >ht ml > >OK thats great, now that I am there, my problem is with say 'ee' > > how do I edit the text.? > I am a total newbie to the CLI. Any help would be appreciated. > I typed 'ee xorg.conf.new' it gives me the editor and the > 'xorg.conf.new' at the bottom of the screen. First off, welcome to the wonderful world of CLI. Don't get frustrated -- it takes some getting used to. In ee, you should see helpful lists of commands at the top, followed by the file's contents. Most of the commands begin with "^", which represents the control button on your keyboard. For example, to delete a character, you would press the control button and the "d" key at the same time. (You may find that the delete and backspace keys work fine on your keyboard, however; so you won't need some of the commands.) It might also be helpful to open ee's man page on a different terminal. If you hit Alt-F2, you should find yourself at a new terminal. Alt-F1 will bring you back to your original terminal. This allows you to run multiple programs in the foreground. You can go to Alt-F2 and execute 'man ee' for documentation on ee while you have ee running with an open file at Alt-F1. Then, you can switch back and forth as needed. > > Now I don't know what to do with it, to get to the Section 'Monitor' > Have you tried moving up and down the document using the keys for Page Up, Page Down or arrow keys? If ee can't find the file you're editing, it will open a new, empty file with the name you specified. If you don't see any contents in the file, ee may think you're starting a new document. Make sure you were root when you executed 'Xorg -configure'. Also make sure the current working directory is /root so that ee can find xorg.conf.new easily. Best of luck, Andrew Gould