diff options
Diffstat (limited to 'libraries/xf86-input-libinput/README')
-rw-r--r-- | libraries/xf86-input-libinput/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/libraries/xf86-input-libinput/README b/libraries/xf86-input-libinput/README new file mode 100644 index 0000000000..35174e6c84 --- /dev/null +++ b/libraries/xf86-input-libinput/README @@ -0,0 +1,20 @@ +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. |