[Wayland-bugs] [Bug 104986] Palm detection on Intuos Paper not working

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104986

Bug ID: 104986
   Summary: Palm detection on Intuos Paper not working
   Product: Wayland
   Version: unspecified
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: libinput
  Assignee: wayland-bugs@lists.freedesktop.org
  Reporter: peter.hutte...@who-t.net
Blocks: 104985

Needs a palm threshold of ~5 to detect based on touch size, we don't have
anything else we can hook onto.

The current code requires use_touch_size enabled to activate palm size, but
that shouldn't be necessary for this device - our lower threshold is 0 here.

And palm detection doesn't kick in on this device because it's an external
touchpad. Need to extend this to cater for tablet touch devices.

Arguably having better touch arbitration here (Bug 104985) would work too, but
only for the proximity-out scenario, not necessarily for the proximity-in
scenario.


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=104985
[Bug 104985] Intuos paper generating button click on palm off
-- 
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 104985] Intuos paper generating button click on palm off

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104985

Peter Hutterer  changed:

   What|Removed |Added

 Depends on||104986


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=104986
[Bug 104986] Palm detection on Intuos Paper not working
-- 
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 104985] Intuos paper generating button click on palm off

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104985

Bug ID: 104985
   Summary: Intuos paper generating button click on palm off
   Product: Wayland
   Version: unspecified
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: libinput
  Assignee: wayland-bugs@lists.freedesktop.org
  Reporter: peter.hutte...@who-t.net

Lifting the stylus out of proximity at the same time as lifting the palm off
the touchpad generates some pointer events, usually a button click. This is
caused by the in-kernel touch arbitration - after the stylus moves out of
proximity the palm is still touching and generates one or two touch events.
These trigger a click through the tapping code.

We'll need some workaround with a timer after proximity out before we accept
new touches.

-- 
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 104984] Resource leak when screen exit for Xwayland

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104984

Bug ID: 104984
   Summary: Resource leak when screen exit for Xwayland
   Product: Wayland
   Version: unspecified
  Hardware: Other
OS: All
Status: NEW
  Severity: normal
  Priority: medium
 Component: XWayland
  Assignee: wayland-bugs@lists.freedesktop.org
  Reporter: qiang...@amd.com
QA Contact: xorg-t...@lists.x.org

If no "-noreset" option for Xwayland startup, it will reboot when last X11 app
exit. So the screen will close and create a new one. Current hw/xwayland won't
free all resources like gbm_device created in last screen.

-- 
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 104939] Tablet tools without ABS_Z cause a crash when updating rotation

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104939

--- Comment #2 from Peter Hutterer  ---
And for extra fun, the series starting here:
https://lists.freedesktop.org/archives/wayland-devel/2018-February/036853.html

-- 
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 104940] Removing a tablet device does not generate out-of-prox events

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104940

Peter Hutterer  changed:

   What|Removed |Added

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

--- Comment #1 from Peter Hutterer  ---
See series starting here:
https://lists.freedesktop.org/archives/wayland-devel/2018-February/036853.html

-- 
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 104911] Fake BTN_TOOL_PEN on tablets that don't send it

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104911

Peter Hutterer  changed:

   What|Removed |Added

 CC||peter.hutte...@who-t.net

--- Comment #1 from Peter Hutterer  ---
See series starting here:
https://lists.freedesktop.org/archives/wayland-devel/2018-February/036853.html

-- 
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 104957] Print only once per line

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104957

Peter Hutterer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Peter Hutterer  ---
commit d4b76be18b9bcbdb497de1040855d80972c3bbb2
Author: Peter Hutterer 
Date:   Tue Feb 6 11:51:29 2018 +1000

evdev: log all evdev_msg_* on one line

-- 
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 104948] libinput bug: timer event9 tap: offset negative

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104948

Peter Hutterer  changed:

   What|Removed |Added

 Resolution|WONTFIX |NOTOURBUG

-- 
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 104948] libinput bug: timer event9 tap: offset negative

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=104948

ad1r...@hotmail.fr changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|NEEDINFO|RESOLVED

--- Comment #2 from ad1r...@hotmail.fr ---
Youre right, high CPU of kworker process. 
Thanck you

-- 
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 793062] [Wayland] Crash under gdk_wayland_window_attach_image()

2018-02-06 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=793062

--- Comment #13 from Olivier Fourdan  ---
FWIW, I've been running with this patch since yesterday and had no crash in gdk
Wayland code since then.

Not surprising, if the window is withdrawn, the Wayland resources are NULL
(what the see in the GdkWindowImplWayland in comment 8), so by not generating
expose events when the window is withdrawn (attachment 367922), we avoid the
crash.

Yet, I wonder if Firefox is not leaking Wayland resources somehow, I left it
running overnight and today my entire system started to crawl, with ram and
swap up to 90% (the system has 12Gb or RAM) and gnome-shell taking most of
that.

Killing Firefox freed a large part of the memory used by gnome-shell, so I
suspect Firefox might be leaking resources.

However I don't think the leak is caused by the patch (attachment 367922), but
it might be the same root cause.

-- 
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 97919] [weston-terminal] xterm mouse tracking protocol

2018-02-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97919

--- Comment #2 from Mike Frysinger  ---
if mouse reporting is added at some point, I'd recommend only implementing SGR
mode 1006.  the older/limited modes just aren't worth the effort (such as 1005
and 1015).

-- 
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