A joystick events to mouse events converter
Copyright © 2002, 2005 Cédric VINCENT
Abstract
Js2mouse converts joystick events into mouse events, so the user can use his joystick/gamepad as a pointer instead of the mouse. It works with any kind of joystick (analogic or digital) and with any kind of program (X, GPM, etc.). Js2mouse doesn't need root privileges. It can emulate PS/2 and IMPS/2 protocols, and joystick keys can be assigned.
Download Js2mouse here : js2mouse-040208.tar.gz
Table of Contents
- 1. Installation
- 2. Quick explanations
- 3. More details
- 4. Integrate Js2Mouse into the Linux kernel (a.k.a j2mdev : EXPERIMENTAL)
- 5. FAQ
- 5.1. GPM doesn't work with Js2mouse in IMPS2 protocol, why ?
- 5.2. How to use js2mouse with DirectFB ?
- 5.3. X takes 3 seconds to start when I use Js2mouse...
- 5.4. I use the "gamecon" driver and the system seems to slow down, why ?
- 5.5. I want to use j2mdev with a linux version that doesn't seem to be supported, how to do ?
- 5.6. Can you provide a pre-compiled j2mdev kernel module ?
- 6. Integrate Js2Mouse directly into Links and other programs
- download the latest sources : http://www.freshmeat.net/projects/js2mouse/
- enter the following commands into a terminal :
tar -xvzf js2mouse-YYMMDD.tar.gz cd js2mouse/js2mouse make su -c "make install" # enter root's password, if necessary