From owner-freebsd-x11@FreeBSD.ORG Tue Feb 18 05:23:33 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2681439; Tue, 18 Feb 2014 05:23:33 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A43541CB6; Tue, 18 Feb 2014 05:23:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=8p8AWgFMPzbKgXMUcCWBKaakO6OuP5roLWIusCNAj/0=; b=W8OZdMQdAEI2293qfMDZ4MGg+Hu6XjOwlFcCfGdEXF/+AGOW0UPG3kxM37C0ry4lmi+2FbPm9R6acm/9hcJm3ecNkIUWw6Ex/7dgyeZWT/sKG1eb7N1IXtDLAgP1kpzPRr5yeYrv91MIV5Z0gS7wrAjDJTDF+FzUAQfHCiYDqvA=; Received: from [182.10.150.180] (port=31495 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WFd9W-001Uxt-VW; Mon, 17 Feb 2014 22:23:32 -0700 Date: Tue, 18 Feb 2014 13:23:25 +0800 From: Erich Dollansky To: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= Subject: Re: X stopped after clicking a menu item in blackbox to start xterm Message-ID: <20140218132325.7adc742e@X220.alogt.com> In-Reply-To: <530261E6.6000008@FreeBSD.org> References: <20140217151829.7ae248db@X220.alogt.com> <530261E6.6000008@FreeBSD.org> Organization: ALO Green Technologies X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erich@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 05:23:33 -0000 Hi, On Mon, 17 Feb 2014 20:24:22 +0100 Jean-S=E9bastien P=E9dron wrote: > On 17.02.2014 08:18, Erich Dollansky wrote: > > [ 19391.368] (WW) intel(0): drmDropMaster failed: Unknown error: -22 > > [ 19391.374] Server terminated successfully (0). Closing log file. >=20 > X.Org isn't the culprit here ("Server terminated successfully"). I > guess the window manager exited (normally or not, I don't know) and > the X server exited because your .xinitrc script quit after the > windows manager. >=20 > You could use the following command from X (after restarting X) to see > if a program displayed an error on the console: > vidcontrol -H -P =20 > Or you can add it to the end of your .xinitrc script and log the > output to a file. I will do so in any case. >=20 > The "drmDropMaster failed" error isn't important here: xserver always > tries to set master/drop master when VT-switching, but we don't > support that feature yet. >=20 This was the one that confused me. I can't tell you for how long I did not have X crashes. So, it really surprised me. Thanks for the explanation. Erich