From owner-freebsd-x11@FreeBSD.ORG Sun Mar 20 08:30:10 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 838C4106566C for ; Sun, 20 Mar 2011 08:30:10 +0000 (UTC) (envelope-from erich@alogreentechnologies.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA818FC18 for ; Sun, 20 Mar 2011 08:30:10 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id p2K7pEaU007386; Sun, 20 Mar 2011 01:51:18 -0600 From: Erich Dollansky Organization: ALO Green Technologies Pte Ltd To: freebsd-x11@freebsd.org Date: Sun, 20 Mar 2011 14:51:21 +0700 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.5.4; amd64; ; ) References: <20110317134728.GA1417@gmail.com> <20110320070432.GB1335@gmail.com> In-Reply-To: <20110320070432.GB1335@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103201451.21866.erich@alogreentechnologies.com> Cc: Subject: Re: FBSD 8.2R can't startx X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2011 08:30:10 -0000 Hi, On Sunday 20 March 2011 14:04:32 Gua Chung Lim wrote: > > Which probably indicates a problem with the way KDE is being started, or > > there may be a problem with a KDE component. See > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html#X11-WM-KDE > But GNOME could not start either. > Is there anything stay in between xorg and DE? > install i.e. blackbox and try this .xinitrc #!/bin/sh # # startx uses this file to customise X for a user. # exec blackbox Erich