Skip to content

Commit

Permalink
added example config file, authors, and modified readme.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/tags/spacenavd/spacenavd-0.5@112 ef983eb1-d774-4af8-acfd-baaf7b16a646
  • Loading branch information
jtsiomb committed Aug 1, 2010
1 parent ea8820b commit cd61589
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Main author and maintainer:
John Tsiombikas <nuclear@member.fsf.org>

Serial device support (libsball):
John E. Stone <j.stone@acm.org>

Minor fixes:
Doug LaRue, Krister Svanlun, Hans Meine, Jaroslaw Bulat, Pavel Frolov
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ spacenavd - 0.5
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
Expand Down
42 changes: 42 additions & 0 deletions doc/example-spnavrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# This is an example configuration file for spacenavd. Uncomment and change
# any settings you need and copy it to /etc/spnavrc.
#
# Note that it's much easier to configure sensitivities and figure out axis
# reversals by using the interactive configure utility "spnavcfg", which lets
# you fiddle with all the settings and see the result immediately.
#
# Lines that start with a `#' are comments, and are ignored by spacenavd.


# Sensitivity is multiplied with every motion (1.0 normal).
#sensitivity = 1.0


# Separate sensitivity for rotation and translation.
#sensitivity-translation = 1.0
#sensitivity-rotation = 1.0


# Dead zone; any motion less than this number is discarded as noise.
#dead-zone = 2


# Selectively invert translation and rotation axes. Valid values are
# combinations of the letters x, y, and z.
#invert-rot = yz
#invert-trans = yz


# Swap Y and Z axes
#swap-yz = false


# Serial device
# Set this only if you have a serial device, and make sure you specify the
# correct device file. If you do set this option, any USB devices will be
# ignored!
#serial = /dev/ttyS0


# Enable/disable LED light (for devices that have one).
#led = on

0 comments on commit cd61589

Please sign in to comment.