From owner-freebsd-newbies Sun Aug 23 11:26:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10257 for freebsd-newbies-outgoing; Sun, 23 Aug 1998 11:26:27 -0700 (PDT) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from info1.info.tampere.fi (info1.info.tampere.fi [212.63.6.18]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10252 for ; Sun, 23 Aug 1998 11:26:25 -0700 (PDT) (envelope-from lmkjuksi@info1.info.tampere.fi) Received: from info1.info.tampere.fi (pc061.soitto.info.tampere.fi [212.63.8.61]) by info1.info.tampere.fi (8.9.0/8.9.0) with ESMTP id VAA12123; Sun, 23 Aug 1998 21:25:26 +0300 (EET DST) Message-ID: <35E05F80.56EABEBF@info1.info.tampere.fi> Date: Sun, 23 Aug 1998 21:29:20 +0300 From: "Jukka Similä" X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: Malartre CC: Michael Henry , freebsd-newbies@FreeBSD.ORG Subject: Re: Tip #1 of the day :-) References: <199808231138.EAA01798@hub.freebsd.org> <35E043BB.504E896B@aei.ca> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Malartre wrote: > > Michael Henry wrote: > > > > > > > > If you want than your command start in the background, add a " &" at the > > > end. Exemple: > > > You want to start Xfree86 but dont want it to use one of your precious > > > terminal. > > > --- > > > startx & > > > --- > > > > What's the point? Once you have X started you can have as many terminals as > > you want. (xterms, that is). If you want to use virtual terminals (or whatever they are called), Alt+F1, Alt+F2, Alt+F3, Alt+F4 when you are in text mode and Ctrl+Alt+F? under X. Alt+F4 switches to X if you have it running. If you have started X with startx from ttyv0 (Alt+F1), that means it's unuseable until X is killed. If you started X background, like startx&, then ttyv0 is available. It's very nice to switch from graphics mode to text mode with Ctrl+Alt+F? when you need 25 (or 24) line mode. > > > I was joking: but who want to load 50 terminal? > I dont do all my job under X. Anyway, it was only for showing what you > can do. > Any other tips :-) > -- Jukka Similä To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message