[Bug 1588009]

2019-01-04 Thread Peter Hutterer
Please see https://wayland.freedesktop.org/libinput/doc/latest/faqs.html
#what-causes-the-timer-offset-negative-warning, this is almost never a
libinput bug.

fwiw, libinput has moved to gitlab, any future issues should be filed at
https://gitlab.freedesktop.org/libinput/libinput

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1588009

Title:
  "libinput bug: timer offset negative" keeps coming up in syslog

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 619403]

2018-12-19 Thread Peter Hutterer
Adam: I'm really hesitant to put it into libinput because I'm not sure
the problem scope is well understood (at least by me) and what the
actual point of it is. So far it's been a "would be nice" but - at least
these days :) - we require a bit more information about use-cases and
precise behaviours.

libinput provides two values for wheels: physical degrees and concrete
steps, so for most events on most mice you get a (15°, 1 step) tuple.
There is no room for acceleration there, if anything the acceleration
would have to be in the xf86-input-libinput driver. There we recently
added a patch to adjust the scroll distance based on the angle (see Bug
92772) so a wheel can now produce smooth scrolling for XI2 clients.

But as for any actual acceleration, someone (you? :) would have to come
up with a good plan of what the actual use-case is to solve and how to
solve it. Not necessarily with code at first but at least to get a good
idea of what's happening. And of course we'll need buy-in from the
bigger desktop environments.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 619403]

2018-12-19 Thread Peter Hutterer
(In reply to main.haarp from comment #21)
> If  acceleration depends on the toolkit/application, I fear it'll remain a
> toy for select applications on modern distros only.

it's a thin line between adding these features for legacy applications
and screwing things up for new applications that could do it better
themselves. the worst mistake we made along these lines was kinetic
scrolling in the synaptics driver, in addition to the various bugs it
also made it impossible for clients to implement it properly themselves.
something like wheel acceleration would be the same, it is transparent
to the point that it makes smart acceleration in a client virtually
impossible.


(In reply to Claudius Ellsel from comment #22)
> So if handling this in libinput causes problems, maybe there is a different
> central place where to implement it.
> How do Windows or MacOS handle this, as it is probably working without
> issues there?

Win/MacOS have less toolkits to worry about *and* they control almost the whole 
stack :)
it'd be possible to add it as additional data in libinput but then you still 
require the compositor to pass the data on. Which requires a) updates to the 
software and b) a wayland protocol to send that data on which again requires 
a), so legacy applications are still out in the void.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 619403]

2018-12-19 Thread Peter Hutterer
i guess the only update is a WONTFIX, given that this has been
languishing for 6 years now. input stuff like this is moving to libinput
anyway, and I don't think I'll implement mouse wheel acceleration there
either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 619403]

2018-12-19 Thread Peter Hutterer
(In reply to main.haarp from comment #17)
> Configurable acceleration on the input device driver level would solve this
> nicely. You could have fast scrolling when you need it, and even still
> retain slow but precise scrolling when you don't.

I feel this is solving the wrong problem. If the document is long enough that 
scrolling acceleration is needed, the application (or toolkit) should honor 
that and provide the appropriate methods - that may include acceleration.
libinput sits too low to have the semantic awareness here. For example, 
scrolling events during alt-tab switch between applications but libinput 
doesn't know that, it merely forwards the hardware events.

This is also the reason why libinput doesn't do kinetic scrolling, it
merely forwards enough information that a caller can implement it
accurately.


(In reply to Albert Zeyer from comment #19)
> You can make the same argument for normal mouse cursor movement, where mouse
> cursor acceleration is a pretty standard thing. And I think it makes even
> more sense for mouse wheel scrolling than it does for mouse cursor movement.

yes, but we've had multiple decades of pointer acceleration being a
thing. mouse wheel acceleration is less ubiquitous, which is why we
should review the reasons for doing it.

> Also, you would want to make the movement/scrolling as fast as possible. For
> mouse cursor movement, this might be less of a problem because the screen is
> usually of finite size and usually not so big anyway. That is why I think it
> is even more important for scrolling than for cursor movement. The scroll
> area can usually be much larger (e.g. a whole book) or even be infinite and
> you might want to skip over huge parts at once.

judging by the general push towards touch-sensitive interfaces in the
industry and the interfaces feeding back into old-style interfaces, it
seems a better solution here would be to have kinetic scrolling on the
scroll wheel. Which I think enlightenment already does.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/619403

Title:
  [KDE] no option for mouse wheel acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/619403/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 50692]

2018-11-07 Thread Peter Hutterer
*** Bug 98998 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/50692

Title:
  New Sony Vaios hotkeys don't work (fn_key polling)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 313514]

2018-11-07 Thread Peter Hutterer
*** Bug 98998 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/313514

Title:
  MASTER: evdev driver ignores keycodes > 255

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/313514/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1760338] Re: Touchpad hotkey 'functional' but has no effect in 18.04 (Bionic)

2018-10-15 Thread Peter Hutterer
"The Trackpad Hotkey continues to be recognized however the same
'Trackpad deactivated' graphic pops-up every time Fn+F5 hotkey is
depressed. This is somehow not linked to the Enable/Disable Trackpad
functionality in Gnome Control Center/Settings (i.e. does nothing)."

