From owner-freebsd-x11@FreeBSD.ORG Sun Mar 20 13:38:20 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 505D01065673 for ; Sun, 20 Mar 2011 13:38:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 111B08FC13 for ; Sun, 20 Mar 2011 13:38:19 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p2KDcJLV050193; Sun, 20 Mar 2011 07:38:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p2KDcJHE050190; Sun, 20 Mar 2011 07:38:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 20 Mar 2011 07:38:19 -0600 (MDT) From: Warren Block To: Gua Chung Lim In-Reply-To: <20110320070432.GB1335@gmail.com> Message-ID: References: <20110317134728.GA1417@gmail.com> <20110318064011.GA69484@server.vk2pj.dyndns.org> <20110318154101.GA1847@gmail.com> <4D8407EF.7070604@gmail.com> <20110319150741.GA1964@gmail.com> <20110320070432.GB1335@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sun, 20 Mar 2011 07:38:19 -0600 (MDT) Cc: freebsd-x11@freebsd.org 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 13:38:20 -0000 On Sun, 20 Mar 2011, Gua Chung Lim wrote: >> Without a .xinitrc, the system one (/usr/local/lib/X11/xinit/xinitrc) is >> used. That starts twm as you describe. So it's good news--xorg is >> working. > Probably yes. > >> 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? .xinitrc is just a shell script. Anything it runs before the window manager has to either complete or be run in the background, or it will prevent the script from continuing. For example, I use devilspie, a utility which can move windows around. In .xinitrc: #!/bin/sh devilspie & exec /usr/local/bin/startxfce4 Please show your .xinitrc.