UMS(4) BSD Kernel Interfaces Manual UMS(4)NAME
ums -- USB mouse driver
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device ums
device uhci
device ohci
device usb
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
ums_load="YES"
DESCRIPTION
The ums driver provides support for mice that attach to the USB port. Supported are mice with any number of buttons and mice with a wheel.
The /dev/ums0 device presents the mouse as a sysmouse or mousesystems type device. See moused(8) for an explanation of these mouse types.
FILES
/dev/ums0 blocking device node
EXAMPLES
Use the first USB mouse on the system as your console mouse:
moused -p /dev/ums0 -t auto
To be able to use the USB mouse under X, change the "Pointer" section in xorg.conf to the following:
Device /dev/ums0
Protocol Auto
If you want to be able to use the mouse in both virtual consoles as well as in X change it to:
Device /dev/sysmouse
Protocol Auto
SEE ALSO ohci(4), sysmouse(4), uhci(4), usb(4), xorg.conf(5) (ports/x11/xorg), moused(8)AUTHORS
The ums driver was written by Lennart Augustsson <augustss@cs.chalmers.se> for NetBSD and was adopted for FreeBSD by MAEKAWA Masahide
<bishop@rr.iij4u.or.jp>.
This manual page was written by Nick Hibma <n_hibma@FreeBSD.org> with input from Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>.
BSD November 27, 2006 BSD
Check Out this Related Man Page
UMS(4) BSD Kernel Interfaces Manual UMS(4)NAME
ums -- USB mouse driver
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device ums
device uhci
device ohci
device usb
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
ums_load="YES"
DESCRIPTION
The ums driver provides support for mice that attach to the USB port. Supported are mice with any number of buttons and mice with a wheel.
The /dev/ums0 device presents the mouse as a sysmouse or mousesystems type device. See moused(8) for an explanation of these mouse types.
FILES
/dev/ums0 blocking device node
EXAMPLES
Use the first USB mouse on the system as your console mouse:
moused -p /dev/ums0 -t auto
To be able to use the USB mouse under X, change the "Pointer" section in xorg.conf to the following:
Device /dev/ums0
Protocol Auto
If you want to be able to use the mouse in both virtual consoles as well as in X change it to:
Device /dev/sysmouse
Protocol Auto
SEE ALSO ohci(4), sysmouse(4), uhci(4), usb(4), xorg.conf(5) (ports/x11/xorg), moused(8)AUTHORS
The ums driver was written by Lennart Augustsson <augustss@cs.chalmers.se> for NetBSD and was adopted for FreeBSD by MAEKAWA Masahide
<bishop@rr.iij4u.or.jp>.
This manual page was written by Nick Hibma <n_hibma@FreeBSD.org> with input from Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>.
BSD November 27, 2006 BSD
Help! My mouse gave up the ghost, so I connected a USB wheel mouse, and chose it from the list in Suse's Yast2. Also installed it in Windows 98 on the same machine. It works fine in both linux and Windows 98, except for this fact:
I have to reinstall it every time I boot into Linux.... (1 Reply)
Hi All,
I am having a problem where my mouse (USB) is freezing after some idle time, and I am having to reboot everytime that happens.
I looked in the file /etc/X11/xorg.config to see if there is an entry for mouse and I could not find it. Instead I found the following entry:
Section... (8 Replies)
Hello all :-)
i'm not sure if its a beginner or advanced question but i have the following problem - now for some months
after building a kernel from source (2.6.36 and now 2.6.38) the /dev/sd* entries are not removed if a remove the corresponding usb disk, sd card, what ever. i'm pretty sure... (0 Replies)
Running Slackware 13.37 original without updates.
Need to replace my trackball with optical mouse temporarily.
There is no xf86config file anylonger but xorg.conf file is produced automatically.
I see 2 "xorg.conf" files which can be and were modified on installation:
1) /etc/X11/xorg.conf-vesa... (2 Replies)
trying to make the best for me with 5.3.0-RC2, everthing's fine, the dell vostro 3558 does what it should - but - and here's the question: how do I get a logitech m185 (wireless mouse) to work; I googled around but couldn't fiind anything usefull; the best I get when using solaar (depreciated?) is:... (2 Replies)