From owner-freebsd-questions@FreeBSD.ORG Thu Nov 13 17:59:09 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 61BE916A4CF for ; Thu, 13 Nov 2003 17:59:09 -0800 (PST) Received: from be-well.no-ip.com (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D02243FE0 for ; Thu, 13 Nov 2003 17:59:08 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.no-ip.com (Postfix, from userid 1147) id 8C4013A; Thu, 13 Nov 2003 20:59:05 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Verghese George" References: From: Lowell Gilbert Date: 13 Nov 2003 20:59:03 -0500 In-Reply-To: Message-ID: <448ymjn21k.fsf@be-well.ilk.org> Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: Install X windows in Free BSD 4.8 - Help required. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 01:59:09 -0000 "Verghese George" writes: > First of all the login screen for X windows still does not allow me to > get into the system. When I type my login name and password , the > screen goes blank and the login screen reappears after some time. Sounds like you need to debug your .xsession file. > If I > type C-A-F1, I can get into the command line mode. When I type startx on > command line, it fails. Well, sure; you're still running another X session on display 0, so you can't start another one without giving it a different display to use. > When remove /tmp/X0.lock and retry with startx, I can get into kde ( I > enabled KDE from the /stand/sysinstall mode. ) Okay, that would get around the other session's lock. > Is it not possible to get directly into X window screen or kde when > typing startx? Sure it is. As long as you're not already running X. > How can I log in from the login screen into X windows or kde? Best guess is that you just need to fix your .xsession file.