[Ubuntu-x-swat] [Bug 297264] Re: 3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)

2010-06-04 Thread Bryce Harrington

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: Incomplete = Expired

-- 
3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)
https://bugs.launchpad.net/bugs/297264
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 297264] Re: 3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)

2010-05-10 Thread Bryce Harrington
[This is an automatic notification.]

Hi kwant,

This bug was reported against an earlier version of Ubuntu, can you
test if it still occurs on Lucid?

Please note we also provide technical support for older versions of
Ubuntu, but not in the bug tracker.  Instead, to raise the issue through
normal support channels, please see:

http://www.ubuntu.com/support


If you are the original reporter and can still reproduce the issue on
Lucid, please run the following command to refresh the report:

  apport-collect 297264

If you are not the original reporter, please file a new bug report, so
we can work with you as the original reporter instead (you can reference
bug 297264 in your report if you think it may be related):

  ubuntu-bug xorg

If by chance you can no longer reproduce the issue on Lucid or if you
feel it is no longer relevant, please mark the bug report 'Fix Released'
or 'Invalid' as appropriate, at the following URL:

  https://bugs.launchpad.net/ubuntu/+bug/297264


** Changed in: xserver-xorg-input-evdev (Ubuntu)
   Status: In Progress = Incomplete

** Tags added: needs-retested-on-lucid-by-june

-- 
3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)
https://bugs.launchpad.net/bugs/297264
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 297264] Re: 3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)

2009-08-22 Thread Chris Francis
Thanks Kwant - that's fixed it. Now works perfectly.

(Well after I found the enable spacenavigator check box in the
application!)

-- 
3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)
https://bugs.launchpad.net/bugs/297264
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 297264] Re: 3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)

2009-08-19 Thread Chris Francis
Silly question (I'm trying to get a SpaceNavigator to work with Ubuntu
8.10 and Second Life on an AMD64 platform)

Can someone explain the workaround in newbie terms. (Also - does it work
in a vanilla 8.04?  Only running 8.10 as 9.04 had boot errors on my
system so happy to run the LTS version).

Where do I add the code (I presume somewhere in xorg.conf?)

$cat /etc/hal/fdi/policy/no-3dconnexion-trackpoint.fdi
?xml version=1.0 encoding=ISO-8859-1?
deviceinfo version=0.2
device
match key=info.product contains=3Dconnexion
remove key=input.x11_driver/
/match
/device
/deviceinfo

( a similar issue refers to the 2nd Jan post here http://www.fox-
toolkit.org/  not sure how/if it relates )

thanks in advance and apologies again for my ignorance!

-- 
3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)
https://bugs.launchpad.net/bugs/297264
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-x-swat] [Bug 297264] Re: 3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)

2009-08-19 Thread kwant
Dnia 2009-08-19, śro o godzinie 09:48 +, Chris Francis pisze:
 Silly question (I'm trying to get a SpaceNavigator to work with Ubuntu
 8.10 and Second Life on an AMD64 platform)
 
 Can someone explain the workaround in newbie terms. (Also - does it work
 in a vanilla 8.04?  Only running 8.10 as 9.04 had boot errors on my
 system so happy to run the LTS version).
 
 Where do I add the code (I presume somewhere in xorg.conf?)
 
 $cat /etc/hal/fdi/policy/no-3dconnexion-trackpoint.fdi
 ?xml version=1.0 encoding=ISO-8859-1?
 deviceinfo version=0.2
 device
 match key=info.product contains=3Dconnexion
 remove key=input.x11_driver/
 /match
 /device
 /deviceinfo
 
 ( a similar issue refers to the 2nd Jan post here http://www.fox-
 toolkit.org/  not sure how/if it relates )
 
 thanks in advance and apologies again for my ignorance!


Hi!

Create file 
/etc/hal/fdi/policy/no-3dconnexion-trackpoint.fdi
and put the following lines into this file.

?xml version=1.0 encoding=ISO-8859-1?
deviceinfo version=0.2
device
match key=info.product contains=3Dconnexion
remove key=input.x11_driver/
/match
/device
/deviceinfo

After xorg restart it stop treat SpacePilot as a TrackPoint, however, I
don't known is it sufficient to get work SpaceNavigator with Second
Life.


Kwant!

-- 
3Dconnexcion SpacePilot works like a mouse (TrackPoint in laptop)
https://bugs.launchpad.net/bugs/297264
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-evdev in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp