Vot nastrojka na OpenBSD. Mouse Logitech:
------------rc.conf
# For enabling console mouse support (i386 and alpha only)
wsmoused_flags="" # for ps/2 or usb mice: "", serial: "-p /dev/cua00"
-----------------------
--------XF86Config
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "wsmouse"
Option "Device" "/dev/wsmouse"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option "Protocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
# ZaxisMapping is an option for handling the wheel
Option "ZAxisMapping" "4 5"
EndSection