Date: Sun, 15 Aug 2004 18:48:31 +0200 From: Jose M Rodriguez <josemi@freebsd.jazztel.es> To: Frank DiPrete <fdiprete@comcast.net> Cc: gnome@FreeBSD.org Subject: Re: wheel mouse doesn't work in 2.6.1 Message-ID: <411F93DF.2070004@freebsd.jazztel.es> In-Reply-To: <1092584396l.1734l.0l@thurston.houselan.com> References: <1092584396l.1734l.0l@thurston.houselan.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Frank DiPrete wrote: > > # ********************************************************************** > # Core Pointer's InputDevice section > # ********************************************************************** > > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > # Option "Protocol" "Auto" > # Option "Protocol" "PS/2" > Option "Protocon" "IMPS/2" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" - The IMPS/2 protocol option is valid for Linux, not for FreeBSD. - All mouse drivers in FreeBSD 'speak sysmouse'. - For this to work, you must have moused enabled. - If you doesn't use moused, you must put your real mouse device. - You can find your mouse device via 'dmesg | less'. - for a PS/2 mouse, /dev/psm0, for a USB one, /dev/ums0 -- josemi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?411F93DF.2070004>