It's most likely some issue with the GNOME stack, but I have no idea how
that one looks like these days on Ubuntu and I'm ETIME on figuring it
out, sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1760338

Title:
  Touchpad hotkey 'functional' but has no effect in 18.04 (Bionic)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 503041]

2018-06-08 Thread Peter Hutterer
This is a mass change of bugs. Bugs assigned to me that haven't been
updated in the last 3 years are closed as WONTFIX, because, well, let's
at least be honest about it.

Please do not re-open unless you have a really good reason to do so
(e.g. you're fixing it yourself). If it hasn't been fixed in the last 3
years, it probably won't be fixed anytime soon either. Sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/503041

Title:
  Mouse lags while moving it and clicking any keys

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1745816] Re: [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510 and HP 450 G3

2018-03-06 Thread Peter Hutterer
that build error was just fixed in git (f734e973be202141), please try
again

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1745816

Title:
  [Bionic] 1.9.4-2ubuntu1 makes touchpad jumpy on Dell Precision 7510
  and HP 450 G3

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1588571] Re: Please update evemu to latest release

2016-08-15 Thread Peter Hutterer
and another ping

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1588571

Title:
  Please update evemu to latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evemu/+bug/1588571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1588571] Re: Please update evemu to latest release

2016-06-19 Thread Peter Hutterer
ping?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1588571

Title:
  Please update evemu to latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evemu/+bug/1588571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1588571] [NEW] Please update evemu to latest release

2016-06-02 Thread Peter Hutterer
Public bug reported:

evemu 2.2 started printing some vital information into the recorded
files (kernel version and dmi modalias). Ubuntu only ships 2.1, so for
every bug report filed upstream by ubuntu users we have to jump through
hoops to request this extra information, causing extra work and delays
in fixing bugs.

Please update evemu to anything newer than 2.1.

** Affects: evemu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1588571

Title:
  Please update evemu to latest release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evemu/+bug/1588571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726832]

2015-10-17 Thread Peter Hutterer
The VertResolution/HorizResolution options shouldn't be needed on newer
touchpads anyway if the kernel provides it. So you can ignore those.

and yes, this is the same bug.

the problem is caused by the server needing to support true absolute
devices in relative mode (e.g. graphics tablets). If you have one of
those, a relative motion on the device should reflect the motion on the
screen - that's harder to do on touchpads where the aspect ratio and
sizes are out of whack.

fwiw, as of http://cgit.freedesktop.org/xorg/driver/xf86-input-
synaptics/commit/?id=0a4cf80a00663ff3ce8e76baf0940782576efe13, synaptics
doesn't need to be absolute anymore, you can replace all
xf86InitValuatorAxisStruct() calls with a min/max of -1. This makes the
axes truly relative and is the right solution. But you'll find the
pointer accel will be completely out of whack after that, if you manage
to find the magic numbers to tweak it back to what it currently is,
you've found the solution.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726832

Title:
  Touchpad speed scales with multimonitor size per axis

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-driver-synaptics/+bug/726832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621432]

2015-10-17 Thread Peter Hutterer
The VertResolution/HorizResolution options shouldn't be needed on newer
touchpads anyway if the kernel provides it. So you can ignore those.

and yes, this is the same bug.

the problem is caused by the server needing to support true absolute
devices in relative mode (e.g. graphics tablets). If you have one of
those, a relative motion on the device should reflect the motion on the
screen - that's harder to do on touchpads where the aspect ratio and
sizes are out of whack.

fwiw, as of http://cgit.freedesktop.org/xorg/driver/xf86-input-
synaptics/commit/?id=0a4cf80a00663ff3ce8e76baf0940782576efe13, synaptics
doesn't need to be absolute anymore, you can replace all
xf86InitValuatorAxisStruct() calls with a min/max of -1. This makes the
axes truly relative and is the right solution. But you'll find the
pointer accel will be completely out of whack after that, if you manage
to find the magic numbers to tweak it back to what it currently is,
you've found the solution.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621432

Title:
  Touchpad speed asymetrical (horizontal faster than vertical)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/621432/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 365952]

2015-08-12 Thread Peter Hutterer
closing this again, was pushed as outlined in comment #27 and that
behaviour has been unchanged for 6 years now. if you still want the
extra finger counting please open a new bug but I should point out that
it's unlikely to be implement for synaptics. libinput has that feature
already, probably better to use that then.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/365952

Title:
  Touchpad is sensitive over physical button area

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-driver-synaptics/+bug/365952/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 925785]

2015-08-04 Thread Peter Hutterer
This ended up being a GTK3 bug, not an xorg bug, see
https://bugzilla.redhat.com/show_bug.cgi?id=1245247. Closing again

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925785

Title:
  Starting to scroll is erratic with edge scrolling on touchpad or mouse
  scrollwheels

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/925785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 925785]

2015-07-21 Thread Peter Hutterer
commit 6f28388187cffae9e5bc9bfc9425acff4f478b59
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Sat Feb 11 01:29:26 2012 +1000

