Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libinput-tools | Distribution: openSUSE Tumbleweed |
Version: 1.26.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Jun 6 09:04:23 2024 |
Group: Hardware/Other | Build host: reproducible |
Size: 423997 | Source RPM: libinput-1.26.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://www.freedesktop.org/wiki/Software/libinput/ | |
Summary: Utilities to display libinput configuration |
This tool lists the locally recognised devices and their respective configuration options and configuration defaults.
MIT
* Thu Jun 06 2024 Jan Engelhardt <jengelh@inai.de> - Update to release 1.26 * Touchpads can now configure a clickfinger button map * Tablet pads now have an API for relative dials. * A new configuration option for tablet tools allow reducing the available logical range. * Tablet tools can now use BTN_STYLUS3 too and tablet pad strip support should now work for non-Wacom devices, for systems where the kernel driver implements it. * Tue Mar 26 2024 pgajdos@suse.com - remove dependency on /usr/bin/python3 using %python3_fix_shebang_path macro, [bsc#1212476] * Mon Jan 15 2024 Jan Engelhardt <jengelh@inai.de> - Update to release 1.25 * Change how left-handed settings are handled for tablets: If libwacom does not contain a definition for a tablet yet, libinput defaults to enabling a left-handed setting. * Quirks for laptops from Dell, Google, Graviton, HP, HUAWEI, Lenovo and Razer, gadgets like the RollerMouse Pro3 and virtual machines like GNOME Boxes, VirtualBox or Virtual Machine Manager are included. * Fri Aug 25 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to release 1.24.0 * On Apple touchpads, natural scrolling is now enabled by default and palm detection is disabled - the touchpads are good enough that they don't need our help. * Built-in tablet devices now always have touch arbitration enabled, so we no longer need to add a quirk for each of them. And speaking of tablets: the pressure offset limit for worn-out devices is now at 50% of the range. Modern pens have a precise enough range that even worn out pen can still provide satisfactory pressure sensitivity. This pressure offset is now detected on worn-out pens that do not support distance. * Finally, where a relative device's rotation is 180 degrees (e.g. a trackball used upside-down) we now flip the scroll wheel direction as well. * The rest of the changes is the usual mix of janitorial patches and device-specific quirks. * Sat Mar 25 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 1.23 * This version has a new pointer acceleration profile: the "custom" profile. This profile allows users to tweak the exact response of their device based on their input speed. * Thu Jan 19 2023 Bjørn Lie <bjorn.lie@gmail.com> - Update to release 1.22.1: * This version includes quirks for laptops from Apple and Dell, as well as for the Glorious Model 0 mouse. It also backports a meson fix for use of libinput as subproject and a fix for libinput debug-events not flushing the output, resulting in truncated information. * Finally, the tablet touch arbitration rectangle was increased by 50mm in both directions to reduce the number of misdetected touches. - Use ldconfig_scriptlets macro for post(un) handling. * Sat Nov 19 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.22 * A new flat acceleration profile is available for trackpoints, making them more usable in some cases. * This version includes quirks for laptops from Lenovo, Acer and Microsoft, as well as for the Framework laptop and ARM based Chromebooks. * Sat Jun 11 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.21 * This version includes a new configuration option that, similarly to its touchpad counterpart, allows disabling the trackpoint while typing. * The flat acceleration profile has been improved in this version. * Mon May 16 2022 Jan Engelhardt <jengelh@inai.de> - Enable building libinput-replay [boo#1190065] * Wed Apr 20 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.20.1 * Format string issue resolved [CVE-2022-1215 bsc#1198111] * Sat Feb 19 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 1.20.0 * High-resolution scroll is more reliable thanks to the inclusion of new heuristics. * Better handling of BTN_TOOL_PEN on top of BTN_TOOL_RUBBER on graphics tablets that trigger a kernel bug. * libinput does not handle joysticks and gamepads. The detection algorithm has been improved to avoid tagging some of those devices as keyboards. * Improved clickpad detection * New quirks and bug fixing * Tue Dec 21 2021 Bjørn Lie <bjorn.lie@gmail.com> - Add missing pkgconfig(wayland-protocols) BuildRequires: Previously pulled in by an other package. * Mon Dec 13 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.19.3 * quirks: add ModelBouncingKeys for A4Tech X-710BK Mouse * quirks: Dell 15R touchpad settings for firmware v3 * quirks: change touchpad pressure on Lenovo Yoga 2 Pro * gestures: cancel hold gestures on thumb detection * Fri Oct 22 2021 Paolo Stivanin <info@paolostivanin.com> - Update to release 1.19.2: * quirks: add quirk for GPD Win Max * evdev: disable button scroll timeout for extra mouse buttons * evdev: avoid usage of bogus BTN_FORWARD name * gestures: avoid processing the last hold and motion event twice * quirks: Add quirk for StarLabs clickpads with two phyisical buttons * quirks: Update dmi for StarBook Mk V * quirks: relax DMI modalias match for Purism Librem 14v1 * Tue Sep 28 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.19.1 * New: Detects (and works around) buggy devices that claim to have a high-resolution scroll wheel but which do not actually send events. * New assumption that any non-bluetooth touchpad is internal. * Jumping cursor warning has been reduced once again. * Tue Sep 14 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.19 * Hold gestures are a new type of gestures that are triggered by holding one or more fingers on a touchpad without significant movement. They add to the existing pinch and swipe gestures and allow for the implementation of hold-to-click. * High-resolution wheel scrolling has been long in the making and the solution ends up replacing the existing pointer axis API. Three new events are available: LIBINPUT_EVENT_POINTER_SCROLL_WHEEL, LIBINPUT_EVENT_POINTER_SCROLL_FINGER, and LIBINPUT_EVENT_POINTER_SCROLL_CONTINUOUS. These events replace the existing LIBINPUT_EVENT_POINTER_AXIS events, i.e. if you are processing the new events simply discard the old events. * Tue Aug 03 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.18.1 * This release only adds device-specific quirks. * Wed Jun 02 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.18 * Gestures' unaccelerated motion now matches the accelerated motion (without accel, obviously). * Better gesture detection should reduce the amount of pinch gestures detected as two-finger scrolling. * Pressing the wheel button down now suppresses accidental scroll wheel events. * Reworked clickpad detection means we should be more robust for devices with broken firmware. * Wed May 26 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17.3 * Add quirk for Lenovo Legion 5 Pro. * Fri Apr 30 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17.2 * Fix sensitivity for Dell Latitude 7490 pointing-stick * Add palm size quirk for the Gigabyte Aero 15 * Wed Mar 24 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17.1 * quirks: add quirks for Apple SPI input devices * Add Lenovo Legion 5 keyboard to 50-system-lenovo.quirks * Tue Feb 23 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.17 * New (sub-)tool: `libinput analyze recording` * Support for tap-and-drag with two and three fingers * Wacom's AES tablets no longer have smoothing enabled * Thu Jan 14 2021 Dominique Leuenberger <dimstar@opensuse.org> - Limit the dep libinput-debug-gui -> libinput-tools only to %{version}, not %{version}-%{release}. As they are not built in the same run, the rebuild counters are not guaranteed to match forever.
/usr/bin/libinput /usr/libexec/libinput /usr/libexec/libinput/libinput-analyze /usr/libexec/libinput/libinput-analyze-per-slot-delta /usr/libexec/libinput/libinput-analyze-recording /usr/libexec/libinput/libinput-analyze-touch-down-state /usr/libexec/libinput/libinput-debug-events /usr/libexec/libinput/libinput-debug-tablet /usr/libexec/libinput/libinput-list-devices /usr/libexec/libinput/libinput-list-kernel-devices /usr/libexec/libinput/libinput-measure /usr/libexec/libinput/libinput-measure-fuzz /usr/libexec/libinput/libinput-measure-touch-size /usr/libexec/libinput/libinput-measure-touchpad-pressure /usr/libexec/libinput/libinput-measure-touchpad-size /usr/libexec/libinput/libinput-measure-touchpad-tap /usr/libexec/libinput/libinput-quirks /usr/libexec/libinput/libinput-record /usr/libexec/libinput/libinput-replay /usr/libexec/libinput/libinput-test /usr/share/man/man1/libinput-analyze-per-slot-delta.1.gz /usr/share/man/man1/libinput-analyze-recording.1.gz /usr/share/man/man1/libinput-analyze-touch-down-state.1.gz /usr/share/man/man1/libinput-analyze.1.gz /usr/share/man/man1/libinput-debug-events.1.gz /usr/share/man/man1/libinput-debug-tablet.1.gz /usr/share/man/man1/libinput-list-devices.1.gz /usr/share/man/man1/libinput-list-kernel-devices.1.gz /usr/share/man/man1/libinput-measure-fuzz.1.gz /usr/share/man/man1/libinput-measure-touch-size.1.gz /usr/share/man/man1/libinput-measure-touchpad-pressure.1.gz /usr/share/man/man1/libinput-measure-touchpad-size.1.gz /usr/share/man/man1/libinput-measure-touchpad-tap.1.gz /usr/share/man/man1/libinput-measure.1.gz /usr/share/man/man1/libinput-quirks-list.1.gz /usr/share/man/man1/libinput-quirks-validate.1.gz /usr/share/man/man1/libinput-quirks.1.gz /usr/share/man/man1/libinput-record.1.gz /usr/share/man/man1/libinput-replay.1.gz /usr/share/man/man1/libinput-test.1.gz /usr/share/man/man1/libinput.1.gz /usr/share/zsh /usr/share/zsh/site-functions /usr/share/zsh/site-functions/_libinput
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 18 01:11:36 2024