From owner-freebsd-stable@FreeBSD.ORG Wed Jun 23 01:23:46 2010 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 8AC8E1065674 for ; Wed, 23 Jun 2010 01:23:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3F9FC8FC1B for ; Wed, 23 Jun 2010 01:23:45 +0000 (UTC) Received: by vws14 with SMTP id 14so189422vws.13 for ; Tue, 22 Jun 2010 18:23:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=atENWsPYOATorqbr8cEDa93KF2Gw43HNLx5ZXxXFh7I=; b=TwnWMh0676RuUCwhtEHpNpLVwfwE0kml365qASpjllWrU9HntLMDcZ+duQSPjFrO+R +kNdRm32hxKdwDA7Vx9spnV5gShyK7lrJW5GPCkLQfKsNchiNoCGPNnFV+LLwpuFzGZ1 irCB1jRuCW6gmaKGjyK/kGdI9R5+P9o7MHGPE= 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; b=A6jsAwfeG8BaHw4fNRmrj6SZJtm3pFK3XSjTghJjtl/jUM5aRjdHUUAfQ7L+EC847E 3m4OaHSeNrenJtWE/FTULEJTBJDcf1X2/cIqxpzwQFL6wwVvcvdXk3PqgphpVmbGJ5QO VXBHlPhveeNrbk5qAkO49N5A1vnSnDBdRkrSE= MIME-Version: 1.0 Received: by 10.224.59.30 with SMTP id j30mr4381159qah.143.1277256225242; Tue, 22 Jun 2010 18:23:45 -0700 (PDT) Received: by 10.229.82.70 with HTTP; Tue, 22 Jun 2010 18:23:45 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Jun 2010 20:23:45 -0500 Message-ID: From: Adam Vande More To: Nathan Maier Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: The mouse appears on screen but doesn't move. 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: Wed, 23 Jun 2010 01:23:46 -0000 On Tue, Jun 22, 2010 at 7:14 PM, Nathan Maier wrote: > Hi, > Just updated to 8.0-Release via freebsd-update from 8.0-rc1. My mouse > worked well enough in the first 8.0 release after adding "Option > "AllowEmptyInput" "off" from the UPDATING file. > Here's Xorg.log: > (II) LoadModule: "mouse" > (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so > (II) Module mouse: vendor="X.Org Foundation" > compiled for 1.6.1, module version = 1.4.0 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 4.0 > (EE) module ABI major version (4) doesn't match the server's version (7) > (II) UnloadModule: "mouse" > (II) Unloading /usr/local/lib/xorg/modules/input/mouse_drv.so > (EE) Failed to load module "mouse" (module requirement mismatch, 0) > Well I guess that would be your problem. Assuming you've updated your ports tree, something like portmaster --no-confirm -d /usr/ports/x11-drivers/xf86-input-mouse/ and restarting X should fix it although it doesn't seem like a jump from an RC to RELEASE should cause this. Did you update other parts of the system as well? -- Adam Vande More