dix: reset last.scroll when resetting the valuator (#45611)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/925785

Title:
  Starting to scroll is erratic with edge scrolling on touchpad or mouse
  scrollwheels

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/925785/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1414930]

2015-04-14 Thread Peter Hutterer
kernel 4.0 has been released it contains all required fixes. closing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1414930

Title:
  [Lenovo ThinkPad 2015 models] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726832]

2015-04-10 Thread Peter Hutterer
you're right, it had a regression, it's still not fixed. looks like the
only fix doable is to drop abs events from the driver and make the
touchpad relative only. This requires re-adjusting the pointer
acceleration though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726832

Title:
  Touchpad speed scales with multimonitor size per axis

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-driver-synaptics/+bug/726832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621432]

2015-04-10 Thread Peter Hutterer
you're right, it had a regression, it's still not fixed. looks like the
only fix doable is to drop abs events from the driver and make the
touchpad relative only. This requires re-adjusting the pointer
acceleration though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621432

Title:
  Touchpad speed asymetrical (horizontal faster than vertical)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/621432/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1414930]

2015-03-24 Thread Peter Hutterer
Status update:
The kernel patches are now in Dmitry's branch and queued for 4.0
https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=for-linusid=6067fe5e0bf29f525561c8281d01011cfc9ebbd4

There will _not_ be a patch to the synaptics driver (or libinput). The kernel 
patches re-route the trackstrick buttons correctly so we don't need userspace 
to fix this up any. The commit that was already on the branch has been 
reverted, see:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=5378a020a003cbdfa565d43c9e01997b570059c9

For distributions: if you are partially backporting Benjamin's kernel
patches make sure you either re-instate that synaptics commit or
backport the button re-routing patches.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1414930

Title:
  [Lenovo ThinkPad X1 Carbon 20BT] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417209]

2015-03-23 Thread Peter Hutterer
Status update:
The kernel patches are now in Dmitry's branch and queued for 4.0
https://git.kernel.org/cgit/linux/kernel/git/dtor/input.git/commit/?h=for-linusid=6067fe5e0bf29f525561c8281d01011cfc9ebbd4

There will _not_ be a patch to the synaptics driver (or libinput). The kernel 
patches re-route the trackstrick buttons correctly so we don't need userspace 
to fix this up any. The commit that was already on the branch has been 
reverted, see:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=5378a020a003cbdfa565d43c9e01997b570059c9

For distributions: if you are partially backporting Benjamin's kernel
patches make sure you either re-instate that synaptics commit or
backport the button re-routing patches.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417209

Title:
  [x1 carbon gen 3] trackpoint buttons are not left and right  click and
  bios settings are not respected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 416516]

2015-02-16 Thread Peter Hutterer
more than 2 years in NEEDINFO, closing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/416516

Title:
  Touchpad isn't sensitive enough on MacBook 5,2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mactel-support/+bug/416516/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1414930]

2015-02-06 Thread Peter Hutterer
synaptics fixed in master:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=064445364b4775b25ba49c2250b22b169f291147

libinput fixed in master (and 0.9.0):
http://cgit.freedesktop.org/wayland/libinput/commit/?id=428614bb242a85a0b46f1a60bc822dbb47327b31

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1414930

Title:
  [Lenovo ThinkPad X1 Carbon 20BT] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1414930]

2015-02-06 Thread Peter Hutterer
the hwdb doesn't have effect on the synaptics driver bits, but if the
files aren't installed correctly that's a fedora bug, please file it
there and assign it to me.

Note you also need to udevadm control --reload-rules to make the hwdb
work (and drop the matching 70-touchpad.rules file in place too).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1414930

Title:
  [Lenovo ThinkPad X1 Carbon 20BT] Buttons of Synaptics trackpad doesn't
  work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417209]

2015-02-04 Thread Peter Hutterer
synaptics fixed in master:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?id=064445364b4775b25ba49c2250b22b169f291147

libinput fixed in master (and 0.9.0):
http://cgit.freedesktop.org/wayland/libinput/commit/?id=428614bb242a85a0b46f1a60bc822dbb47327b31

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417209

Title:
  [x1 carbon gen 3] trackpoint buttons are not left and right  click and
  bios settings are not respected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1417209]

2015-02-04 Thread Peter Hutterer
the hwdb doesn't have effect on the synaptics driver bits, but if the
files aren't installed correctly that's a fedora bug, please file it
there and assign it to me.

Note you also need to udevadm control --reload-rules to make the hwdb
work (and drop the matching 70-touchpad.rules file in place too).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1417209

Title:
  [x1 carbon gen 3] trackpoint buttons are not left and right  click and
  bios settings are not respected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1414930]

2015-01-30 Thread Peter Hutterer
Kernel patches proposed:
  http://www.spinics.net/lists/linux-input/msg36219.html

udev hwdb addition to mark devices like this:
http://cgit.freedesktop.org/systemd/systemd/commit/hwdb/70-touchpad.hwdb?id=001a247324b44c0e0b8fdba41a6fc66e7465b8b6

libinput patches proposed:
  http://lists.freedesktop.org/archives/wayland-devel/2015-January/019661.html

