From owner-freebsd-x11@FreeBSD.ORG Fri Apr 27 22:29:46 2012 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EE11106566B for ; Fri, 27 Apr 2012 22:29:46 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id A6EAC8FC12 for ; Fri, 27 Apr 2012 22:29:45 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id A2978E3F07A; Sat, 28 Apr 2012 00:29:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e57NLN4ScZwB; Sat, 28 Apr 2012 00:29:42 +0200 (CEST) Received: from goofy01.vnodelab.local (jd.benders.se [212.247.52.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 21687E3F079; Sat, 28 Apr 2012 00:29:42 +0200 (CEST) Date: Sat, 28 Apr 2012 00:29:40 +0200 From: Joel Dahl To: Kevin Oberman Message-ID: <20120427222940.GD6475@goofy01.vnodelab.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-x11@freebsd.org Subject: Re: Odd mouse issue with new xorg-server 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: Fri, 27 Apr 2012 22:29:46 -0000 On 25-04-2012 19:30, Kevin Oberman wrote: > I hit a weird one with the new xorg-server. I have previously been > running the xorg-devel from about 4or 5 months ago, so it's something > that has happened since then. > > After updating to the new xorg, my mouse was dead. I looked at the log > and found: > (II) config/hal: Adding input device PS/2 Mouse > (II) LoadModule: "mouse" > (II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so > (II) Module mouse: vendor="X.Org Foundation" > compiled for 1.7.7, module version = 1.7.1 > Module class: X.Org XInput Driver > ABI class: X.Org XInput driver, version 7.0 > (WW) PS/2 Mouse: No Device specified, looking for one... > (II) PS/2 Mouse: Setting Device option to "/dev/psm0" > (--) PS/2 Mouse: Device: "/dev/psm0" > (==) PS/2 Mouse: Protocol: "Auto" > (**) PS/2 Mouse: always reports core events > (**) Option "Device" "/dev/psm0" > (EE) xf86OpenSerial: Cannot open device /dev/psm0 > Device busy. > (EE) PS/2 Mouse: cannot open input device > (II) UnloadModule: "mouse" > (EE) PreInit returned NULL for "PS/2 Mouse" > (EE) config/hal: NewInputDeviceRequest failed (8) I have the same problem - my USB mouse does not work after upgrading to latest Xorg. I also see the same error message from xf86OpenSerial in my Xorg log. Removing xorg.conf does not help in my case though. -- Joel