From owner-freebsd-stable@FreeBSD.ORG Wed Jun 23 16:00:30 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 883E31065675 for ; Wed, 23 Jun 2010 16:00:30 +0000 (UTC) (envelope-from maier.nathan@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 100F78FC0C for ; Wed, 23 Jun 2010 16:00:29 +0000 (UTC) Received: by mail-fx0-f54.google.com with SMTP id 7so3711036fxm.13 for ; Wed, 23 Jun 2010 09:00:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:organization:x-mailer :mime-version:content-type:content-transfer-encoding; bh=OmVp20kvGLcqg0OEhPf8AvNOSV3a6XmdnWGaGgpGX5U=; b=pfde2lZ4L6GnTzpGSRv5RxJG2fu4RD56nYKuwg4msgTPmXrXSbLANnzZBzAh204C1r REVAQFJMO/V2E0gOgf3gU6sD4RApBhGdw2IBB5JCl0L2z46ggSi0G7vD7C+tVzaNHXJY zvjFkoXekg6z3qEIsiBqaItaBx4/tc1tifwOs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:organization :x-mailer:mime-version:content-type:content-transfer-encoding; b=dUhtIWh+2hRlf2eS/nOjYDe7nsz+CpKdzGOn6bq8BitCtUn+qWh8yYHkSN6vtip4BB A5ImDQIeauTwo9y9P/28jPUpMQDDj28CbU0Lj1QE9JAoux1PYUGqyNYyDI8ak7wumHhU 9gIzu1YKCi2qH49VGQsVmcI8MXsp07yvo6+Hw= Received: by 10.204.46.199 with SMTP id k7mr5804641bkf.146.1277308829602; Wed, 23 Jun 2010 09:00:29 -0700 (PDT) Received: from nomos (c-24-15-68-119.hsd1.il.comcast.net [24.15.68.119]) by mx.google.com with ESMTPS id jq1sm12928909bkb.47.2010.06.23.09.00.28 (version=SSLv3 cipher=RC4-MD5); Wed, 23 Jun 2010 09:00:29 -0700 (PDT) Date: Wed, 23 Jun 2010 10:54:41 -0500 From: Nathan Peet Maier To: freebsd-stable@freebsd.org Message-ID: <20100623105441.7cab13b2@nomos> In-Reply-To: <20100623120041.5455D10656FA@hub.freebsd.org> References: <20100623120041.5455D10656FA@hub.freebsd.org> Organization: Team Circadia X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Mouse appears on screen but does not 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 16:00:30 -0000 Okay, THe mouse is working well enough. I changed my label in ports-supfile to tag=. which I found in documentation as applicable to ports supfiles. Is this different from source supfiles where "." means CURRENT release. Anyhow, after portupgrade -a, I tried xdm with 'AllowEmptyInput' 'off' and both mouse and keyboard worked. Then I changed to 'AutoAddDevices' 'off' and the mouse worked as well. 'AutoAddDevices' 'off' : (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Mouse0: Sensitivity: 1 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (**) Mouse0: (accel) keeping acceleration scheme 1 (**) Mouse0: (accel) acceleration profile 0 (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse (**) Option "CoreKeyboard" (**) Keyboard0: always reports core events (**) Option "Protocol" "standard" (**) Keyboard0: Protocol: standard (**) Option "XkbRules" "base" (**) Keyboard0: XkbRules: "base" (**) Option "XkbModel" "pc105" (**) Keyboard0: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Keyboard0: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Keyboard0: CustomKeycodes disabled (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD) (EE) config/hal: couldn't initialise context: unknown error (null) (END) 'AllowEmptyInput' 'off': (**) Option "Protocol" "auto" (**) Mouse0: Device: "/dev/sysmouse" (**) Mouse0: Protocol: "auto" (**) Option "CorePointer" (**) Mouse0: always reports core events (**) Option "Device" "/dev/sysmouse" (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5 6 7" (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7 (**) Mouse0: Buttons: 11 (**) Mouse0: Sensitivity: 1 (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE) (**) Mouse0: (accel) keeping acceleration scheme 1 (**) Mouse0: (accel) acceleration profile 0 (II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0 (II) Mouse0: SetupAuto: protocol is SysMouse I will be sorting 'hardware access layer' issues for myself soon. Thanks for all your help. The problem was the mismatched version numbers. This, no doubt, has prevented alot of other mismatches from popping up. -Nate Maier