From owner-freebsd-ports@FreeBSD.ORG Sat Mar 19 18:22:11 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D079F106566B for ; Sat, 19 Mar 2011 18:22:11 +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 7F41F8FC18 for ; Sat, 19 Mar 2011 18:22:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p2JIMAZ0046878; Sat, 19 Mar 2011 12:22:10 -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 p2JIMAaY046875; Sat, 19 Mar 2011 12:22:10 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 19 Mar 2011 12:22:10 -0600 (MDT) From: Warren Block To: Robert Huff In-Reply-To: <19844.49463.356854.310510@jerusalem.litteratus.org> Message-ID: References: <19844.49463.356854.310510@jerusalem.litteratus.org> 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]); Sat, 19 Mar 2011 12:22:10 -0600 (MDT) Cc: ports@freebsd.org Subject: Re: fact-finding: problems after recent Xorg upgrade X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2011 18:22:11 -0000 On Sat, 19 Mar 2011, Robert Huff wrote: > > I know this about x11@; I am looking to answer "is it just me?" > before I talk to them. > > System: > > FreeBSD 9.0-CURRENT #0: Sat Oct 23 08:15:53 EDT 2010 amd64 > xorg-7.5.1 > fvwm-2.5.31 > > > Since the upgrade to xorg-7.5.1, I have had issues with > ... focus, for lack of a better diagnosis. > Before, as I move the 3x3 desktop focus followed the mouse. If > I switched panels and the mouse ended over a window, that window > (except in rare case) acquired focus. > No longer. The odds of transfering focus are maybe 1 in 4. > Sometimes even the window manager supplied window frame loses focus > while I'm inside the window. > This can often be fixed by clicking on something the old window > that changes the contents - e.g. a menu-bar button in a browser. > For things without clickables, like xterm, often the only solution > is to exit the window/program and restart. > > Has anyone else seen this behavior, or have insight into what > might be going on? I'm willing to accept I've failed to recompile > something, or missed a config file setting; I just want things to > work. May be due to fvwm. As far as your xorg.conf, "HandleSpecialKeys" "always", "DontZoom" "true", and "AllowMouseOpenFail" "true" should not be necessary. It's worth testing without them.