synaptics patch proposed:
  http://lists.x.org/archives/xorg-devel/2015-January/045464.html

And a writeup of what's happening:
http://who-t.blogspot.com.au/2015/01/lenovos-x1-carbon-3rd-touchpad-woes.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1414930

Title:
  Buttons of Synaptics trackpad doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1414930/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1383157]

2014-11-27 Thread Peter Hutterer
*** This bug has been marked as a duplicate of bug 70780 ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1383157

Title:
  [Lenovo T440p] New Trackpad: middle button with TrackPoint are not
  able to perform scroll

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/1383157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956071]

2014-11-14 Thread Peter Hutterer
Fixes for that are in synaptics 1.8 and 1.7.6. It was caused by missing
SYN_DROPPED handling.

You'll need libevdev 1.2 or later, iirc to get rid of the bug in
synaptics 1.8.

Otherwise, the commit on the 1.7 branch was: 
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?h=synaptics-1.7-branchid=bbaf4d646ebf4393a1ee0eb9bcc569054ed878f9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956071

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1172094]

2014-11-08 Thread Peter Hutterer
Fixes for that are in synaptics 1.8 and 1.7.6. It was caused by missing
SYN_DROPPED handling.

You'll need libevdev 1.2 or later, iirc to get rid of the bug in
synaptics 1.8.

Otherwise, the commit on the 1.7 branch was: 
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/commit/?h=synaptics-1.7-branchid=bbaf4d646ebf4393a1ee0eb9bcc569054ed878f9

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1172094

Title:
  xorg synaptic driver crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/1172094/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998546] Re: 0408:3003 [Packard Bell oneTwo (PW.U6C)] Touch-screen did work on 11.04 but no longer works on 12.04

2014-11-06 Thread Peter Hutterer
The device wasn't supported by the kernel before the patch, so it was
running in mouse emulation mode. That is usually a firmware feature, we
often see this on new touchpads before we add support and switch them to
raw mode. To userspace (i.e. X.Org) it looked like a mouse device, the
gesture support that betzi pointed out in Comment #2 (double click,
right click, ...) was implemented in the firmware and looked like normal
mouse buttons to us.

With the new kernel, the device is now switched to raw mode, i.e. we get
the correct coordinates and we get multitouch features. evdev has
supported MT since 2012 or so. What it doesn't do though is gestures
though, so those got lost and now rely on the client stack. evdev does
some right button emulation, but that's for legacy touchscreens, not
true multitouch screens.

If you want this bug closed you need to either support the gestures in
the client stack, or drop the patch that _enabled_ the device in the
kernel so it goes back to firmware emulation mode. That is of course
assuming that the gestures are the issue here, I've asked for more
clarification. If the device doesn't work at all, it's a kernel issue
but the fdo bug suggests that kernel 3.15 works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998546

Title:
  0408:3003 [Packard Bell oneTwo (PW.U6C)] Touch-screen did work on
  11.04 but no longer works on 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/998546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 998546] Re: 0408:3003 [Packard Bell oneTwo (PW.U6C)] Touch-screen did work on 11.04 but no longer works on 12.04

2014-11-05 Thread Peter Hutterer
Christopher: please don't request that users file bugs for xf86-input-
evdev when it's a kernel bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/998546

Title:
  0408:3003 [Packard Bell oneTwo (PW.U6C)] Touch-screen did work on
  11.04 but no longer works on 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/998546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1271281]

2014-11-02 Thread Peter Hutterer
yeah, it's an issue that affects any clickpad, and it's caused by
synaptics still primarily handling touchpads as single-touch devices. a
few additions allowed for some MT stuff, but the driver needs
significant changes to be true multitouch capable - and that's out of
scope.

Changing bug title to drop the device specifics.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1271281

Title:
  05ac:0252 Rev 02.19 bcm5974 [MacBookPro9,2] Unable to move mouse via
  touchpad when finger resting on touchpad click button

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/1271281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1271281]

2014-10-28 Thread Peter Hutterer
probably not going to happen. synaptics needs a rewrite to track the
fingers separately to tell that one finger is in the button area. This
isn't really feasable, we're concentrating on libinput atm that will
allow us to do that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1271281

Title:
  05ac:0252 Rev 02.19 bcm5974 [MacBookPro9,2] Unable to move mouse via
  touchpad when finger resting on touchpad click button

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/1271281/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313514]

2014-06-19 Thread Peter Hutterer
wayland uses 32 bit keycodes, so it doesn't have the same limitation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/313514

Title:
  MASTER: evdev driver ignores keycodes  255

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50692]

2014-06-19 Thread Peter Hutterer
wayland uses 32 bit keycodes, so it doesn't have the same limitation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/50692

Title:
  New Sony Vaios hotkeys don't work (fn_key polling)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1208473]

2014-05-21 Thread Peter Hutterer
Created attachment 99376
0001-mi-don-t-process-events-from-disabled-devices-77884.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1208473

Title:
  Xorg crashed with SIGABRT in mieqMoveToNewScreen()

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1208473/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1245662]

2014-04-09 Thread Peter Hutterer
commit 98924719d524bf87cdf301063cd744d1271c33ff
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Wed Apr 2 13:55:10 2014 +1000

