Re: [Bug 437862] Re: device key_bitmask has changed
this should have been fixed in the following commit (evdev 2.3.1 is the first one to contain this one) commit 175af93bdb5928236e5c402a77d164313497d72a Author: Dmitry Torokhov Date: Mon Nov 2 23:11:55 2009 -0800 Relax checks when reopening devices -- device key_bitmask has changed https://bugs.launchpad.net/bugs/437862 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- 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)
"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 50692]
*** 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]
*** 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 1588009]
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]
(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]
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]
(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 619403]
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 503041]
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
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 1184159]
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 1015183]
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 1208473]
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 1588571] Re: Please update evemu to latest release
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
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] [NEW] Please update evemu to latest release
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]
This is somewhere in the server, the accel the driver supplies is always the same. -- 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]
*** Bug 40417 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/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]
(In reply to comment #9) > It looks like Bryce Harrington put together a patch way back in 2010 to > address > this, or at least something closely related. Here's the link: > > https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/327428/+attachment/1752254/+files/116_resolution_detect_option.patch > > Here's another patch from the same (duplicate) launchpad bug report: > > https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/327428/+attachment/1368744/+files/synaptics.diff That's a hack. We need to fix the problem, not just paper over it with another option. -- 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 416516]
is this sill an issue? -- 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 726832]
(In reply to comment #11) > I think this was discussed recently on the mailing list - maybe in your > holidays - synaptics somehow adjusts itself to the display geometry, IIRC. the driver itself has no knowledge of the display size, I think it's just the only driver that triggers it. some combination of setups, possibly the absolute axis ranges but relative events being sent. -- 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 968845] Re: bcm5974 touchpad doesn't work after S3 on MacBookAir
** Bug watch added: freedesktop.org Bugzilla #49161 https://bugs.freedesktop.org/show_bug.cgi?id=49161 ** Also affects: xserver-xorg-input-synaptics via https://bugs.freedesktop.org/show_bug.cgi?id=49161 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968845 Title: bcm5974 touchpad doesn't work after S3 on MacBookAir To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/968845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 621432]
This is somewhere in the server, the accel the driver supplies is always the same. -- 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 621432]
*** Bug 40417 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/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 621432]
(In reply to comment #9) > It looks like Bryce Harrington put together a patch way back in 2010 to > address > this, or at least something closely related. Here's the link: > > https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/327428/+attachment/1752254/+files/116_resolution_detect_option.patch > > Here's another patch from the same (duplicate) launchpad bug report: > > https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/327428/+attachment/1368744/+files/synaptics.diff That's a hack. We need to fix the problem, not just paper over it with another option. -- 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 621432]
(In reply to comment #11) > I think this was discussed recently on the mailing list - maybe in your > holidays - synaptics somehow adjusts itself to the display geometry, IIRC. the driver itself has no knowledge of the display size, I think it's just the only driver that triggers it. some combination of setups, possibly the absolute axis ranges but relative events being sent. -- 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 591656]
Created attachment 43146 touchpad.svg This plot of the X axis values shows the problem nicely. In the plot, the x axis is just the events in consecutive order, y axis is the actual X value the kernel gave us. The kernel itself claims that the max value is 5472. You can see that many events go above this value (up to 5976). Then there are a few outliers at 8176 which I suspect is the scroll bar. So the clipping patch makes you lose all these outliers plus all data that goes above the announced maximum. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/591656 Title: scrolling issues using touchpad To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-driver-synaptics/+bug/591656/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 582809]
commit 6c457c0c61a0834361f45a073148db7b4c9be40b Merge: defc1d0 fee18d8 Author: Peter Hutterer Date: Wed Mar 14 08:48:00 2012 +1000 Merge branch 'clickpad-v3' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/582809 Title: Synaptics Clickpad touchpad buttons are not working To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/582809/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 582809]
*** Bug 22505 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/582809 Title: Synaptics Clickpad touchpad buttons are not working To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/582809/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 582809]
*** Bug 40118 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/582809 Title: Synaptics Clickpad touchpad buttons are not working To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/582809/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 365943]
I believe this patch finally fixed this issue: commit c546779b32d8be23475b3b062e3ebc9235365c0d Author: Chase Douglas Date: Thu Feb 9 16:56:29 2012 -0800 Ignore motion during touch count changes on semi-mt devices -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/365943 Title: Mouse cursor jumps when two fingers are used To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-driver-synaptics/+bug/365943/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 308191]
I believe this patch finally fixed this issue: commit c546779b32d8be23475b3b062e3ebc9235365c0d Author: Chase Douglas Date: Thu Feb 9 16:56:29 2012 -0800 Ignore motion during touch count changes on semi-mt devices -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/308191 Title: Multitouch support not available for Synaptics touchpads v7.2 To manage notifications about this bug go to: https://bugs.launchpad.net/hp-tm2/+bug/308191/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 873482]
thanks. closing this bug, please reopen if you notice it again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873482 Title: elantech: Touchpad always reports 3 finger tap as 1 finger tap To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/873482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 921139]
http://patchwork.freedesktop.org/patch/9554/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921139 Title: mouse scroll left<->right inverted since 1.11 To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-server/+bug/921139/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 795920]
*** Bug 42867 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/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 365952]
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]
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]
commit 6f28388187cffae9e5bc9bfc9425acff4f478b59 Author: Peter Hutterer 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 726832]
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]
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]
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 1417209]
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-linus&id=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 1414930]
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-linus&id=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 1171342]
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]
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]
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 1171342]
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]
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]
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 1184159]
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 1068994]
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 726832]
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]
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 873482]
Closing again as per comment #5. Thanks for testing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/873482 Title: elantech: Touchpad always reports 3 finger tap as 1 finger tap To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/873482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 969495]
For reference, this is a workaround to Bug #11227. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/969495 Title: evdev stopped remapping events To manage notifications about this bug go to: https://bugs.launchpad.net/evdev/+bug/969495/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 925785]
Created attachment 56877 0001-dix-reset-last.scroll-when-resetting-the-valuator-45.patch How does this one work 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/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 591656]
Please submit a evemu recording of the device. I've converted the evtest-capture file but it's not quite enough. Specifically, I need: - the event log of the bug when the cursor jumps (the previous file contained that) - an event log of scrolling in that scroll area on the right - an event log of movement in the left edge that wasn't working with my previous patch applied http://people.freedesktop.org/~whot/evemu/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/591656 Title: scrolling issues using touchpad To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-driver-synaptics/+bug/591656/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 941953]
http://patchwork.freedesktop.org/patch/10230/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/941953 Title: Xorg crashed with SIGSEGV in WriteToClient() with buf = 0x1 from ProcXIGetProperty() To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/941953/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 463067]
Thanks. Closing as WORKSFORME given that it works now in Oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/463067 Title: Dell D600 doesn't see mouse button1 up events To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/463067/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 403869]
> 2 years silence, closing. please reopen if this is still an issue, or better file a new bug with up-to-date logs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/403869 Title: Soltech TA12 touchpad scrolling area not flush to the right To manage notifications about this bug go to: https://bugs.launchpad.net/xorg-driver-synaptics/+bug/403869/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1271281]
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 1271281]
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 416516]
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]
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]
*** 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 1417209]
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]
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]
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]
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 1245662]
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 1245662]
commit 98924719d524bf87cdf301063cd744d1271c33ff Author: Peter Hutterer 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 795920]
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]
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 998546] Re: 0408:3003 [Packard Bell oneTwo (PW.U6C)] Touch-screen did work on 11.04 but no longer works on 12.04
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 998546] Re: 0408:3003 [Packard Bell oneTwo (PW.U6C)] Touch-screen did work on 11.04 but no longer works on 12.04
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 1172094]
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-branch&id=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 956071]
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-branch&id=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 313514]
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]
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 726832]
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]
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]
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 621432]
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 621432]
commit 61a99aff9d33728a0b67920254d2d4d79f80cf39 Author: Peter Hutterer 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 726832]
commit 61a99aff9d33728a0b67920254d2d4d79f80cf39 Author: Peter Hutterer 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 50692]
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 930936]
(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 795920]
(In reply to comment #10) > Would a patch be less likely to be accepted if it doesn't separate the LED > support from the disable support? yes. I don't want crazy in-driver functionality for touchpads that don't need it. There should be discovery of that feature and it should only be exposed when the LED is available. note that we'll likely need to query the LED state as well to avoid getting the touchpad into an inconsistent state (disabled, when it's actually enabled etc.) looking through linux/input.h, we should send KEY_TOUCHPAD_ON/OFF when that button is pressed. The clients can then decide what to do, rather than having this behaviour enforced in the driver. -- 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 968845]
Patches required: xserver: http://patchwork.freedesktop.org/patch/10116/ synaptics: http://patchwork.freedesktop.org/patch/10117/ http://patchwork.freedesktop.org/patch/10118/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968845 Title: bcm5974 touchpad doesn't work after S3 on MacBookAir To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/968845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 956071]
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]
commit a245d42f53096b1ae81e6702729f97ca508e5b5b Author: Peter Hutterer 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
[Bug 956071]
Does debian carry any patches? if so, can you reproduce this with a vanilla X server? I just vt-switched about 50 times with 1.12.99.902 but it doesn't happen here. What desktop environment is this? something is trying to change the property after the VT switch, so I'd need a similar setup here. Finally, if you can reproduce it easily, can you try running X through valgrind to see if you get any invalid writes? -- 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]
correction, I tried reproducing with 1.12.1.902, i.e. the same version as listed in the original comment. -- 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]
sorry, still can't reproduce this and I can't see any change between 902 and 1.6.2 that could have introduced this bug. Are you still on server 1.12.1.902 or have you updated the server as well? -- 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]
*** Bug 53686 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/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 416516]
Please post the output of synclient -l. Can you play with synclient FingerLow= and report which value is acceptable? You'll need to ensure that FingerHigh is always higher than FingerLow, otherwise you'll get errors -- 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 941953]
commit 55fc42e7c9b4948cadd4f98ef7b6a3b12e268e3e Author: Chase Douglas Date: Mon May 14 10:20:01 2012 -0700 Ignore pre-existing touches -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/941953 Title: Xorg crashed with SIGSEGV in WriteToClient() with buf = 0x1 from ProcXIGetProperty() To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/941953/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 968845]
(In reply to comment #2) > Patches required: > > xserver: > http://patchwork.freedesktop.org/patch/10116/ xorg-server-1.12.0-125-gf3410b9, though with some side-effects that need to be resolved separately > synaptics: > http://patchwork.freedesktop.org/patch/10117/ > http://patchwork.freedesktop.org/patch/10118/ in synaptics 1.6.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968845 Title: bcm5974 touchpad doesn't work after S3 on MacBookAir To manage notifications about this bug go to: https://bugs.launchpad.net/xserver-xorg-input-synaptics/+bug/968845/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 869047]
xev is a command, pops up a window and prints all events that happen on this window. your device name can be listed with xinput list. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869047 Title: PgUp does not work Acer Aspire 5750-9668 To manage notifications about this bug go to: https://bugs.launchpad.net/evdev/+bug/869047/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs