From owner-freebsd-stable Sun Feb 18 18:20:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-228.oz.net [216.39.147.228]) by hub.freebsd.org (Postfix) with SMTP id 168DB37B401 for ; Sun, 18 Feb 2001 18:20:27 -0800 (PST) Received: (qmail 30246 invoked by uid 1001); 19 Feb 2001 02:20:21 -0000 From: Joe Kelsey MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14992.33508.902165.146801@zircon.zircon.seattle.wa.us> Date: Sun, 18 Feb 2001 18:20:20 -0800 To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: X 4.0.2 and sysmouse X-Mailer: VM 6.90 under Emacs 20.7.1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I recently upgraded to X 4.0.2 and encountered the same problem others have with using moused and /dev/sysmouse in X. Apparantly, something changed in 4.0.2 that broke the previously working mouse driver configuration. Previously, I used this in my mouse definition section of XF86Config: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "SysMouse" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection Other messages have mentioned that you can fix the problems by changing "SysMouse" to "MouseSystems". However, this is not very satisfactory, as you lose the wheel buttons. I found that changing "SysMouse" to "Auto" allows X to correctly detect the mouse protocol and also detect the wheel buttons. I hope this helps others who are upgrading to XF86 4.0.2. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message