From owner-freebsd-questions@FreeBSD.ORG Thu Sep 4 17:06:46 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 1450716A4BF for ; Thu, 4 Sep 2003 17:06:46 -0700 (PDT) Received: from webserver.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 2591F43FE9 for ; Thu, 4 Sep 2003 17:06:45 -0700 (PDT) (envelope-from oremanj@webserver.get-linux.org) Received: (qmail 27382 invoked by uid 1000); 5 Sep 2003 00:08:54 -0000 Date: Thu, 4 Sep 2003 17:08:54 -0700 From: Joshua Oreman To: freebsd-questions@freebsd.org Message-ID: <20030905000854.GA27357@webserver> Mail-Followup-To: freebsd-questions@freebsd.org References: <20030904040608.D11CA3AA8E@www.fastmail.fm> <034e01c372fc$51d95af0$e400a8c0@ape> <20030904164420.GA96934@keyslapper.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030904164420.GA96934@keyslapper.org> User-Agent: Mutt/1.4.1i Subject: Re: Two X sessions on one machine??? 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: Fri, 05 Sep 2003 00:06:46 -0000 On Thu, Sep 04, 2003 at 12:44:20PM -0400 or thereabouts, Louis LeBlanc wrote: > On 09/04/03 04:50 PM, Markie sat at the `puter and typed: > > > > > > > http://linux.about.com/library/bl/open/newbie/blnewbie4.3.6.htm > > > > Looks about right, I remember doing this a long time ago but couldn't > > remember how. Thanks for making me get some motivation to make myself look > > it up :o) > > > > > > There are a hundred other questions, like how do you get an xsession > to start different WMs or even different configurations of the same WM > based on the display? Test the variable $DISPLAY or $display (not sure) in your .xsession; it is a shell script, after all. Not sure .xinitrc is a shell script, but it may be. If so, that stuff will work there too. -- Josh