Tests actually work now (they need SDL to compile)
[umd.git] / README
blob6355d9c3288ed86770d806d280666a3158cd8bd3
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/udev 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).