From owner-freebsd-questions@FreeBSD.ORG Wed Mar 3 12:18:58 2004 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 6C47516A4CE for ; Wed, 3 Mar 2004 12:18:58 -0800 (PST) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BDD843D48 for ; Wed, 3 Mar 2004 12:18:58 -0800 (PST) (envelope-from roop@hqst.com) Received: from [217.160.230.52] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1AycpT-0003wc-00; Wed, 03 Mar 2004 15:18:55 -0500 Received: from [24.82.166.192] (helo=hqst.com) by smtp.perfora.net with asmtp (Exim 3.35 #1) id 1AycpS-00020Z-00; Wed, 03 Mar 2004 15:18:55 -0500 Message-ID: <40463DB9.9080202@hqst.com> Date: Wed, 03 Mar 2004 12:19:05 -0800 From: Roop Nanuwa User-Agent: Mozilla Thunderbird 0.5+ (Windows/20040220) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephen Liu References: <200403040851.34985.satimis@icare.com.hk> In-Reply-To: <200403040851.34985.satimis@icare.com.hk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problem in starting GNOME 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, 03 Mar 2004 20:18:58 -0000 Stephen Liu wrote: >Hi folks, > >FreeBSD 5.2 >========= > >On multi-user shell ># gnome-session >could not start 'GNOME. > > > You need to start GNOME after you've started X. Go to a command prompt and type: echo 'exec gnome-session' > ~/.xinitrc Then type "startx" to run X & GNOME. >Kindly advise how to make 'GNOME' available for selection on the GUI login >screen. > > > Don't use the ttys. Install the GDM2 port and then look at the startup script under /usr/X11R6/etc/rc.d and remove the .sample from the end of the gdm.sh.sample script to get it running. --roop