Revert xkb: ProcesssPointerEvent must work on the VCP if it gets
the VCP

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1245662

Title:
  Sticky Keys not released after mouse action.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1245662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1245662]

2014-04-04 Thread Peter Hutterer
http://patchwork.freedesktop.org/patch/23451/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1245662

Title:
  Sticky Keys not released after mouse action.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1245662/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 795920]

2014-03-07 Thread Peter Hutterer
we currently have no plans of fixing this, sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/795920

Title:
  Can't disable touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/795920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 859474]

2014-03-07 Thread Peter Hutterer
whoah, that one flew under the radar. sorry for the silence. it's been
two years, I'm gonna close this now as fixed (latest master has a bunch
of fixes here), please open a new bug if this persists.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/859474

Title:
  Dragging with touchpad unusable

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/859474/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1184159]

2013-12-24 Thread Peter Hutterer
Please see the follow-up post here:
http://lists.x.org/archives/xorg-devel/2013-December/039346.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1184159

Title:
  [saucy] scrolling with a touchpad is jerky with bindings  set in
  compiz for Desktop-based Viewport Switching

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1171342]

2013-12-23 Thread Peter Hutterer
Please see the follow-up post here:
http://lists.x.org/archives/xorg-devel/2013-December/039346.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1171342

Title:
  mouse scroll wheel not working in gedit  System Monitor

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200829]

2013-12-23 Thread Peter Hutterer
Please see the follow-up post here:
http://lists.x.org/archives/xorg-devel/2013-December/039346.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200829

Title:
  Regression: Enabling typical bindings in  Desktop-based Viewport
  Switching breaks scrollwheel scrolling in some windows with a usb
  mouse on a laptop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240957]

2013-12-23 Thread Peter Hutterer
Please see the follow-up post here:
http://lists.x.org/archives/xorg-devel/2013-December/039346.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240957

Title:
  Scrolling behaviour and window focus has changed and is inconsistent

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1184159]

2013-12-06 Thread Peter Hutterer
Do you have a test case for this? I knocked up a simple one with two XI2
clients, one creating a window with enter/leave on a window, one with
enter/leave on the button grab on the root window. Neither client gets
an event and a printf in the server shows nothing is written onto the
wire either (only the button event to activate the grab).

If I change to an active grab + ungrab, I get the events correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1184159

Title:
  [saucy] scrolling with a touchpad is jerky with bindings  set in
  compiz for Desktop-based Viewport Switching

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1171342]

2013-12-05 Thread Peter Hutterer
Do you have a test case for this? I knocked up a simple one with two XI2
clients, one creating a window with enter/leave on a window, one with
enter/leave on the button grab on the root window. Neither client gets
an event and a printf in the server shows nothing is written onto the
wire either (only the button event to activate the grab).

If I change to an active grab + ungrab, I get the events correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1171342

Title:
  mouse scroll wheel not working in gedit  System Monitor

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1200829]

2013-12-05 Thread Peter Hutterer
Do you have a test case for this? I knocked up a simple one with two XI2
clients, one creating a window with enter/leave on a window, one with
enter/leave on the button grab on the root window. Neither client gets
an event and a printf in the server shows nothing is written onto the
wire either (only the button event to activate the grab).

If I change to an active grab + ungrab, I get the events correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200829

Title:
  Regression: Enabling typical bindings in  Desktop-based Viewport
  Switching breaks scrollwheel scrolling in some windows with a usb
  mouse on a laptop

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1240957]

2013-12-05 Thread Peter Hutterer
Do you have a test case for this? I knocked up a simple one with two XI2
clients, one creating a window with enter/leave on a window, one with
enter/leave on the button grab on the root window. Neither client gets
an event and a printf in the server shows nothing is written onto the
wire either (only the button event to activate the grab).

If I change to an active grab + ungrab, I get the events correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1240957

