From owner-freebsd-questions Sat Aug 2 16:21:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA21250 for questions-outgoing; Sat, 2 Aug 1997 16:21:01 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA21244 for ; Sat, 2 Aug 1997 16:20:52 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id IAA11450; Sun, 3 Aug 1997 08:50:42 +0930 (CST) From: Greg Lehey Received: (grog@localhost) by freebie.lemis.com (8.8.6/8.6.12) id IAA14765; Sun, 3 Aug 1997 08:50:40 +0930 (CST) Message-Id: <199708022320.IAA14765@freebie.lemis.com> Subject: Re: 2 X questions In-Reply-To: <33E38265.41C67EA6@hotmail.com> from Elisabeth at "Aug 2, 97 02:54:29 pm" To: beth_arnold@hotmail.com (Elisabeth) Date: Sun, 3 Aug 1997 08:50:40 +0930 (CST) Cc: freebsd-questions@FreeBSD.ORG, root@radiant-resources.com, beth@alpha.gte.net Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Elisabeth writes: > Thank you for helping me get X running. I have 2 questions that seem > (hopefully) pretty simple to answer: > > 1.) How do I start more than 2 Xterm windows? I've seen one answer, but I think it's preferable to start a window manager. You have a choice of a number of different window managers. I personally prefer fvwm2, which has the most features. To start the window manager, insert something like this in a file called .xinitrc: fvwm2 & Window managers all use a configuration file to describe the appearance of the screen and the functions available with mouse keys. Unfortunately, I can't recall what the default .fvwm2rc (the config file for fvwm2) looks like. Almost certainly, though, you'll have a menu which allows you to start other xterms (and a lot of other goodies). Try it. If you have problems, let me know. > 2.) How do I start Xwindows without logging in as root? This shouldn't be a problem. What problems are you having? Greg