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
spacenavd-0.5
John Tsiombikas 2010-08-01 06:50:20 +00:00
rodzic ea8820b6af
commit cd61589749
3 zmienionych plików z 51 dodań i 0 usunięć

8
AUTHORS 100644
Wyświetl plik

@ -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
README
Wyświetl plik

@ -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

Wyświetl plik

@ -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