From owner-freebsd-questions@FreeBSD.ORG Mon Jan 27 02:55:18 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 474762EC for ; Mon, 27 Jan 2014 02:55:18 +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 1C0A41596 for ; Mon, 27 Jan 2014 02:55:18 +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=74PI0+P9xrqB1x8hcuINlMUwcqdmvgKjR/uEQq2+BSY=; b=DLglEdNu6+smI/+wHjN8eKtTYC6H6FVvLdTslD5C2eCUSXqfgz37QkrW7wKx9k7fJxrVZQ8IlMgtrcEyy5Sylg+bZe2jqJGY7QVRX0lqmSAJ52ZoE0vkr/xkV8bToYN3UQ7IUs8GgiI9S6yy2I42zZA93v222Q6QzSRpRZ390H4=; Received: from [39.217.157.8] (port=30678 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 1W7cLz-000PKT-Uv; Sun, 26 Jan 2014 19:55:17 -0700 Date: Mon, 27 Jan 2014 10:55:08 +0800 From: Erich Dollansky To: "Jack L." Subject: Re: startx hangs locally but not over ssh Message-ID: <20140127105508.526a9e5f@X220.alogt.com> In-Reply-To: References: <20140126211217.3c74f133@X220.alogt.com> <20140126213247.53fc82ee@X220.alogt.com> 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: Mon, 27 Jan 2014 02:55:18 -0000 Hi, On Sun, 26 Jan 2014 18:40:46 -0800 "Jack L." wrote: > On Sun, Jan 26, 2014 at 5:32 AM, Erich Dollansky > wrote: > > > > On Sun, 26 Jan 2014 05:17:42 -0800 > > "Jack L." wrote: > > > >> On Sun, Jan 26, 2014 at 5:12 AM, Erich Dollansky > >> wrote: > >> > 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. did you try the kill as root? > >> > >> didn't show anything, what does that do? The ati driver worked > >> fine in FreeBSD 9.2. This card doesn't support KMS as it's an > >> older laptop video card. > > > > if KMS is not supported, then take the VESA driver and see what > > happens. > > > vesa works fine but wanted it to work with the ati driver which has > acceleration Ok, did you upgrade FreeBSD? The recompile at least hal and the video driver. Erich