From owner-freebsd-x11@FreeBSD.ORG Sat Jun 23 18:55:59 2012 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 604371065677 for ; Sat, 23 Jun 2012 18:55:59 +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 1D1388FC16 for ; Sat, 23 Jun 2012 18:55:59 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q5NItwfH087080; Sat, 23 Jun 2012 12:55:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q5NItwJq087077; Sat, 23 Jun 2012 12:55:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 23 Jun 2012 12:55:58 -0600 (MDT) From: Warren Block To: Robert Huff In-Reply-To: <20453.51229.945267.408562@jerusalem.litteratus.org> Message-ID: References: <20453.51229.945267.408562@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.7 (wonkity.com [127.0.0.1]); Sat, 23 Jun 2012 12:55:58 -0600 (MDT) Cc: x11@freebsd.org Subject: Re: problem switching focus between windows X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2012 18:55:59 -0000 On Sat, 23 Jun 2012, Robert Huff wrote: > Section "ServerFlags" > Option "DontZap" "false" > Option "DontZoom" "true" > Option "AllowMouseOpenFail" "true" > # as of r7.4, activating this causes X to look pay attention to > # mouse and keyboard device info > # per e-mail from rnoland@FreeBSD.org > > # Option "AllowEmptyInput" "on" > # Option "AutoAddDevices" "on" > Option "AllowEmptyInput" "off" This is bad, remove or comment it. http://www.wonkity.com/~wblock/docs/html/aei.html > Option "AutoAddDevices" "off" This is the right way to disable HAL input device detection.