summaryrefslogtreecommitdiffstats
path: root/libraries/xf86-input-libinput/README
diff options
context:
space:
mode:
author Matteo Bernardini2021-03-06 11:17:38 +0100
committer Matteo Bernardini2021-03-06 11:17:38 +0100
commitba295afbbb907833cfa6ac387484f96d170b9932 (patch)
tree199813d1c30184d4b602ea8b2d112792d6ab656e /libraries/xf86-input-libinput/README
parent3c59cb22425adf5d8a0d1a79baf00e6d9334c620 (diff)
downloadslackbuilds-ba295afbbb907833cfa6ac387484f96d170b9932.tar.gz
20210306.1 global branch merge.current-20210306.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/xf86-input-libinput/README')
-rw-r--r--libraries/xf86-input-libinput/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/libraries/xf86-input-libinput/README b/libraries/xf86-input-libinput/README
deleted file mode 100644
index 5acca28f9c..0000000000
--- a/libraries/xf86-input-libinput/README
+++ /dev/null
@@ -1,20 +0,0 @@
-A generic input driver for the X.Org X11 X server based on libinput,
-supporting all devices.
-Serves as a wrapper needed by libinput to communicate with X.Org.
-
-Note that to have libinput properly operating on a Slackware 14.2
-system, you also need this wrapper.
-
-The package automatically places a default configuration file in
-/etc/X11/xorg.conf.d/90-libinput.conf
-To make sure that the driver takes precedence over any other drivers
-that try to control your input devices, make sure that the number of
-the above file is the highest of all the numbers in the same directory.
-If you want to customize the default parameters of the driver,
-modify the above file. Do not modify the system file in
-/usr/share/X11/xorg.conf.d/90-libinput.conf
-
-WARNING: Misconfiguration of an X input driver may leave you without
-usable input devices in your X session.
-To fix the problem, boot to init level 3 (terminal, without starting X)
-and make the appropriate fixes.