From owner-freebsd-stable@FreeBSD.ORG Mon Sep 28 23:30:47 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64BFD1065679 for ; Mon, 28 Sep 2009 23:30:47 +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 B99288FC13 for ; Mon, 28 Sep 2009 23:30:46 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id n8SNUjfP039835; Mon, 28 Sep 2009 17:30:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id n8SNUjPT039832; Mon, 28 Sep 2009 17:30:45 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 28 Sep 2009 17:30:45 -0600 (MDT) From: Warren Block To: Rohit Grover In-Reply-To: <426bed110909281500w194c7c19taf29b1a3996c91fc@mail.gmail.com> Message-ID: References: <426bed110909281500w194c7c19taf29b1a3996c91fc@mail.gmail.com> 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.2 (wonkity.com [127.0.0.1]); Mon, 28 Sep 2009 17:30:45 -0600 (MDT) Cc: freebsd-stable@freebsd.org Subject: Re: Laggy X11 after updating to 8.0-RC1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Sep 2009 23:30:47 -0000 On Tue, 29 Sep 2009, Rohit Grover wrote: > I have upgraded to 8.0-RC1 (from 7.2-STABLE) on my MacBook 4,1. I did > so by checking out stable/8 under /usr/src, rebuilding kernel/world, > and using portupgrade to update all installed ports from packages > available on the 8.0RC1 DVD-iso. > > Since the update, my X11 is laggy. Now, I often have to move the mouse > before keystrokes/button presses take effect. Make sure hal and dbus are enabled in rc.conf and running. In xorg.conf, remove Option "AllowEmptyInput" "off". A bonus of using hal is that you can remove the keyboard and mouse sections from xorg.conf. > As I've mentioned, I've updated the kernel/world, and updated > libpciaccess. Perhaps I'm having issues because I need to remove old > libs. How do I remove old libs? cd /usr/src make check-old-libs make delete-old-libs /usr/src/Makefile lists all the options. -Warren Block * Rapid City, South Dakota USA