From owner-freebsd-newbies@FreeBSD.ORG Wed May 26 20:12:43 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFBB616A4CE for ; Wed, 26 May 2004 20:12:43 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B96A43D1D for ; Wed, 26 May 2004 20:12:41 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 26 May 2004 22:13:32 -0500 Message-ID: <40B55C92.4060602@daleco.biz> Date: Wed, 26 May 2004 22:12:18 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ron Ganzer References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 May 2004 03:13:32.0640 (UTC) FILETIME=[97577E00:01C44398] cc: freebsd-newbies@freebsd.org Subject: Re: question about fluxbox & xserver X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 03:12:43 -0000 Ron Ganzer wrote: > > hi all , > i have FBSD 5.1 running for 4 month and it great..... > > HOWEVER i have two problems: > > 1) gnome works perfectly but when i try to run fluxbox i get > XF86CONFIG doesnt have $display...... im at a loss here , any leads > greatly apreciated. > Hi! Please direct technical questions to questions@freebsd.org. 1] Set an environment variable --- in csh/tcsh it's "setenv DISPLAY num", where "num" is the display to connect to. Here's mine ... [/home/kadmin/scripts][21:45] % echo $DISPLAY :0.0 > > 2) i need to run an Xserver without a desktop manager - how ? > > thanks , > Ron Ganzer I assume you'd enter "startx" after setting ~/.xinitrc properly. Google about for sample .xinitrc files --- you can call apps w/o calling a window manager; that's what I'm assuming you want to do Kevin Kinsey DaleCo, S.P.