From owner-freebsd-stable@FreeBSD.ORG Tue Sep 29 21:23:04 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 C6B32106566B for ; Tue, 29 Sep 2009 21:23:04 +0000 (UTC) (envelope-from rgrover1@gmail.com) Received: from mail-pz0-f194.google.com (mail-pz0-f194.google.com [209.85.222.194]) by mx1.freebsd.org (Postfix) with ESMTP id 990C88FC1E for ; Tue, 29 Sep 2009 21:23:04 +0000 (UTC) Received: by pzk32 with SMTP id 32so3795304pzk.3 for ; Tue, 29 Sep 2009 14:23:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=GI6XTQ/LULcugzVBX4qDZFYL2Lb1a67mOkGRHiUbF84=; b=AS4S4kymIakpXV3cFbhjLf3MgTL+hHAGleI256pUNL+HMr3qVazbHMXuuRX77hR4NK KP6DrgokTGLohh/TqQsxkMpEog94xv/8+utXx1XGjv6HWe7mgE/sRBRTyjg2bgijQ0Hx CsUfO18j1G13WK5iixR9NfV1y3ZEYjAPYHmV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=S5U7G6Mp1tkR0DN+JSmlguuv1vjvSieYU8BP3MekGcyJuWxJfFgS2wgCq4X+wrRHsL NGL0Vcf84QJrq1v/ioClDii8H+vm81U4alghN8Y+nTdv9iFR2061RUB47irKWzU4y6TV fpVc15/MRQw/Tmtyg2KosyYVtEwD3FFJPiOIo= MIME-Version: 1.0 Received: by 10.114.30.7 with SMTP id d7mr8982870wad.30.1254259384138; Tue, 29 Sep 2009 14:23:04 -0700 (PDT) In-Reply-To: References: <426bed110909281500w194c7c19taf29b1a3996c91fc@mail.gmail.com> <426bed110909281818t68ab8fe5r9a6370c5fa368d7a@mail.gmail.com> <20090929035544.GJ4858@sysmon.tcworks.net> <426bed110909290215q4a6330b1yeb167d642b16d1ac@mail.gmail.com> Date: Wed, 30 Sep 2009 05:23:04 +0800 Message-ID: <426bed110909291423g192336d3kfff42d22e1cf604e@mail.gmail.com> From: Rohit Grover To: Warren Block Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Tue, 29 Sep 2009 21:23:04 -0000 On Tue, Sep 29, 2009 at 9:04 PM, Warren Block wrote: > On Tue, 29 Sep 2009, Rohit Grover wrote: >> >> I did a 'pkg_delete -a' to delete all packages, and then installed >> fresh packages from the 8.0-RC1 DVD as necessary. I'm back to a useful >> system and =A0X11 isn't lagging anymore. >> >> I hope someone investigates why X11 didn't behave well right after >> updating the kernel/world/some-packages. > > Please confirm the presence or absence of the AllowEmptyInput option in y= our > xorg.conf. > > I tested yesterday and found that "AllowEmptyInput" "off" with dbus/hal > running produced exactly the behavior you describe. > > A FreeBSD major version upgrade with mixed old a new libraries can certai= nly > cause problems, but the specific "laggy X11" problem is more likely due t= o > that option. > I did have 'AllowEmptyInput "off"' in my xorg.conf previously.