From owner-freebsd-questions@FreeBSD.ORG Mon Jul 28 22:52:18 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 5835137B401 for ; Mon, 28 Jul 2003 22:52:18 -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 9301C43F93 for ; Mon, 28 Jul 2003 22:52:17 -0700 (PDT) (envelope-from root@webserver.get-linux.org) Received: (qmail 19365 invoked by uid 0); 29 Jul 2003 05:52:40 -0000 Date: Mon, 28 Jul 2003 22:52:40 -0700 From: Joshua Oreman To: Charlie Schluting Message-ID: <20030729055240.GA19355@webserver> References: <20030729035503.6740.qmail@web10010.mail.yahoo.com> <20030728221541.Y8137@cheshire.cat.pdx.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030728221541.Y8137@cheshire.cat.pdx.edu> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: booting in graphical mode in fluxbox 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, 29 Jul 2003 05:52:18 -0000 On Mon, Jul 28, 2003 at 10:19:49PM -0700 or thereabouts, Charlie Schluting wrote: > On Mon, 28 Jul 2003, marlon corleone wrote: > > > how do i boot graphically in fluxbox? > > > > im booting up fluxbox in startx method, if i want to > > boot it in graphical mode, should i COMMENT this > > entry: > > > > exec /usr/X11R6/bin/fluxbox in my .xinitrc and put > > the entry in .xsession, is that all i have to do? > > Just try it and find out! > > But yes, you only need to put it in your .xinitrc. I don't even have a > .xsession.. so I'm not sure what its for. > > I've never actually used exec to start a wm, just put: > fluxbox & > in .xinitrc, along with other things I want to start. Here's the Right Way(TM) to do this: echo '#! /bin/sh' > ~/.xsession cat ~/.xinitrc >> ~/.xsession chmod +x ~/.xsession # edit /etc/ttys and uncomment the line for xdm su root -c 'kill -HUP 1' # or reboot -- Josh > > --Charlie > _______________________________________________ > 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"