Title:
  Scrolling behaviour and window focus has changed and is inconsistent

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-08-19 Thread Peter Hutterer
Thanks for testing. I'm going to close this one as fixed since we
definitely fixed quite a few bugs in this patch set. If there's
something left please file a new bug so we can narrow down the new (old?
:) issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-08-12 Thread Peter Hutterer
Thanks for testing. I'm going to close this one as fixed since we
definitely fixed quite a few bugs in this patch set. If there's
something left please file a new bug so we can narrow down the new (old?
:) issues.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-07-19 Thread Peter Hutterer
(In reply to comment #101)
 Nope, and I noticed a BUG on !pGrab in FreeGrab, I'll try it a bit more on
 monday.

merged as 0e3be0b25fcfeff386bad132526352c2e45f1932 yesterday.


as for the rest, I really need something that's reproducible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-07-18 Thread Peter Hutterer
(In reply to comment #101)
 Nope, and I noticed a BUG on !pGrab in FreeGrab, I'll try it a bit more on
 monday.

merged as 0e3be0b25fcfeff386bad132526352c2e45f1932 yesterday.


as for the rest, I really need something that's reproducible.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-06-13 Thread Peter Hutterer
fwiw, the latest branch got merged into master. It's still buggy but an
improvement over the previous state.

commit c76a1b343d6a56aa9529e87f0eda8d61355d562b
Merge: 891123c 9a5ad65
Author: Keith Packard kei...@keithp.com
Date:   Thu May 23 19:58:36 2013 -0600

Merge remote-tracking branch 'whot/touch-grab-race-
condition-56578-v3'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-31 Thread Peter Hutterer
fwiw, the latest branch got merged into master. It's still buggy but an
improvement over the previous state.

commit c76a1b343d6a56aa9529e87f0eda8d61355d562b
Merge: 891123c 9a5ad65
Author: Keith Packard kei...@keithp.com
Date:   Thu May 23 19:58:36 2013 -0600

Merge remote-tracking branch 'whot/touch-grab-race-
condition-56578-v3'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-22 Thread Peter Hutterer
sorry guys, please take the compilation errors to the list. This bug is
confusing enough with 90 comments and I'd like to keep off-topic stuff
to a minimum.

pushed a new version of the branch after fixing a cursor refcounting
issue that crashed my server when dragging and email in thunderbird. new
branch tip is 9a5ad65330693b3273972b63d10f2907d9ab954a. This one also
includes the fix Daniel wrote originally to avoid stuck buttons
(http://lists.x.org/archives/xorg-devel/2013-April/035878.html)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-17 Thread Peter Hutterer
(In reply to comment #85)
 Is make check failing for anyone else with v3?

caused by a patch merged into master (and thus picked up on v3), fix is here:
http://patchwork.freedesktop.org/patch/13687/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-17 Thread Peter Hutterer
sorry guys, please take the compilation errors to the list. This bug is
confusing enough with 90 comments and I'd like to keep off-topic stuff
to a minimum.

pushed a new version of the branch after fixing a cursor refcounting
issue that crashed my server when dragging and email in thunderbird. new
branch tip is 9a5ad65330693b3273972b63d10f2907d9ab954a. This one also
includes the fix Daniel wrote originally to avoid stuck buttons
(http://lists.x.org/archives/xorg-devel/2013-April/035878.html)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956071]

2013-05-15 Thread Peter Hutterer
There are suggestions that http://lists.x.org/archives/xorg-
devel/2012-October/034149.html helps with this issue, but unconfirmed so
far.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956071

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956071]

2013-05-15 Thread Peter Hutterer
right, that was the one and it hasn't been reverted, it just got
integrated into upstream 1.13.1 so we don't need the patch anymore. back
to the drawing board.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956071

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-15 Thread Peter Hutterer
oh, right. sorry, I forgot to mention this - it is indeed a ABI break so
you have to recompile the drivers (or add the now-unused field back in).
Maarten, this could also be the reason for your bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-15 Thread Peter Hutterer
Pushed the branch with a fix to keep the ABI, please test
de12ce91d8e44ab9398e730b457e5abc8d1acbe6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-15 Thread Peter Hutterer
(In reply to comment #85)
 Is make check failing for anyone else with v3?

caused by a patch merged into master (and thus picked up on v3), fix is here:
http://patchwork.freedesktop.org/patch/13687/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-10 Thread Peter Hutterer
daniel - xev behaves normally for me in the last branch. is it still
misbehaving for you?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-10 Thread Peter Hutterer
 ==3663== 16,384 bytes in 4 blocks are still reachable in loss record 245 of
 246
 ==3663==at 0x482D4B8: calloc (vg_replace_malloc.c:593)
 ==3663==by 0x216F23: WriteToClient (io.c:1017)
 ==3663==by 0x142667: WriteEventsToClient (events.c:5982)
 ==3663==by 0x142747: TryClientEvents (events.c:1968)
 ==3663==by 0x144905: DeliverEventToInputClients (events.c:2116)
 ==3663==by 0x144A99: DeliverEventsToWindow (events.c:2151)
 ==3663==by 0x144D51: ProcSendEvent (events.c:5411)
 ==3663==by 0x13B9D5: Dispatch (dispatch.c:432)
 ==3663==by 0x130D2F: main (main.c:295)

This appears to be present in 1.14.0, not introduced by this series.

I raise a white flag on the other issue though, like the bug Daniel sees
I cannot reproduce it here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-10 Thread Peter Hutterer
oh, right. sorry, I forgot to mention this - it is indeed a ABI break so
you have to recompile the drivers (or add the now-unused field back in).
Maarten, this could also be the reason for your bug?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-10 Thread Peter Hutterer
tried to bisect this, but I can't see any difference in the xev output
before or after that commit. Tested several revisions after (and
3e15158985) and xev works as expected.

fwiw, my test box here is Ubuntu 12.10 with the server branch above,
rest as-is. mouse used is a trackpoint, which for all purposes looks
like a mouse.

test case was xinit /usr/bin/xev -- /opt/xorg/bin/Xorg -retro, then
clicking+dragging into the xev window. events as expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-10 Thread Peter Hutterer
Pushed the branch with a fix to keep the ABI, please test
de12ce91d8e44ab9398e730b457e5abc8d1acbe6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-08 Thread Peter Hutterer
the libreoffice hint helped a lot tracking this down. New branch posted (top 
commit b8a2de82e36dd922843618f15703113dd556b164 dix: fix cursor refcounting
). Please give this a test. looks like my test box here is happy and valgrind 
doesn't see any leaks (yet)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-08 Thread Peter Hutterer
daniel - xev behaves normally for me in the last branch. is it still
misbehaving for you?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-08 Thread Peter Hutterer
tried to bisect this, but I can't see any difference in the xev output
before or after that commit. Tested several revisions after (and
3e15158985) and xev works as expected.

fwiw, my test box here is Ubuntu 12.10 with the server branch above,
rest as-is. mouse used is a trackpoint, which for all purposes looks
like a mouse.

test case was xinit /usr/bin/xev -- /opt/xorg/bin/Xorg -retro, then
clicking+dragging into the xev window. events as expected.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-08 Thread Peter Hutterer
 ==3663== 16,384 bytes in 4 blocks are still reachable in loss record 245 of
 246
 ==3663==at 0x482D4B8: calloc (vg_replace_malloc.c:593)
 ==3663==by 0x216F23: WriteToClient (io.c:1017)
 ==3663==by 0x142667: WriteEventsToClient (events.c:5982)
 ==3663==by 0x142747: TryClientEvents (events.c:1968)
 ==3663==by 0x144905: DeliverEventToInputClients (events.c:2116)
 ==3663==by 0x144A99: DeliverEventsToWindow (events.c:2151)
 ==3663==by 0x144D51: ProcSendEvent (events.c:5411)
 ==3663==by 0x13B9D5: Dispatch (dispatch.c:432)
 ==3663==by 0x130D2F: main (main.c:295)

This appears to be present in 1.14.0, not introduced by this series.

I raise a white flag on the other issue though, like the bug Daniel sees
I cannot reproduce it here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50692]

2013-05-03 Thread Peter Hutterer
XI2 already sends 32-bit keycodes, it's the XKB layer and thus the
ability to interpret this that doesn't handle them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/50692

Title:
  New Sony Vaios hotkeys don't work (fn_key polling)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-05-03 Thread Peter Hutterer
the libreoffice hint helped a lot tracking this down. New branch posted (top 
commit b8a2de82e36dd922843618f15703113dd556b164 dix: fix cursor refcounting
). Please give this a test. looks like my test box here is happy and valgrind 
doesn't see any leaks (yet)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 313514]

2013-05-01 Thread Peter Hutterer
XI2 already sends 32-bit keycodes, it's the XKB layer and thus the
ability to interpret this that doesn't handle them.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/313514

Title:
  MASTER: evdev driver ignores keycodes  255

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-05-01 Thread Peter Hutterer
Till, can you run this under valgrind please to make sure I didn't
introduce any memory leaks?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-04-27 Thread Peter Hutterer
Till, can you run this under valgrind please to make sure I didn't
introduce any memory leaks?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-04-23 Thread Peter Hutterer
Please have a test of this branch here:
http://cgit.freedesktop.org/~whot/xserver/log/?h=touch-grab-race-condition-56578-v2

I'm not 100% sure yet if there's a memleak introduced - haven't done the
required checks yet. but it fixes the crasher caused by the invalid
memory dereference.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-04-23 Thread Peter Hutterer
ok, thanks to Maarten's debugging we've found the issue. listener-grab
is not copied but rather referenced, leaving the grab stale once it was
deleted. Reproducible test case is simply:

XGrabButton()
pointer-emulating touch down
XUngrabButton()
trigger touch update/end

This doesn't necessarily crash, but once you run through valgrind to
reset memory after freeing it we have a reliable crasher.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-04-23 Thread Peter Hutterer
Please have a test of this branch here:
http://cgit.freedesktop.org/~whot/xserver/log/?h=touch-grab-race-condition-56578-v2

I'm not 100% sure yet if there's a memleak introduced - haven't done the
required checks yet. but it fixes the crasher caused by the invalid
memory dereference.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068994]

2013-04-23 Thread Peter Hutterer
ok, I'll be honest. this is a giant mess where we potentially access
dangling pointers and sorting this out is nasty. my attempts to do so
today have failed badly. fix will come, but not too soon I'm afraid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068994

Title:
  button1 gets stuck after a while

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1068994/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1015183]

2013-04-19 Thread Peter Hutterer
ok, I'll be honest. this is a giant mess where we potentially access
dangling pointers and sorting this out is nasty. my attempts to do so
today have failed badly. fix will come, but not too soon I'm afraid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1015183

Title:
  Inconsistent mouse events for Acer T231H multitouch monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1015183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726832]

2013-02-19 Thread Peter Hutterer
commit 61a99aff9d33728a0b67920254d2d4d79f80cf39
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Fri Jan 11 14:22:07 2013 +1000

dix: pre-scale relative events from abs devices to desktop ratio
(#31636)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726832

Title:
  Touchpad speed scales with multimonitor size per axis

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-driver-synaptics/+bug/726832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621432]

2013-02-17 Thread Peter Hutterer
commit 61a99aff9d33728a0b67920254d2d4d79f80cf39
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Fri Jan 11 14:22:07 2013 +1000

dix: pre-scale relative events from abs devices to desktop ratio
(#31636)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621432

Title:
  Touchpad speed asymetrical (horizontal faster than vertical)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/621432/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 930936]

2013-02-13 Thread Peter Hutterer
(In reply to comment #3)
 The patch we added to Ubuntu for that bug is attached.  It was confirmed to
 fix the issue by that user, but would be helpful if others could test it as
 well.

it doesn't fix the issue, it merely papers over the crash. would be
useful to find a reproducible test case for the upstream git server.
What versions do you see this one on? launchpad suggests 1.10 and 1.11,
both of which are out of date by now.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/930936

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/930936/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50692]

2013-01-22 Thread Peter Hutterer
1. We know this is already a problem.
2. The fix to this problem is huge, difficult and very invasive. It requires a 
new protocol extension and all the inertia that comes with it.
3. The proper fix to this problem breaks client-side API. see 2.
4. Workarounds can be found, but are limited to some use-cases only and will 
not work for the generic solution, because see 2.
5. We don't have enough man-power to fix this at this point, because see 2.

Please refrain from commenting on this bug unless you can help with 5.
Points 1 to 4 are pretty much non-negotiable.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/50692

Title:
  New Sony Vaios hotkeys don't work (fn_key polling)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621432]

2013-01-15 Thread Peter Hutterer
http://patchwork.freedesktop.org/patch/12839/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621432

Title:
  Touchpad speed asymetrical (horizontal faster than vertical)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/621432/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726832]

