Re: Multiple mice bug?
Andrea Mazzoleni <[email protected]>
| Newsgroups | gmane.comp.games.mame.advancemame.user |
|---|---|
| Message-ID | <[email protected]> |
Jamie McLaughlin wrote: > I have an Ultimarc Opti-PAC (http://www.ultimarc.com/optipac1.html) > connected via USB, with two trackballs connected to it. The Opti-PAC > basically appears to linux as a USB HID with 2 mice. It's working > perfectly in X and if I type "cat /dev/input/mouse0" or "cat > /dev/input/mouse1" or "cat /dev/input/mice", it is clear that both mice > are working perfectly at the operating system level. To use the /dev/input/mouse devices you must also set the mouse type to ps2, imps2 or exps2. Try with this: advm -device_mouse raw -device_raw_mousedev[0] /dev/input/mouse[0] -device_raw_mousedev[1] /dev/input/mouse1 -device_raw_mousetype[0] ps2 -device_raw_mousetype[1] ps2 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 ___ Unsubscribe at https://lists.sourceforge.net/lists/listinfo/advancemame-users