mirror of
https://github.com/X11Libre/xf86-input-synaptics.git
synced 2026-03-24 01:34:04 +00:00
conf: rename to 70-synaptics.conf
Bump up the synaptics driver to 70, so it get's preferred over libinput, which was dropped down to 60. The synaptics driver is more of a leaf package than libinput (which covers a multitude of device types) and can be removed by default. When specifically installed by the user, the synaptics driver should override the system default. Similar to what was done for wacom configuration file. https://bugzilla.suse.com/show_bug.cgi?id=979554 Signed-off-by: Stefan Dirsch <sndirsch@suse.de> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
979fbec841
commit
59e5db0253
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
|
|
||||||
if HAS_XORG_CONF_DIR
|
if HAS_XORG_CONF_DIR
|
||||||
dist_config_DATA = 50-synaptics.conf
|
dist_config_DATA = 70-synaptics.conf
|
||||||
else
|
else
|
||||||
fdidir = $(datadir)/hal/fdi/policy/20thirdparty
|
fdidir = $(datadir)/hal/fdi/policy/20thirdparty
|
||||||
dist_fdi_DATA = 11-x11-synaptics.fdi
|
dist_fdi_DATA = 11-x11-synaptics.fdi
|
||||||
|
|||||||
@@ -923,7 +923,7 @@ Configuration through
|
|||||||
.I InputClass
|
.I InputClass
|
||||||
sections is recommended in X servers 1.8 and later. See xorg.conf.d(5) for
|
sections is recommended in X servers 1.8 and later. See xorg.conf.d(5) for
|
||||||
more details. An example xorg.conf.d snippet is provided in
|
more details. An example xorg.conf.d snippet is provided in
|
||||||
.I ${sourcecode}/conf/50-synaptics.conf
|
.I ${sourcecode}/conf/70-synaptics.conf
|
||||||
.LP
|
.LP
|
||||||
Configuration through hal fdi files is recommended in X servers 1.5, 1.6 and
|
Configuration through hal fdi files is recommended in X servers 1.5, 1.6 and
|
||||||
1.7. An example hal policy file is provided in
|
1.7. An example hal policy file is provided in
|
||||||
|
|||||||
Reference in New Issue
Block a user