From owner-freebsd-stable@FreeBSD.ORG Sun Oct 27 05:58:23 2013 Return-Path: Delivered-To: stable@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 ESMTP id A7B1EA1F for ; Sun, 27 Oct 2013 05:58:23 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CCEC27F6 for ; Sun, 27 Oct 2013 05:58:23 +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=2+9qum4fbi4paUEsSseNYj9lCsHQTEqesyVsRM+31oI=; b=YCUYVJaK+P0dTGnQ5JYGxb/FEAjRasxCWIQp/xAzr4rh3AYHs1jb4xjPx//v8jYEnQvYyt+OkMr06/5RGJQhmdXvZOhn6EWz59uwWDJotZ92xe+yNolvKiMWKPWqV7hwLjtVpuoQaGqGA+ob/vvfODFas/+wRtPK2ZNqHCRDonk=; Received: from [182.2.135.91] (port=23899 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80.1) (envelope-from ) id 1VaIse-001w56-8L; Sat, 26 Oct 2013 23:27:17 -0600 Date: Sun, 27 Oct 2013 13:27:09 +0800 From: Erich Dollansky To: Kevin Oberman Subject: Re: x11 hangs unkillable on 10.0-BETA1 Message-ID: <20131027132709.3f305da5@X220.ovitrap.com> In-Reply-To: References: <20131027011829.GA98327@lyxys.ka.sub.org> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; 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: "stable@freebsd.org" , "illoai@gmail.com" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Oct 2013 05:58:23 -0000 Hi, On Sat, 26 Oct 2013 22:10:58 -0700 Kevin Oberman wrote: > On Sat, Oct 26, 2013 at 9:31 PM, illoai@gmail.com > wrote: > > > On 26 October 2013 21:18, Wolfgang Zenker > > wrote: > > > Testing 10.0-BETA1 on an old IBM T42p Laptop, after a while Xorg > > > starts to use 100% CPU, stops to update the screen and does not > > > accept any input anymore. I can still work from remote via ssh; > > > top shows Xorg using up 100% CPU most of the time. Trying to kill > > > or even kill -9 the Xorg process does not result in an error > > > message but fails to terminate the process. > > > > > > What information would be helpful to debug this? > > > > > > > Screams of the tormented? Basically, I debug [X] by disabling > > features until it doesn't lock up, & then I use those settings until > > it causes lockups (from updates). > > > > mplayer would reliably lock Xorg if I used (or allowed) vo=sdl > > or higher (gl, gl2, whatever). vo=x11 a) never locks up xorg & > > 4) doesn't allow resizing of windows to scale the player. Oh > > f'well. > > > > Summary: > > Xorg on FreeBSD is a crap shoot based on your card. IIRC a T42 > > is one of those terrible i915 or something video cards. Ugh. > > > > I am surprised by this. I have a T42 with the Intel 3000 graphics > card and it has worked quite well for me. I use mplayer, vlc, and > (primarily) xine on it. I use the default video output device for > all. I thought the default was Xv, but I could well be wrong. It's > been working for me on stable for well over a year. I started using > it when kib made patches available, but I have been running the > committed version. > > Just to confirm, you have WITH_NEW_XORG=YES and WITH_KMS=YES in > /etc/make.conf and have built all X ports and the kernel with these > options. the GENERIC kernel did for me. But I needed this to get X running: WITH_NEW_XORG=true WITH_KMS=true WITH_GALLIUM=true I installed FreeBSD 10.0 BETA1 last Tuesday. X might be running since Wednesday without problems. Erich