Initial commit. Linux backend is fully functional.
[umd.git] / README
blob109c5ce3788c3633ffca44d819257040d991a93f
1 -----------------------
2  Ultimate Mouse Driver
3 -----------------------
5 The umd library is a simple to use, crossplatform, GPL tool to control the mouse. It supports relative and absolute motion and can click just like a three button mouse. It has a backend for Linux 2.6, Win32, and OSX.
7 -------------------------------
8  Platform specific usage notes
9 -------------------------------
11  Linux:
12 -------
13         Your kernel must support uinput. To set the permissions for your uinput device, copy the file extras/95-uinput.rules to /etc/udev/rules.d and reload your udev (/etc/init.d/evdev reload). Then, load the module (modprobe uinput). You will probably need to set up an fdi for uinput devices as well. Just copy extras/umd-mouse.fdi to /etc/hal/fdi/preprobe and restart your hal (/etc/init.d/hal restart).