[Wayland-bugs] [Bug 105409] Touchpad deadzone on Razer Blade Stealth

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105409

--- Comment #17 from Dave  ---
Created attachment 138056
  --> https://bugs.freedesktop.org/attachment.cgi?id=138056=edit
hid-record output take 2

Here's a longer hid-record output, this time I made an S shape that passed
through the deadzone, and a counter-clockwise half-circle around the touchpad.
The cursor stops moving at approximately 5.5s, which was at the end of the S
shape, and did not track the half-circle afterwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105407] Xorg assertion failure: Xorg: ../src/evdev-mt-touchpad-tap.c:1002: tp_tap_handle_state: Assertion `tp->tap.nfingers_down > 0' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105407

Daniel van Vugt  changed:

   What|Removed |Added

 Resolution|DUPLICATE   |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105407] Xorg assertion failure: Xorg: ../src/evdev-mt-touchpad-tap.c:1002: tp_tap_handle_state: Assertion `tp->tap.nfingers_down > 0' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105407

--- Comment #11 from Peter Hutterer  ---
No, let's keep it closed so I don't have to spend any time on checking this bug
repeatedly. It's easy enough to reopen once confirmed it still exists.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105446] Tap to click doesn't work with bottom-right area mode

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105446

Daniel van Vugt  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #8 from Daniel van Vugt  ---
OK. Happy to forget this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105446] Tap to click doesn't work with bottom-right area mode

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105446

--- Comment #7 from Peter Hutterer  ---
https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html

Physical click in bottom right corner when software buttons are enabled =>
right click, otherwise always left click. Clickfinger requires 2 fingers to
trigger a right click.

Tap anywhere with a single finger (when enabled) -> left click, tap with two
fingers -> right click.

>From comment #0:
> 3. Tap on bottom-right area.
> Expected: Right click emulated

This feature doesn't exist. You can click in the bottom right corner and get a
right click, but tapping always produces a left click.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105472] Hysteresis inappropriately turned back on for my hardware after being off for months

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105472

--- Comment #2 from Nate Graham  ---
I can't help but notice that a simple on/off switch would probably have been a
heck of a lot simpler: less code, higher reliability, and no regressions for
anyone, instead of this push-pull between people with good hardware who don't
want hysteresis, and those with crappy hardware who do. We'd probably have had
this issue solved long ago, rather than playing whack-a-mole with it into the
foreseeable future.

And now I promise that will be my last comment on the subject in this bug
report. :)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105409] Touchpad deadzone on Razer Blade Stealth

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105409

--- Comment #16 from Peter Hutterer  ---
How long did you keep you the finger there? The events stop at 1.84s and there
are a few events that have the same coordinates and would thus be filtered. But
afaict the recording stops 300ms after you say you entered the deadzone?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105472] Hysteresis inappropriately turned back on for my hardware after being off for months

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105472

--- Comment #1 from Nate Graham  ---
git-bisect shows that the culprit was e43bd4ae3a75f72b45c6bab6168bd859ab4a01b3
(plus e8dffbd73a1b3c17716f972f210e420de94028c2, obviously).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105446] Tap to click doesn't work with bottom-right area mode

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105446

--- Comment #6 from Daniel van Vugt  ---
This bug doesn't bother me personally. I was only trying to reproduce the
downstream issue but now realise I misread "enable" as "disable". So maybe I
have the wrong bug link.

That said, I'm still a little curious about this one because it sounds like a
contradiction between:

Click methods:button-areas *clickfinger

and

"do you expect a tap on the bottom right button to be a right click? If so,
that feature doesn't exist in libinput."

It does work, for clicks but not for taps. So are you saying it was mutter
doing that emulation all along?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105258] libinput crashes Xorg with SIGABRT in tp_tap_handle_state() [evdev-mt-touchpad-tap.c:1030|1028]

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105258

--- Comment #23 from Daniel van Vugt  ---
Done. It's the same assertion, just line 1030 in master and line 1028 in
1.10-branch.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105258] libinput crashes Xorg with SIGABRT in tp_tap_handle_state() [evdev-mt-touchpad-tap.c:1030|1028]

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105258

Daniel van Vugt  changed:

   What|Removed |Added

