From owner-freebsd-questions@FreeBSD.ORG Mon Apr 23 16:29:38 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DDDDA106564A for ; Mon, 23 Apr 2012 16:29:38 +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 9BB408FC08 for ; Mon, 23 Apr 2012 16:29:38 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q3NGTUVh069817; Mon, 23 Apr 2012 10:29:30 -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 q3NGTUdi069814; Mon, 23 Apr 2012 10:29:30 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 23 Apr 2012 10:29:30 -0600 (MDT) From: Warren Block To: Leslie Jensen In-Reply-To: <4F9543A9.5030005@eskk.nu> Message-ID: References: <4F9543A9.5030005@eskk.nu> 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]); Mon, 23 Apr 2012 10:29:30 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: Lots of lagging after upgrade of xorg. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2012 16:29:38 -0000 On Mon, 23 Apr 2012, Leslie Jensen wrote: > > Hello list. > > I'm experiencing a lot of lagging after I've upgraded xorg. I use XFCE and > just changing from one desktop to another now feels really slow. > > If I click on a button in an application I have to move the mouse pointer > before there's a reaction to the click. > > In a terminal window I also have to move the pointer outside before the input > from the keyboard is registered. That is often a symptom of setting Option "AllowEmptyInput" "Off". If you have AEI settings in xorg.conf, remove them. Use Option "AutoAddDevices" "Off" to disable HAL input device detection.