forked from pool/spacenavd
Herbert Graeber
ddfe768b54
* Support for dominant axis mode. Dominant axis toggle can be bound as a button action. * Fixed device detection for some serial Spaceballs which were misdetected due to spurious data arriving before the "@reset". * Normalized default axis mapping/sign for CadMan USB and Spaceball 5000 USB. * Linux: stop using the evdev time field, which was dropped in 32bit linux for year 2038 compatibility. * Protocol: added missing set/get requests for the repeat interval. * Updated device blacklists to ignore 3Dconnexion keyboards/mice. * Build improvements and fixes for various platforms. - Add libXext as a build requires OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=31
3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/sh
|
|
test -f /usr/run/spacenavd.pid && /usr/sbin/spacenav_ctl x11 start
|