Summary|libinput crashes Xorg with  |libinput crashes Xorg with
   |SIGABRT in  |SIGABRT in
   |tp_tap_handle_state()   |tp_tap_handle_state()
   |[evdev-mt-touchpad-tap.c:10 |[evdev-mt-touchpad-tap.c:10
   |30 (master), 1028   |30|1028]
   |(1.10-branch)]  |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105258] libinput crashes Xorg with SIGABRT in tp_tap_handle_state() [evdev-mt-touchpad-tap.c:1030 (master), 1028 (1.10-branch)]

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105258

--- Comment #22 from Petrus  ---
It better if change summary to something new, the "1.10-branch" make me thought
it was a  old bug on libinput version 1.10.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105446] Tap to click doesn't work with bottom-right area mode

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105446

--- Comment #5 from Peter Hutterer  ---
all the libinput tools create their own context, nothing but the compositor has
access to the compositor's context. So libinput list-devices shows the default
settings, libinput debug-events uses the default settings unless specified
otherwise.

Apple touchpads have clickfinger enabled by default, so that's why the
bottom-right doesn't work as right click.

uhm, and I just realised: do you expect a tap on the bottom right button to be
a right click? If so, that feature doesn't exist in libinput.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 101139] Acceleration still too fast with slow and slow-medium finger movements

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101139

--- Comment #35 from Nate Graham  ---
Preliminary impressions: Feels quite nice at 0.0 "libinput accel speed" (i.e
with no configuration). Definitely an improvement over the current profile. It
does still feel like there's an abrupt jump in acceleration between medium and
fast movements, but I think I could live with it.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105407] Xorg assertion failure: Xorg: ../src/evdev-mt-touchpad-tap.c:1002: tp_tap_handle_state: Assertion `tp->tap.nfingers_down > 0' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105407

--- Comment #10 from Daniel van Vugt  ---
Let's assume it's not reproducible right now. The latest downstream crash
report was from 1.10.1-1

We have no further information after that so maybe leave this open awaiting
more info and we can close it later if there is none.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105446] Tap to click doesn't work with bottom-right area mode

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105446

--- Comment #4 from Daniel van Vugt  ---
It seems there's an inconsistency here:

Gnome Settings > Devices > Mouse & Touchpad > Tap to Click = ON
gnome-tweak-tool > Keyboard & Mouse > Touchpad > Mouse Click Emulation = Area

but...

Device:   Apple Wireless Trackpad
Kernel:   /dev/input/event15
Group:7
Seat: seat0, default
Size: 132x112mm
Capabilities: pointer gesture
Tap-to-click: disabled   < off?
Tap-and-drag: enabled
Tap drag lock:disabled
Left-handed:  disabled
Nat.scrolling:disabled
Middle emulation: disabled
Calibration:  n/a
Scroll methods:   *two-finger edge 
Click methods:button-areas *clickfinger <--- wrong one?
Disable-w-typing: n/a
Accel profiles:   none
Rotation: n/a

Is that correct for libinput to natively show its defaults rather than the
gnome settings? or a bug?

Can you show me which command you'd like run next?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105407] Xorg assertion failure: Xorg: ../src/evdev-mt-touchpad-tap.c:1002: tp_tap_handle_state: Assertion `tp->tap.nfingers_down > 0' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105407

--- Comment #9 from Peter Hutterer  ---
Can you still reproduce it with the fix in place?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105446] Tap to click doesn't work with bottom-right area mode

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105446

--- Comment #3 from Peter Hutterer  ---
Tapping and click method is handled in libinput. What device is this? maybe
it's one of the ones where clickfinger is the default? libinput list-devices
will tell you, --set-click-method=buttons will force it in debug-events.

The --verbose argument will also tell you what state the various pieces are in.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105446] Tap to click doesn't work with bottom-right area mode

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105446

--- Comment #2 from Daniel van Vugt  ---
Hmm, sounds like right-click emulation is higher level because libinput doesn't
see the difference...

Tested both libinput 1.10.1-1 (debian/ubuntu) and libinput master (d786b55):

Tap on bottom right area (shell incorrectly does a left click)
event15  POINTER_BUTTON   +74.96s   BTN_LEFT (272) pressed, seat count: 1
event15  POINTER_BUTTON   +75.06s   BTN_LEFT (272) released, seat count: 0

