[Ubuntu-x-swat] [Bug 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-13 Thread azathothgr
Can confirm broken in Natty : xf86-input-wacom : 0.10.11

I tried to apply the always relative patch manually to wcmXCommand.c and 
wcmValidateDevice.c, but the second file seems to have changed.
I've changed line 516 and following as such, which seems equivalent: 
if (IsPad(priv))
{
priv-wheelup = 4;
priv-wheeldn = 5;
/* set_absolute(pInfo, TRUE); */
set_absolute(pInfo, FALSE);
}

The pad still starts in absolute mode, though it can be set to Relative with 
XSetWacom. After that it can't be set back to absolute, which is expected.
However, the problem still persists even when xsetwacom reports the pad as 
being in relative mode, so I'm guessing the above is not quite right ..

What would be the correct way to set the pad in relative mode by
default?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxwacom/+bug/560180/+subscriptions

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-13 Thread azathothgr
Can confirm broken in Natty : xf86-input-wacom : 0.10.11

I tried to apply the always relative patch manually to wcmXCommand.c and 
wcmValidateDevice.c, but the second file seems to have changed.
I've changed line 516 and following as such, which seems equivalent: 
if (IsPad(priv))
{
priv-wheelup = 4;
priv-wheeldn = 5;
/* set_absolute(pInfo, TRUE); */
set_absolute(pInfo, FALSE);
}

The pad still starts in absolute mode, though it can be set to Relative with 
XSetWacom. After that it can't be set back to absolute, which is expected.
However, the problem still persists even when xsetwacom reports the pad as 
being in relative mode, so I'm guessing the above is not quite right ..

What would be the correct way to set the pad in relative mode by
default?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxwacom/+bug/560180/+subscriptions

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-13 Thread azathothgr
Can confirm broken in Natty : xf86-input-wacom : 0.10.11

I tried to apply the always relative patch manually to wcmXCommand.c and 
wcmValidateDevice.c, but the second file seems to have changed.
I've changed line 516 and following as such, which seems equivalent: 
if (IsPad(priv))
{
priv-wheelup = 4;
priv-wheeldn = 5;
/* set_absolute(pInfo, TRUE); */
set_absolute(pInfo, FALSE);
}

The pad still starts in absolute mode, though it can be set to Relative with 
XSetWacom. After that it can't be set back to absolute, which is expected.
However, the problem still persists even when xsetwacom reports the pad as 
being in relative mode, so I'm guessing the above is not quite right ..

What would be the correct way to set the pad in relative mode by
default?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxwacom/+bug/560180/+subscriptions

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-13 Thread azathothgr
Can confirm broken in Natty : 
xf86-input-wacom : 0.10.11

I tried to apply the always relative patch manually to wcmXCommand.c and 
wcmValidateDevice.c, but the second file seems to have changed.
I've changed line 516 and following as such, which seems equivalent: 
if (IsPad(priv))
{
priv-wheelup = 4;
priv-wheeldn = 5;
set_absolute(pInfo, FALSE);
}

The pad still starts in absolute mode, though it can be set to Relative with 
XSetWacom. After that it can't be set back to absolute, which is expected.
However, the problem still persists even when xsetwacom reports the pad as 
being in relative mode, so I'm guessing the above is not quite right ..

What would be the correct way to set the pad in relative mode by
default?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxwacom/+bug/560180/+subscriptions

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-13 Thread azathothgr
Can confirm broken in Natty : 
xf86-input-wacom : 0.10.11

I tried to apply the always relative patch manually to wcmXCommand.c and 
wcmValidateDevice.c, but the second file seems to have changed.
I've changed line 516 and following as such, which seems equivalent: 
if (IsPad(priv))
{
priv-wheelup = 4;
priv-wheeldn = 5;
/* set_absolute(pInfo, TRUE); */
set_absolute(pInfo, FALSE);
}

The pad still starts in absolute mode, though it can be set to Relative with 
XSetWacom. After that it can't be set back to absolute, which is expected.
However, the problem still persists even when xsetwacom reports the pad as 
being in relative mode, so I'm guessing the above is not quite right ..

What would be the correct way to set the pad in relative mode by
default?

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxwacom/+bug/560180/+subscriptions

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-13 Thread azathothgr
Whoops, sorry about that ... An error window kept popping up while I
tried to post, didn't realize it was actually working.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxwacom/+bug/560180/+subscriptions

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-05 Thread Kay
For me the buttons of the tablet show similar problems:
- at the beginning of a clean session, without having used the stylus at all, I 
get the same result as klerfayt with the stylus not on the tablet

- the first time I use stylus (continuously), to position the curser
correctly, the scroll wheel and the buttons seem to work correctly, i.e.
no flickering for me

- after having lifted the stylus (the first time after login), the
buttons and the scroll wheel stop working completely

I am using a graphire4 (CTE-640)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-05 Thread Kay
For me the buttons of the tablet show similar problems:
- at the beginning of a clean session, without having used the stylus at all, I 
get the same result as klerfayt with the stylus not on the tablet

- the first time I use stylus (continuously), to position the curser
correctly, the scroll wheel and the buttons seem to work correctly, i.e.
no flickering for me

- after having lifted the stylus (the first time after login), the
buttons and the scroll wheel stop working completely

I am using a graphire4 (CTE-640)

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-05 Thread Favux
Kay,

The Graphire issue has been addressed.  A kernel patch that fixes it,
graphire.diff, has been posted.  See 782756:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/782756

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-05 Thread Favux
Kay,

The Graphire issue has been addressed.  A kernel patch that fixes it,
graphire.diff, has been posted.  See 782756:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/782756

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-05 Thread Favux
Kay,

The Graphire issue has been addressed.  A kernel patch that fixes it,
graphire.diff, has been posted.  See 782756:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/782756

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-06-04 Thread klerfayt
Still broken in Natty:
- if stylus is held on the tablet while pressing a button or using touch ring 
then mouse cursor will flicker rapidly between the upper left corner and the 
original location repeatedly

- if stylus is not on the tablet while pressing a button or using touch
ring then mouse cursor will jump to the upper left corner permanently

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-04-25 Thread Bryce Harrington
** Also affects: xf86-input-wacom (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-04-25 Thread Bryce Harrington
Needs commit 2038ad187823b770fcb3b5e77dacf4bad27617e6 and perhaps
5f4bc4d43bce84dd84192d3cc9fb7a9ad5b1031d.

** Patch added: rel_mode.patch
   
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/560180/+attachment/2089238/+files/rel_mode.patch

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2011-04-25 Thread Bryce Harrington
This patch seems to be related (and dependent on) the first one.  Don't
know if only the first patch is good enough as a fix or if we really
want both... this should be reviewed.

** Patch added: always_rel_mode.patch
   
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/560180/+attachment/2089239/+files/always_rel_mode.patch

** Changed in: xf86-input-wacom (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: xf86-input-wacom (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: xf86-input-wacom (Ubuntu)
   Importance: Undecided = Medium

** Changed in: xf86-input-wacom (Ubuntu)
   Status: Confirmed = Triaged

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in Ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and
  click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2010-12-20 Thread Chauncellor
Looking at the git commit showed that there was another section that
needed to be edited for setting the mode.

I have created a branch that applied the patch - I have also updated the
description with the diff. Would be helpful if someone could confirm
that this fixes the issue.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2010-12-20 Thread mr. Ed

The error in Maverick Ubunutu 10.10 is fixed.

The error in Ubuntu Lucid 10.04 still persists.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2010-12-20 Thread mr. Ed
The error in Maverick Ubunutu 10.10 is fixed.

The error in Ubuntu Lucid 10.04 still persists.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and click.

___
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 560180] Re: [SRU] Wacom buttons cause mouse to move to upper left corner and click.

2010-12-20 Thread mr. Ed
The error in Maverick Ubunutu 10.10 is fixed.

The error in Ubuntu Lucid 10.04 still persists.

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-wacom in ubuntu.
https://bugs.launchpad.net/bugs/560180

Title:
  [SRU] Wacom buttons cause mouse to move to upper left corner and click.

___
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