Search found 52 matches

by Absum
Tue Dec 04, 2007 6:41 pm
Forum: UNIX and Linux Discussion Forum
Topic: New free software (open source) driver and SDK project
Replies: 7
Views: 32360

These are the changes I've made to the driver: * Separated and extended configuration handeling * Added override config file for home directory * Added led settings (on/off) * Added driver level handeling of buttons * Added capabilities change the inputed values * Null either rotation, translation o...
by Absum
Tue Dec 04, 2007 6:08 pm
Forum: UNIX and Linux Discussion Forum
Topic: Rotation reversen
Replies: 8
Views: 38142

Most of the diff is just tab-expansion and nothing to worry about, sorry about that.
by Absum
Tue Dec 04, 2007 6:07 pm
Forum: UNIX and Linux Discussion Forum
Topic: Rotation reversen
Replies: 8
Views: 38142

Here is the diff btw: http://pastebin.com/f803729b
by Absum
Tue Dec 04, 2007 6:05 pm
Forum: UNIX and Linux Discussion Forum
Topic: Rotation reversen
Replies: 8
Views: 38142

can you tell me which line or send me your version by email? this would be very nice :) Better yet, I'll post the diff and send you the source code for all my changes. And this reminds me that I have to sort out what changes I've actually made :O If anyone else want my changes I'll send them via e-...
by Absum
Mon Dec 03, 2007 6:27 pm
Forum: UNIX and Linux Discussion Forum
Topic: Rotation reversen
Replies: 8
Views: 38142

I've already made a whole bunch of changes including this and sent it to the author but he didn't replay so i guess no interest there...
by Absum
Thu Nov 29, 2007 4:49 am
Forum: UNIX and Linux Discussion Forum
Topic: Compiz / Compiz Fusion and Space Navigator?
Replies: 5
Views: 18875

Well you should start with making a plugin for compiz that handles joystick input (this could then be used for other stuff also. And i would prefere this method before using the official driver) and then make a plugin that can cause different events based on the input from the earlier plugin. With t...
by Absum
Thu Nov 08, 2007 9:01 pm
Forum: UNIX and Linux Discussion Forum
Topic: Applications and Desktop control
Replies: 10
Views: 32899

I would say that generally the benefits of this sort of stuff wouldn't quite match up to the work it would require. I would really love to be able to use my spacenavigator more thou.
by Absum
Fri Oct 12, 2007 2:26 am
Forum: UNIX and Linux Discussion Forum
Topic: New free software (open source) driver and SDK project
Replies: 7
Views: 32360

I just wanted to bump this thread abit, this new driver is really sweet, I use it as drop-in replacement for the original without any problems. I've also done some hacking to it and thinks it has great potential, this should definitly be a option for all linux/blender users.
by Absum
Fri Oct 05, 2007 9:21 am
Forum: UNIX and Linux Discussion Forum
Topic: Compiz / Compiz Fusion and Space Navigator?
Replies: 5
Views: 18875

When i got my SpaceNavigator the thought crossed my mind but then i couldn't figure out any useful way to use the navigator in a desktop environment even when you have the cube and such. What would you want to do with the spacenavigator in compiz? Rotate the cube? move windows? If you can actually c...
by Absum
Fri Jun 01, 2007 6:03 pm
Forum: Feedback
Topic: Second Life support
Replies: 14
Views: 35629

I too, am interested in second life support. Second life may well be the roots of a new WWW, so early support in this is a must. Thanks I don't mean to be rude (just very OT) but I seriously doubt that second life has anything to do with the future of WWW, maybe the future of internet social life b...
by Absum
Sun May 13, 2007 3:38 pm
Forum: UNIX and Linux Discussion Forum
Topic: Spacenavigator and OIS (Ogre3D)
Replies: 2
Views: 22428

Spacenavigator and OIS (Ogre3D)

Hi! I've spent about a weekend hacking together some changes to OIS ( http://www.wreckedgames.com/forum/index.php?board=6.0 ) The only problems now are: LED support, don't really know how to do it in OIS (nothing really related to this forum Code, I'm a crappy coder and need some people to look at t...
by Absum
Mon May 07, 2007 5:02 pm
Forum: Feedback
Topic: The buttons of a SpaceNavigator PE
Replies: 1
Views: 7450

The buttons of a SpaceNavigator PE

I know that the spacenavigator is in noway ment to be a mouse replacement or something but for the next device you release to the masses can't you make the buttons a bit more friendly. The once on my SN PE is way to small and hard to press if you ask me, its actually a bit hard to press them without...
by Absum
Sat May 05, 2007 3:02 pm
Forum: Feedback
Topic: Wierd Nooby Question
Replies: 2
Views: 8920

Im guessing that the code for rotation and such is probably coded into the game and unless the game supports some sort of multi-dof device it will probably be hard to implement it unless there are some keybinding you can set for it. I as a noob-user of a spacenavigator PE is really glad that more ga...
by Absum
Sat May 05, 2007 2:58 pm
Forum: Windows Discussion Forum
Topic: I can't get my SpaceNav working...
Replies: 2
Views: 5883

What about starting it from command line?
by Absum
Fri May 04, 2007 5:13 am
Forum: Developer's Forum for UNIX and Linux
Topic: Event message_type
Replies: 4
Views: 27085

I might be wrong about this, but if those are the atom numbers, I don't think those numbers are meant to be persisted across X sessions. I believe you need to look them up (XInternAtom or something like that) each time the X server is run. The X server decides what they are each time it runs. They ...