wheel mouse doesn't work in 2.6.1
Jose M Rodriguez
josemi at freebsd.jazztel.es
Sun Aug 15 09:48:37 PDT 2004
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
More information about the freebsd-gnome
mailing list