2013-01-11 Thread Peter Hutterer
Pad Resolution is currently readonly on purpose - your pad is unlikely
to change  resolutions at runtime. I admit it would make testing it
easier but right now you need to add an xorg.conf(.d) option for it.
synclient appears to be lacking it altogether, that should be fixed
(patches appreciated)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726832

Title:
  Touchpad speed scales with multimonitor size per axis

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-driver-synaptics/+bug/726832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 726832]

2013-01-11 Thread Peter Hutterer
http://patchwork.freedesktop.org/patch/12839/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/726832

Title:
  Touchpad speed scales with multimonitor size per axis

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-driver-synaptics/+bug/726832/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 566375]

2013-01-11 Thread Peter Hutterer
Claiming this is closed since I haven't seen this in a while. Please
reopen if it's still here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/566375

Title:
  log spam when detaching a slave device

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/566375/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956071]

2012-12-31 Thread Peter Hutterer
Hard to read the backtrace without symbols, but please try to find a
reproducible test-case. The number of fingers on the touchpad at suspend
time vs at resume time is almost certainly the trigger for this, but I
haven't found a reliable trigger yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956071

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723786]

2012-12-21 Thread Peter Hutterer
syndaemon currently uses a synaptics-only property to disable the
touchpad. this property disables the touchpad in-driver. a similar
property exists on all devices but that would disable the device
completely, potentially interfering with the desktop environment. this
would require testing to ensure it doesn't break anything.

