Skip to content

X.org xf86-input-libinput driver, with added support for my fork of libinput with three finger drag support

License

Notifications You must be signed in to change notification settings

jafd/xorg-xf86-input-libinput

This branch is 17 commits ahead of, 1 commit behind jouyouyun/xorg-xf86-input-libinput:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

794ff5d · Jan 26, 2020
Jan 7, 2019
Jan 26, 2020
Oct 11, 2019
Jan 26, 2020
Feb 28, 2017
Aug 11, 2015
Aug 12, 2019
Jun 26, 2014
Aug 30, 2016
Nov 18, 2018
Jan 26, 2017
Jan 26, 2020
Jan 21, 2015

Repository files navigation

xf86-input-libinput - a libinput-based X driver

The official repository for this driver is https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput

This is an X driver based on libinput. It is a thin wrapper around libinput, so while it does provide all features that libinput supports it does little beyond.

WARNING: misconfiguration of an X input driver may leave you without usable input devices in your X session. Use with caution.

Prerequisites

To build, you'll need the X.Org X server SDK (check your distribution for a xorg-x11-server-devel package or similar) and libinput (check your distribution for libinput-devel or similar).

To get libinput from source, see: https://www.freedesktop.org/wiki/Software/libinput/

To build the X server from source: https://www.x.org/wiki/Building_the_X_Window_System/

Building

To build this driver:

autoreconf -vif
./configure --prefix=$HOME/build
make && make install

Note that this assumes the same prefix as used in "Building the X Window System" above, adjust as required. If you want a system install, use a prefix of /usr.

Install the default configuration file:

cp conf/99-libinput.conf /etc/X11/xorg.conf.d/

This will assign this driver to all devices. Use with caution.

Bugs

Bugs in libinput go to the Issues section of the libinput gitlab project: https://gitlab.freedesktop.org/libinput/libinput/issues

Bugs in this driver go to the Issues section of its gitlab project: https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues

About

X.org xf86-input-libinput driver, with added support for my fork of libinput with three finger drag support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 95.7%
  • M4 2.2%
  • Makefile 1.9%
  • Shell 0.2%