Click on bottom-right area (shell correctly does a right click)
event15  POINTER_BUTTON+3.94s   BTN_LEFT (272) pressed, seat count: 1
event15  POINTER_BUTTON+4.12s   BTN_LEFT (272) released, seat count: 0

Is the right click emulation done in mutter then?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105407] Xorg assertion failure: Xorg: ../src/evdev-mt-touchpad-tap.c:1002: tp_tap_handle_state: Assertion `tp->tap.nfingers_down > 0' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105407

--- Comment #8 from Daniel van Vugt  ---
I'm not sure this is a duplicate. It's a very different assertion.

Maybe ignore comment 6 since it's not about this exact bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105409] Touchpad deadzone on Razer Blade Stealth

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105409

--- Comment #15 from Dave  ---
Created attachment 138052
  --> https://bugs.freedesktop.org/attachment.cgi?id=138052=edit
hid-recorder output for touchpad

Here's the hid-recorder output for the touchpad, at approximately timestamp 1.5
my finger enters the deadzone, and the cursor stops moving.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105409] Touchpad deadzone on Razer Blade Stealth

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105409

Peter Hutterer  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |MOVED
 CC||benjamin.tissoi...@gmail.co
   ||m

--- Comment #13 from Peter Hutterer  ---
Thanks for testing. The fuzz value is now in the systemd PR, so that should
close the bug once merged. The deadzone - there isn't anything we can do in
libinput, we're not getting any events from the hardware. This may be possible
to fix in the kernel but I'm not putting any hopes on that. Please attach a
dmesg and a hid-record log as well. 

https://bentiss.github.io/hid-replay-docs/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105409] Touchpad deadzone on Razer Blade Stealth

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105409

--- Comment #12 from Dave  ---
Created attachment 138050
  --> https://bugs.freedesktop.org/attachment.cgi?id=138050=edit
udevadm info output with fuzz 8

Updated local 61-udevadm-local.hwdb file to include a fuzz value of 8. Jitter
seems to have disappeared or be unnoticeable. Deadzone issue still exists.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105409] Touchpad deadzone on Razer Blade Stealth

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105409

--- Comment #11 from Dave  ---
Created attachment 138049
  --> https://bugs.freedesktop.org/attachment.cgi?id=138049=edit
udevadm info output after making evdev.hwdb changes

Added the lines from the systemd PR to my local 61-evdev-local.hwdb file and
ran updates. Running build of libinput from latest master commit.

Deadzone still occurs, jitter is very obvious. Fuzz value of 8 to follow

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105447] Two-finger scrolling broken in 1.10.2

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105447

Peter Hutterer  changed:

   What|Removed |Added

 CC||peter.hutte...@who-t.net
 Status|NEW |NEEDINFO

--- Comment #7 from Peter Hutterer  ---
If it is between 1.10.1 and 1.10.2 and easy to reproduce, git bisecting will be
the fastest way to identify what changed. afaict that evemu-record scrolls just
fine, with only one motion event in the whole log.

I'll need a libinput debug-events --verbose output too please, that'll show if
the pressure sensitivity is getting in the way.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105094] Two finger scroll stuck/not happening

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105094

Peter Hutterer  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO
 CC||peter.hutte...@who-t.net

--- Comment #3 from Peter Hutterer  ---
Best to run sudo libinput debug-events --verbose and check its output, it
prints when touches begin/end and what state the various features are in. There
are two possible sources for this bug - the kernel/hardware or touch pressure
detection. 

If you notice that a touch doesn't end when you release the finger, chances are
it's the kernel. But this is definitely something where you have to look at the
output and figure out what's going on.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105434] libinput-1.10.2: Synaptics touchpad misinterprets movement from top as palm

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105434

Peter Hutterer  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Peter Hutterer  ---
commit d786b55daa99c6f891da05ec91617eccdc84
Author: Peter Hutterer <>
Date:   Tue Mar 13 09:33:57 2018 +1000

 touchpad: don't enable top palm detection on touchpads <= 55mm high

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105258] libinput crashes Xorg with SIGABRT in tp_tap_handle_state() [evdev-mt-touchpad-tap.c:1030 (master), 1028 (1.10-branch)]

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105258

Peter Hutterer  changed:

   What|Removed |Added

 CC||silencl...@gmail.com

--- Comment #21 from Peter Hutterer  ---
*** Bug 105459 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105459] unexpected scroll event 2 in none state, tp_tap_handle_state: Assertion `tp->tap.nfingers_down >= 1' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105459

