From owner-freebsd-questions@FreeBSD.ORG Tue Mar 4 22:41:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAD191065674 for ; Tue, 4 Mar 2008 22:41:49 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id ACEE38FC15 for ; Tue, 4 Mar 2008 22:41:49 +0000 (UTC) (envelope-from siraj.shaikh@gmail.com) Received: by wr-out-0506.google.com with SMTP id c49so1172593wra.19 for ; Tue, 04 Mar 2008 14:41:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=dLUS2IwGSqlxdN7Igwko0hrDV7AmGP1eFWq2xUN9WVs=; b=s8d/Wn0RBT1CKmwmSfB4gt5jGH62Xos2ydcesxvm2V8iZmCOxs0QkqPuaN1N/h87Yz/u5Ps2H280yP3T+DYFT3mNUhhsaMfSK8i8YaXyh9iNAmZr4lfWmBLgTjv27T/4zqFFW+pDvADN0CpTcXXBsRqwkDn0IEK8QxWk3Dq2t4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=vupKAeTWWogUG0QHa3X7XxezRbySKNGu4rbJxa9fRtUgJxyshcNotck79t4fV1z2j2xAcdsVNqfaO5v73kGRVlFHO+YV7EUnXO3dP7nufzSDXk2kXXc5+SXpty/gV6MvrsXQws/5njHt7Wvk6TmqY6LHIXlHCcf/R6voWcjiZi0= Received: by 10.141.91.12 with SMTP id t12mr995228rvl.138.1204670507869; Tue, 04 Mar 2008 14:41:47 -0800 (PST) Received: by 10.140.162.17 with HTTP; Tue, 4 Mar 2008 14:41:47 -0800 (PST) Message-ID: <3b2ddd940803041441k6f059619ga1b2987aecd45007@mail.gmail.com> Date: Tue, 4 Mar 2008 22:41:47 +0000 From: "Siraj Shaikh" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: How to start Gnome2-lite X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 22:41:50 -0000 I installed Gnome2-lite as a package. I then inserted the following line gnome_enable="YES" in rc.conf and also inserted the line exec gnome-session in the xinitrc file. | type startx after this, but gnome desktop doesnt load up. Instead the usual x windows screen loads up. Please Help!