Date: Mon, 19 Feb 2001 15:24:57 -0800 From: Joe Kelsey <joe@zircon.seattle.wa.us> To: freebsd-stable@freebsd.org Subject: Re: PS/2 mouse Message-ID: <14993.43849.972172.427107@zircon.zircon.seattle.wa.us> References: <20010219092820.B5660@buchanan-181-249.stures.iastate> <20010219165814.5370.qmail@web119.yahoomail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Peter Shpak writes: > if you are starting the mouse daemon before you get to > X then the mouse is at /dev/sysmouse > i found that the best way to set up an IntelliMouse > with X is to say the following: > > Section "InputDevice" > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection The above settings interact badly with the "-z 4" option of moused. If you have moused interpret buttons 4 and 5, leave off the ZAzisMapping from your X server configuration, otherwise you will not receive wheel events. My moused config (in /etc/rc.conf) is: moused_type="auto" moused_enable="YES" moused_flags="-m 1=3 -m 3=1 -z 4" My XF86Config is identical to above with the ZAxisMapping option commented out. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14993.43849.972172.427107>