Peter Hutterer  changed:

   What|Removed |Added

 CC||peter.hutte...@who-t.net
 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Peter Hutterer  ---


*** This bug has been marked as a duplicate of bug 105258 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 786693] wayland: fix fontconfig monitoring

2018-03-12 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=786693

Martin Blanchard  changed:

   What|Removed |Added

 Attachment #369162|reviewed|none
 status||
 Attachment #369162|0   |1
is obsolete||

--- Comment #16 from Martin Blanchard  ---
Created attachment 369588
  --> https://bugzilla.gnome.org/attachment.cgi?id=369588=edit
'gtk-fontconfig-timestamp' and 'gtk-modules' for Wayland

Sixth version. Plug the potential leak.

-- 
You are receiving this mail because:
You are on the CC list for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105447] Two-finger scrolling broken in 1.10.2

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105447

--- Comment #6 from Anssi Puhakka  ---
(In reply to Mantas Mikulėnas from comment #0)
> I upgraded from 1.10.1 to 1.10.2, and it stopped recognizing about half of
> my two-finger-scroll attempts, treating them as plain pointer movements. (I
> can even run the old and new `libinput debug-gui` side-by-side, and the
> former recognizes all my scrolls while the latter misses nearly half of
> them.)
> 
> This is on a full-multitouch touchpad (Synaptics) in RMI4 mode.
> 
> libinput 1.10.1 / 1.10.2
> linux 4.15.7
> Synaptics s3203 (RMI4 mode)

Exactly the same issues on an Apple Internal Trackpad (bcm5974) after upgrading
to 1.10.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 101139] Acceleration still too fast with slow and slow-medium finger movements

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101139

--- Comment #34 from Nate Graham  ---
Thanks, I'll give that a whirl later today!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105459] unexpected scroll event 2 in none state, tp_tap_handle_state: Assertion `tp->tap.nfingers_down >= 1' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105459

--- Comment #2 from Petrus  ---
Created attachment 138022
  --> https://bugs.freedesktop.org/attachment.cgi?id=138022=edit
verified evemu record

add verified evemu record

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105459] unexpected scroll event 2 in none state, tp_tap_handle_state: Assertion `tp->tap.nfingers_down >= 1' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105459

--- Comment #1 from Petrus  ---
Created attachment 138020
  --> https://bugs.freedesktop.org/attachment.cgi?id=138020=edit
evemu record

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105459] unexpected scroll event 2 in none state, tp_tap_handle_state: Assertion `tp->tap.nfingers_down >= 1' failed.

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105459

Bug ID: 105459
   Summary: unexpected scroll event 2 in none state,
tp_tap_handle_state: Assertion `tp->tap.nfingers_down
>= 1' failed.
   Product: Wayland
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: libinput
  Assignee: wayland-bugs@lists.freedesktop.org
  Reporter: silencl...@gmail.com

Created attachment 138018
  --> https://bugs.freedesktop.org/attachment.cgi?id=138018=edit
gnome crash log

gnome crashed by libinput 1.10.2 with message:

(EE) event11 - SynPS/2 Synaptics TouchPad: libinput bug: unexpected scroll
event 2 in none state
Xorg: ../libinput-1.10.2/src/evdev-mt-touchpad-tap.c:1028: tp_tap_handle_state:
Assertion `tp->tap.nfingers_down >= 1' failed.

Attach evemu records later.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105409] Touchpad deadzone on Razer Blade Stealth

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105409

--- Comment #9 from Dave  ---
Created attachment 138017
  --> https://bugs.freedesktop.org/attachment.cgi?id=138017=edit
corrected touchpad-edge-detector output

I reran touchpad-edge-detector with the correct physical measurements (105x64)
and reattached the output.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105447] Two-finger scrolling broken in 1.10.2

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105447

