From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 11:16:47 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 A164837B401 for ; Wed, 2 Jul 2003 11:16:47 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id EEB4143F75 for ; Wed, 2 Jul 2003 11:16:46 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 2203 invoked by uid 1001); 2 Jul 2003 18:19:52 -0000 Date: Wed, 2 Jul 2003 11:19:52 -0700 From: Joshua Oreman To: Adam Message-ID: <20030702181952.GH780@webserver.get-linux.org> References: <20030702162307.GB6877@teddy.fas.com> <1057163365.96047.68.camel@jake> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057163365.96047.68.camel@jake> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Starting 2nd X server with startx? 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: Wed, 02 Jul 2003 18:16:47 -0000 On Wed, Jul 02, 2003 at 12:29:26PM -0400 or thereabouts, Adam wrote: > On Wed, 2003-07-02 at 12:23, stan wrote: > > I can't seem to figure out the proper syntax to start a 2nd X server using > > startx. > > > > Could some kind soule enlighten me? > > > > $ display=:1 startx a) It's DISPLAY, not display -- all caps is important. The way I do this is: $ startx -- :1 -- Josh > > That should work. > > -- > Adam > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"