Search found 10 matches

by marcus
Wed May 28, 2008 11:03 am
Forum: UNIX and Linux Discussion Forum
Topic: Problems getting ButtonPressEvent and ButtonReleaseEvent
Replies: 6
Views: 18581

Works like a charm! Thank you very much, Christian. Again excellent service from 3dconnexion! and I can go back to hacking in support for the spacepilot into sxemacs 8)
by marcus
Thu May 22, 2008 1:09 am
Forum: UNIX and Linux Discussion Forum
Topic: Problems getting ButtonPressEvent and ButtonReleaseEvent
Replies: 6
Views: 18581

When I fire up xapp then the 3dxware window says "Any Application", and xapp prints the motion information. It does not, however, print the button press and release information. So basically the case MagellanInputButtonPressEvent is never switched to. My testing around with various things ...
by marcus
Sat May 10, 2008 11:41 pm
Forum: UNIX and Linux Discussion Forum
Topic: Problems getting ButtonPressEvent and ButtonReleaseEvent
Replies: 6
Views: 18581

Ok. I have finally gotten *something* to detect my pressing of the keys on the 3d spacepilot. Xev reports the buttons as keypress events and keypress releases. Not as client messages as per the API. What am I doing wrong here?
by marcus
Mon May 05, 2008 2:53 am
Forum: UNIX and Linux Discussion Forum
Topic: Problems getting ButtonPressEvent and ButtonReleaseEvent
Replies: 6
Views: 18581

Extra information: 3DxwareUNIX = V1.2.27, ID 3734 (some beta driver of some sort I believe it is too). XInternAtom gives me MotionEvent = 378, ButtonPressEvent=379 and ButtonReleaseEvent=380. This is the very same as the xapp is reporting so atleast the interning is working. It does however seem to ...
by marcus
Mon May 05, 2008 2:51 am
Forum: UNIX and Linux Discussion Forum
Topic: Applications and Desktop control
Replies: 10
Views: 33011

It's not *that* much work. I'm working on SXEmacs support for the spacepilot at the moment. After this will come the jack plugin for audio stuff (having it send MIDI events and what not).
by marcus
Mon May 05, 2008 2:25 am
Forum: UNIX and Linux Discussion Forum
Topic: Problems getting ButtonPressEvent and ButtonReleaseEvent
Replies: 6
Views: 18581

Problems getting ButtonPressEvent and ButtonReleaseEvent

I have run into problems using my SpacePilot. It seems that neither xapp (from the SDK) or the app I am woking on are registrering the button events from my SpacePilot. They *do* work in blender though. On top of this both the xapp (from the SDK) and my own code are registrering motion data. Why is ...
by marcus
Tue Apr 29, 2008 3:15 am
Forum: UNIX and Linux Discussion Forum
Topic: segfault on 32-bit debian linux with kernel linux-2.6.25
Replies: 6
Views: 17452

It works :D

Thank you very much for the excellent help :)
by marcus
Mon Apr 28, 2008 12:36 pm
Forum: UNIX and Linux Discussion Forum
Topic: segfault on 32-bit debian linux with kernel linux-2.6.25
Replies: 6
Views: 17452

3DxWareUNIX = V1.2.17, ID 3493

The very same one that works fine on my other system. Main difference there is that one is running kernel 2.6.24 instead of the .25.
by marcus
Mon Apr 28, 2008 4:57 am
Forum: UNIX and Linux Discussion Forum
Topic: segfault on 32-bit debian linux with kernel linux-2.6.25
Replies: 6
Views: 17452

I get this from `dmesg`; usb 5-2: new low speed USB device using uhci_hcd and address 3 usb 5-2: configuration #1 chosen from 1 choice input: 3Dconnexion SpacePilot as /class/input/input6 input,hidraw2: USB HID v1.10 Multi-Axis Controller [3Dconnexion SpacePilot] on usb-0000:00:1a.2-2 usb 5-2: New U...
by marcus
Mon Apr 28, 2008 4:51 am
Forum: UNIX and Linux Discussion Forum
Topic: segfault on 32-bit debian linux with kernel linux-2.6.25
Replies: 6
Views: 17452

segfault on 32-bit debian linux with kernel linux-2.6.25

I recently plugged my 3d spacepilot into my new computer (it worked like a charm on my old machine) which is 32 bit debian GNU/Linux with a linux 2.6.25 kernel. Running 3dxware -d usb segfaults, but the spacepilot does light up. I have tried -d /dev/mouse1 as suggested in other threads but I have no...