--- Comment #5 from Mantas Mikulėnas  ---
(In reply to Mantas Mikulėnas from comment #4)
> (In case it's relevant, RMI4 on this laptop is affected by bug 100436, so it
> might just be garbage-in, garbage-out...)

Hmm, I just remembered I can test the legacy PS/2 mode using
'modprobe.blacklist=i2c_hid'. (Fortunately 4.15.x supports PS/2 fallback –
older kernels didn't.)

With the touchpad in PS/2 mode, libinput 1.10.2 missed only 2 scrolls out of
nearly a hundred.

So yes, looks like the problem is definitely caused (or at least worsened) by
the kernel RMI4 bugs.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105447] Two-finger scrolling broken in 1.10.2

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105447

--- Comment #4 from Mantas Mikulėnas  ---
(In case it's relevant, RMI4 on this laptop is affected by bug 100436, so it
might just be garbage-in, garbage-out...)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105022] Lenovo P50 - Slow fine touchpad movement makes it jump

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105022

--- Comment #13 from L Holland  ---
Yeah, I rebooted after each change to be sure. I'll try and sort out an
evemu-record this evening. Thanks for all your work on this!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105022] Lenovo P50 - Slow fine touchpad movement makes it jump

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105022

--- Comment #12 from Peter Hutterer  ---
I forgot to mention: git master requires a reboot because it changes udev rules
for each device *and* it changes the kernel device. So basically, you'd have to
reboot every time after switching. But if the jumps happen only at the slowest
speeds, it's unlikely to be that issue. I'll need an evemu-record of one these
movements please, thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 98894] Add an API for taking screenshots and recording screencasts

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98894

Jonas Ådahl  changed:

   What|Removed |Added

 CC||jad...@gmail.com

--- Comment #4 from Jonas Ådahl  ---
(In reply to James Henstridge from comment #3)
> This could be detected by comparing stat() information, but that would also
> give false positives when upgrading a running application.
> 
> There's not an obvious generic solution.

There is one, except I only know of GNOME who has the screenshot part
implemented:
https://github.com/flatpak/xdg-desktop-portal/blob/master/data/org.freedesktop.portal.Screenshot.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105258] libinput crashes Xorg with SIGABRT in tp_tap_handle_state() [evdev-mt-touchpad-tap.c:1030 (master), 1028 (1.10-branch)]

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105258

Daniel van Vugt  changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||1751086

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105258] libinput crashes Xorg with SIGABRT in tp_tap_handle_state() [evdev-mt-touchpad-tap.c:1030 (master), 1028 (1.10-branch)]

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105258

Daniel van Vugt  changed:

   What|Removed |Added

   See Also||http://bugs.debian.org/8927
   ||14

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105258] libinput crashes Xorg with SIGABRT in tp_tap_handle_state() [evdev-mt-touchpad-tap.c:1030 (master), 1028 (1.10-branch)]

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105258

Daniel van Vugt  changed:

   What|Removed |Added

Summary|libinput crashes Xorg with  |libinput crashes Xorg with
   |SIGABRT in  |SIGABRT in
   |libinput_event_get_pointer_ |tp_tap_handle_state()
   |event   |[evdev-mt-touchpad-tap.c:10
   ||30 (master), 1028
   ||(1.10-branch)]

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105022] Lenovo P50 - Slow fine touchpad movement makes it jump

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105022

--- Comment #11 from L Holland  ---
So I've switched back and forth between HEAD and 1.10.2 and if there's a
difference in the fine pointer movement, it's very slight. They're both jumpy
when you move really slowly across the touchpad.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs


[Wayland-bugs] [Bug 105022] Lenovo P50 - Slow fine touchpad movement makes it jump

2018-03-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105022

--- Comment #10 from L Holland  ---
Hi, I've just built and installed libinput MASTER HEAD (your build instructions
are great, BTW, thanks for that. Perhaps worth noting that I had to install
doxygen, check and valgrind as well to get the meson build to run)

Fine pointer motion is still rather jerky, I'm afraid. It's hard to be sure,
but I think there might be a slight improvement, but it's still not smooth
enough to be usable for fine work in e.g. GIMP or Inkscape. I'm going to try
reverting back to 1.10.2 to see if I can discern any difference.

Let me know if you want me to submit some logs as well.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs