[Wayland-bugs] [Bug 754716] [wayland] tooltips are placed outside of monitor

2018-04-20 Thread gtk+
https://bugzilla.gnome.org/show_bug.cgi?id=754716

Basil Eric Rabi  changed:

   What|Removed |Added

 CC||ericbasil.r...@gmail.com

--- Comment #7 from Basil Eric Rabi  ---
Issue still present in Gnome 3.28.1 (Fedora 28).

-- 
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 106036] IBM Scrollpoint mouse: libinput mouse scrolling speed insanely fast

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106036

--- Comment #6 from peter.ganzh...@gmail.com ---
I think I figured this out and have a working solution right now like this:

if (dispatch->wheel.y != 0) {
wheel_degrees.y = -1 * dispatch->wheel.y *
device->scroll.wheel_click_angle.y;
if (device->model_flags & EVDEV_MODEL_SCROLLPOINT) {
discrete.y = 0;

source = LIBINPUT_POINTER_AXIS_SOURCE_CONTINUOUS;
} else {
discrete.y = -1 * dispatch->wheel.y;

source = device->scroll.is_tilt.vertical ?
LIBINPUT_POINTER_AXIS_SOURCE_WHEEL_TILT:
LIBINPUT_POINTER_AXIS_SOURCE_WHEEL;
}

evdev_notify_axis(
device,
time,
AS_MASK(LIBINPUT_POINTER_AXIS_SCROLL_VERTICAL),
source,
_degrees,
);
dispatch->wheel.y = 0;
}

I implemented the same for the x-axis as well.
There is one issue left where I'd like to get your feedback:

libinput-debug-events reports 15° wheel movements as smallest value possible
and easily goes up to around 500° without increasing force on the scrolling
device a lot. Actually hitting only 15° is almost impossible.
This makes scrolling still way too fast, but with the changes I made to
libinput and adding the following to /lib/udev/hwdb.d/70-mouse.hwdb I have
usable results:
mouse:usb:v04b3p3100:*
mouse:usb:v04b3p3103:*
mouse:usb:v04b3p3105:*
mouse:usb:v04b3p3108:*
mouse:usb:v04b3p3109:*
mouse:usb:v14efp6049:*
 MOUSE_WHEEL_CLICK_ANGLE=2
 MOUSE_WHEEL_CLICK_ANGLE_HORIZONTAL=2

This file is not part of the libinput sources, so where could I add this to be
set by default? Without this part the changes I made to libinput don't really
improve usability of the scrollpoint.
Without the changes I made to libinput so far these options do not seem to have
any noticeable effect.

As soon as I know where to put this, I will create a patch against libinput to
add support for the scrollpoint mice for review.

-- 
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 106141] Thinkpad X240 touchpad movement is jumpy and extremely imprecise

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106141

--- Comment #9 from abdulkadirfsa...@gmail.com ---
Attached evemu-record output with libinput 1.10.4.

-- 
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 106141] Thinkpad X240 touchpad movement is jumpy and extremely imprecise

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106141

abdulkadirfsa...@gmail.com changed:

   What|Removed |Added

 Attachment #138942|0   |1
is obsolete||

--- Comment #8 from abdulkadirfsa...@gmail.com ---
Created attachment 138944
  --> https://bugs.freedesktop.org/attachment.cgi?id=138944=edit
evemu-test

-- 
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 106109] Touchpad and Trackpoint locked together

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106109

--- Comment #4 from Kadir  ---
Thank you Peter, should I file a bugreport at the Gnome bugzilla or Mutter
Gitlab? I don't no which one is more appropiate/active

-- 
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 106129] Weston segfaults on startup if wl_event_loop_add_timer fails

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106129

--- Comment #2 from hobbitalast...@yandex.com ---
Yes, I was just thinking that it might be nicer if there was some kind of error
message to avoid needing to break out gdb... something like at
https://github.com/wayland-project/weston/blob/42c0e14808bfd39e1a2eea34f43f0b5fe20fbb16/compositor/main.c#L1928?

-- 
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 106141] Thinkpad X240 touchpad movement is jumpy and extremely imprecise

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106141

--- Comment #7 from Peter Hutterer  ---
sorry, I need an evemu-record output because that's what I can replay here,
evtest cannot be replayed. The firmware 8.1 version doesn't matter here because
the hw is different and that one doesn't suffer from the same issue (afaik). So
the x230 quirk may do something but it's not designed for that hardware.

-- 
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 106141] Thinkpad X240 touchpad movement is jumpy and extremely imprecise

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106141

--- Comment #6 from abdulkadirfsa...@gmail.com ---
1.10.4 yields same behavior. I attached evtest 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 106141] Thinkpad X240 touchpad movement is jumpy and extremely imprecise

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106141

--- Comment #5 from abdulkadirfsa...@gmail.com ---
Created attachment 138942
  --> https://bugs.freedesktop.org/attachment.cgi?id=138942=edit
evtest

-- 
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 105908] libinput: Palm detection does not seem to work at all for Lenovo X1 Carbon Sixth Generation

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105908

--- Comment #26 from naj...@posteo.net ---
Peter,

I would appreciate any help you could give in making the driver work on my
system. I would be happy also to report anything to the Mint maintainers that
you think should be brought to their attention, although it might have more
impact coming directly from 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 106141] Thinkpad X240 touchpad movement is jumpy and extremely imprecise

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106141

--- Comment #4 from abdulkadirfsa...@gmail.com ---
The attachment shows the cursor movement as I am experiencing it. Very jumpy
movement. Apparently this is due to firmware 8.1 for the touchpad, which I
currently have.

The X220 quirk yields somewhat better results but with a wild acceleration
contrast between slow movements and fast movements. Slow movements are very
slow and fast movements are very fast.

I will try 1.10.4 and report back.

-- 
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 106141] Thinkpad X240 touchpad movement is jumpy and extremely imprecise

2018-04-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106141

--- Comment #3 from abdulkadirfsa...@gmail.com ---
Created attachment 138941
  --> https://bugs.freedesktop.org/attachment.cgi?id=138941=edit
Mouse movement

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