From owner-freebsd-questions@FreeBSD.ORG Sun Jan 26 13:12:48 2014 Return-Path: Delivered-To: freebsd-questions@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 97CB115A for ; Sun, 26 Jan 2014 13:12:48 +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 6F60A167B for ; Sun, 26 Jan 2014 13:12:48 +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=5KcMJfEdPyO0Mu+tHSRKE4Fk/1sLrWJu1feSlIrTtqg=; b=tgCGkwxySBk1F0WEFd6waDe4dhxZgdHuFHGpW9GCHoZ3M66gytYlZeMkPRND354m7dFCwAmqrnEMQi1dVUOMdlJzrqF4u+nc+vm5aiVaA9naBn64RoUVSO/MmQDCphNHGk3sidoBFbx2Sb41Jyqx0++W2SoC6i1um6z3x0DTE2A=; Received: from [39.209.53.164] (port=63633 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 1W7PVx-003t7H-OY; Sun, 26 Jan 2014 06:12:42 -0700 Date: Sun, 26 Jan 2014 21:12:17 +0800 From: Erich Dollansky To: "Jack L." Subject: Re: startx hangs locally but not over ssh Message-ID: <20140126211217.3c74f133@X220.alogt.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2014 13:12:48 -0000 Hi, On Sun, 26 Jan 2014 04:41:54 -0800 "Jack L." wrote: > Does anyone have any ideas on why startx would cause Xorg to consume > 100% cpu and stuck in RUN state. kill -9 does nothing to it and forced > to reboot to kill it. > > If I ssh localhost and startx, it works normally. > > I'm running FreeBSD 10.0 and it's a Radeon XPRESS 200M 5955 with > USE_XORG_NEW undefined. > try to add WITH_GALLIUM and compile X again. X will work via ssh as it does not have anything to display on that machine then. It is the graphic card driver which is your problem. Erich _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"