[Wayland-bugs] [Bug 97771] kernel: Huion DWH69 missing BTN_TOOL_PEN events

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97771

--- Comment #65 from Peter Hutterer  ---
ping?

-- 
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 99283] No click methods on MacBookPro3,1

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99283

Peter Hutterer  changed:

   What|Removed |Added

 Status|ASSIGNED|NEEDINFO

-- 
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 99267] Cursor resolution/refresh rate decreases when a thumb is resting on the pad, especially with clickfinger behavior

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99267

Peter Hutterer  changed:

   What|Removed |Added

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

--- Comment #11 from Peter Hutterer  ---
I just tested this on my T450p with a RMI4-enabled kernel and the problem does
go away. The refresh rate on ps/2 with two fingers down is ca 20ms (as opposed
to the usual ca 10ms. On rmi4, even with three fingers down it stays at ca
10ms.

I'm closing this bug because it's not something we could fix in libinput anyway
and the upstream kernel will eventually take care of 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 98839] Somehow conditionalize hysteresis (hardware black/whitelist, device property introspection, user-exposed setting, etc)

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=98839

Peter Hutterer  changed:

   What|Removed |Added

 Blocks||99410


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=99410
[Bug 99410] Lenovo Yoga X1 touchpad unprecise
-- 
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 99410] Lenovo Yoga X1 touchpad unprecise

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99410

Peter Hutterer  changed:

   What|Removed |Added

 Status|NEEDINFO|ASSIGNED
 Depends on||98839

--- Comment #6 from Peter Hutterer  ---
Ok, this is related to bug 98839 then. Bugzilla doesn't have a "related" field,
so I'll just add it as a blocker here.


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=98839
[Bug 98839] Somehow conditionalize hysteresis (hardware black/whitelist, device
property introspection, user-exposed setting, etc)
-- 
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 99554] No horizontal scrolling with mouse

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99554

--- Comment #3 from Peter Hutterer  ---
(In reply to Sergey Bugaev from comment #2)
> No, I never changed any settings. Are you saying that the software changes
> some settings inside the mouse itself, as opposed to OS/driver configuration?

yep, on many devices this is the case. google e.g. libratbag or solaar as
projects to do exactly that.

> You *can* tell the difference, at least for this very mouse model with its
> default configuration. As I've said, physical back and forward buttons map
> to BTN_SIDE and BTN_EXTRA, whereas the wheel maps to BTN_BACK/BTN_FORWARD.

oh, right. I misread that while looking at the evemu outupt only

> If other mice map back/forward buttons to BTN_BACK/BTN_FORWARD, then this
> sounds to be a candidate for its own HWDB field. On the other hand, let me
> mention once again that back/forward buttons do work for me now, so maybe
> BTN_SIDE & BTN_EXTRA *is* what other mice emit for back/forward buttons.

yes, it's an unfortunate naming. the kernel has side/extra before back/forward,
but most clients map buttons 4 and 5 (i.e. anything after LMR) to back/forward.
I should probably document this in libinput too, just in case...

back to the RAT7: any configuration where back/forward would be mapped to other
buttons? the thing with a hwdb is that it's not easily reversible, so by
putting one in place we'd break it for anyone using the software to reconfigure
the wheel. given these devices are gaming devices, that's assumed to be a large
percentage.

-- 
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 99554] No horizontal scrolling with mouse

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99554

--- Comment #2 from Sergey Bugaev  ---
> this device can be configured with the custom software (under windows), right?

Yes

> If so, did you change the wheel settings at all?

No, I never changed any settings. Are you saying that the software changes some
settings inside the mouse itself, as opposed to OS/driver configuration?

> Unfortunately this isn't something we can work around in libinput because 
> doing so would mean you lose the back/forward buttons. we can't tell the 
> difference between a real button press and a mouse wheel, the look exactly 
> the same.

You *can* tell the difference, at least for this very mouse model with its
default configuration. As I've said, physical back and forward buttons map to
BTN_SIDE and BTN_EXTRA, whereas the wheel maps to BTN_BACK/BTN_FORWARD.

If other mice map back/forward buttons to BTN_BACK/BTN_FORWARD, then this
sounds to be a candidate for its own HWDB field. On the other hand, let me
mention once again that back/forward buttons do work for me now, so maybe
BTN_SIDE & BTN_EXTRA *is* what other mice emit for back/forward buttons.

Hope that this is not too confusing...

-- 
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 777470] Scale factor too large on wayland backend with tiled monitors

2017-01-30 Thread mutter
https://bugzilla.gnome.org/show_bug.cgi?id=777470

Rui Matos  changed:

   What|Removed |Added

 Attachment #344332|none|accepted-commit_now
 status||

--- Comment #19 from Rui Matos  ---
Review of attachment 344332:

Right, you fixed this in master too.

Btw, while reviewing this I noticed that, in master, after the refactoring, we
no longer set the scale on X since that backend never sets MetaOutput->scale .

-- 
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 99574] 1366x768 screen is assigned 1360x768 resolution

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99574

--- Comment #3 from Pekka Paalanen  ---
He did:
https://patchwork.freedesktop.org/patch/135777/

-- 
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 99574] 1366x768 screen is assigned 1360x768 resolution

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99574

--- Comment #2 from Daniel Stone  ---
Do you have a patch to submit?

-- 
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 99283] No click methods on MacBookPro3,1

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99283

--- Comment #11 from Peter Hutterer  ---
ping?

-- 
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 99445] VLC fullscreen, progress bar flickers, and then halts weston, xwayland

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99445

--- Comment #16 from Pekka Paalanen  ---
Ok, thanks. It seems one of the devs would need to reproduce and look into 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 99447] Tap timeout seems too low

2017-01-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99447

--- Comment #16 from Ritesh Raj Sarraf  ---
Created attachment 129224
  --> https://bugs.freedesktop.org/attachment.cgi?id=129224=edit
TouchpadTapSpeed

Please find attached 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