From owner-freebsd-current Fri Oct 11 17:20: 0 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF92437B401 for ; Fri, 11 Oct 2002 17:19:58 -0700 (PDT) Received: from hun.org (hun.org [216.190.27.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6832F43E8A for ; Fri, 11 Oct 2002 17:19:58 -0700 (PDT) (envelope-from attila@hun.org) Received: by hun.org (Postfix, from userid 1001) id 53F4857A81; Sat, 12 Oct 2002 00:19:54 +0000 (GMT) Date: Sat, 12 Oct 2002 00:19:54 +0000 (GMT) Message-Id: <20021012001954.c16F68179@hun.org> From: Daniel Flickinger X-Mailer: AttilaMail with XEmacs & Postfix on FreeBSD 5.0-CURRENT X-Ballistic: N 37.218497 W 113.614979 X-Address: 31 N 700 E, St George UT 84770-3028 X-Squawk: (435) 680-0750 X-No-Archive: yes To: FreeBSD-CURRENT Cc: Subject: X: PS/2 mouse problems Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; name="text" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I managed to compile XFree-4 from ports on 29 Sep, and Mozilla from ports on 07 Oct. X has not crashed even with both Mozilla and Xemacs running --Xemacs has locked, but has not taken the X server down. The OS is CURRENT as of 0000 GMT 11 Oct (today). HOWEVER, the cursor movement is not tracking with a PS/2 mouse --it moves, but it skips, misses pulses, false triggers, and does other assorted weird tricks; you can select with some mouse gymnastics, but you can not navigate pull down menus or move/resize windows --let alone even consider cut and paste operations or button 2 (emulated). I have no choice but to define the mouse in /etc/X11/XF86Config as: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "SysMouse" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" Option "Emulate3Timeout" "155" EndSection This is the same basic declaration that was used for XFree86-3 --and worked fine with a PS/2 mouse for years despite the obvious call for /dev/sysmouse. If I declare: 'Option "Device" "/dev/psm0"' and 'Option "Protocol"' either "PS/2" or "SysMouse", X refuses to load, flashing a jumbled screen before cashing in. Then, to make sure PS/2 is not the problem, I bought a generic serial mouse, which 'moused' said was reporting as 'SysMouse', and connected it to /dev/cuaa0. Same results in X. Both the PS/2 and Serial mice work perfectly in the ttyv? virtual terminals, including cut and paste and responding to the rate adjustment (-a). The system is a Tyan 2642 SMP Thunder 7 with dual 1.2G CPUs and 512 Meg DDR 266 and two IBM 10,000 RPM 160 MB SCSI drives. No plug in cards other than the Matrox Millenium II with 8 Mbyte. Anyone else having the problem? any solutions or comments? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message