other than that, syndaemon would need a commandline switch to let the
user specify the device. right now it looks for the synaptics pad, which
in your case would not work.

if you have patches, I'd likely merge them if there not too invasive.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723786

Title:
  Syndaemon behavior when no synaptics device is found

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/723786/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1068920]

2012-11-30 Thread Peter Hutterer
commit e7cd5cce740e653000fb1192b600268dcf77dde2
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Thu Oct 18 15:11:31 2012 +1000

dix: fix zaphod screen scrossing (#54654)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1068920

Title:
  Pointer screen crossings broken in Xorg server 1.13.0 (regression)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1068920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1070214]

2012-11-15 Thread Peter Hutterer
commit 5b7384a3154a95a805b040e1910e276b52aada96
Author: Alexey Ten (Lynn) alexey...@gmail.com
Date:   Tue Oct 23 12:32:31 2012 +0400

Apply partial matches for option (#25873)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070214

Title:
  misc:typo rules doesn't apply on X startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1070214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 621432]

2012-11-08 Thread Peter Hutterer
Pad Resolution is currently readonly on purpose - your pad is unlikely
to change  resolutions at runtime. I admit it would make testing it
easier but right now you need to add an xorg.conf(.d) option for it.
synclient appears to be lacking it altogether, that should be fixed
(patches appreciated)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/621432

Title:
  Touchpad speed asymetrical (horizontal faster than vertical)

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/621432/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1070214]

2012-11-04 Thread Peter Hutterer
Alexey, please sign-off your patch. ACK otherwise, I'll merge it as soon
as I have your Signed-off-by.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1070214

Title:
  misc:typo rules doesn't apply on X startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/1070214/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956071]

2012-09-05 Thread Peter Hutterer
Thanks! that really helped finding the issue

http://patchwork.freedesktop.org/patch/11873/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956071

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 956071]

2012-09-05 Thread Peter Hutterer
commit a245d42f53096b1ae81e6702729f97ca508e5b5b
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Thu Aug 30 16:38:38 2012 +1000

Reset num_active_touches on DeviceOff (#52496)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/956071

Title:
  Xorg crashed with SIGSEGV in XIGetDeviceProperty()

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/956071/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >