Free user-space driver for 6-dof space-mice.
 
 
 
Go to file
John Tsiombikas cd61589749 added example config file, authors, and modified readme.
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/tags/spacenavd/spacenavd-0.5@112 ef983eb1-d774-4af8-acfd-baaf7b16a646
2010-08-01 06:50:20 +00:00
doc added example config file, authors, and modified readme. 2010-08-01 06:50:20 +00:00
src - fixed the stupid XAUTHORITY issue in spacenavd 2010-07-27 04:46:14 +00:00
AUTHORS added example config file, authors, and modified readme. 2010-08-01 06:50:20 +00:00
COPYING initial import of the daemon 2007-07-02 22:03:28 +00:00
Makefile.in - added serial device support (merged libsball by John Stone). 2010-06-07 00:47:02 +00:00
README added example config file, authors, and modified readme. 2010-08-01 06:50:20 +00:00
configure - fixed configure script to disregard appended "-whatever" substrings in the kernel version. 2010-01-26 01:32:08 +00:00
init_script forgot to add the new xdetect files 2009-07-24 02:52:07 +00:00
setup_init preparing for spacenavd 0.4 2009-01-30 02:59:39 +00:00
spnavd_ctl - forgot to update the spnavd_ctl script to use the new pid location, this will 2009-02-02 02:11:10 +00:00

README

spacenavd - 0.5
---------------

1. About
  Spacenavd, is a free software replacement user-space driver (daemon), for
  3Dconnexion's space-something 6dof input devices. It's compatible with the
  original 3dxsrv proprietary daemon provided by 3Dconnexion, and works
  perfectly with any program that was written for the 3Dconnexion driver.

  For more info on the spacenav project, visit: http://spacenav.sourceforge.net


2. Dependencies
  In order to compile the spacenavd daemon, you'll need the following:
    * GNU C Compiler
    * GNU make
    * Xlib headers (optional)

  You can compile the daemon without Xlib, but it won't be compatible with
  applications that where written for the original proprietary 3Dconnexion
  driver (e.g. blender, maya, etc). The 3dxsrv compatibility interface needs to
  go through the X window system.

3. Installation
  If you have the dependencies installed, just run ``./configure'' and then
  ``make'' to compile the daemon, and ``make install'', to install it. The
  default installation prefix is ``/usr/local''. If you wish to install
  somewhere else, you may pass --prefix=/whatever to the configure script.

4. Running spacenavd
  If your system uses SysV init, then you may run the supplied ``setup_init''
  script, and everything should be set up to have spacenavd start automatically
  during system startup. However, for now, you won't have to reboot, just type
  ``/etc/init.d/spacenavd start'' as root, to start the daemon immediately.

  If your system uses BSD init (you can tell if you *don't* have a series of
  directories called rc0.d, rc1.d, and so on, in /etc), then you'll have to
  follow your init documentation and set this up yourself. You may be able to
  use the provided init_script file as a starting point.

5. Configuration
  The spacenavd daemon reads a number of options from the /etc/spnavrc file. If
  that file doesn't exist, then it uses default values for everything. You may
  use the graphical spnavcfg program to interactively set any of these options.
  The daemon should respond immediately to your changes, and also the
  configuration file should be updated automatically.
  An example configuration file is included in the doc subdirectory.

6. Troubleshooting
  If you're having trouble running spacenavd, read the up to date FAQ on the
  spacenav website: http://spacenav.sourceforge.net/faq.html

  If you're still having trouble, send a description of your problem to the
  spacenav-users mailing list: spacenav-users@lists.sourceforge.net
  along with a copy of your /var/log/spnavd.log and any other relevant
  information.

7. License
  This program is released under the terms of the GNU GPLv3, see COPYING for
  details.