Stefan Dirsch changed bug 1190646
What Removed Added
Flags   needinfo?(aex+suse@mailbox.org)

Comment # 35 on bug 1190646 from
Hmm. I'm wondering why these files are still in /etc/X11/xorg.conf.d. They have
moved to /usr/share/X11/xorg.conf.d meanwhile. No wonder that the evdev config
files are preferred if the config file for libinput is in
/usr/share/X11/xorg.conf.d now. Config files for both packages - 
xf86-input-libinput and xf86-input-evdev - should be below /usr/share now ...

That's how it is supposed to be:

xf86-input-libinput:
/usr/share/X11/xorg.conf.d/40-libinput.conf

xf86-input-evdev:
/usr/share/X11/xorg.conf.d/10-evdev.conf
/usr/share/X11/xorg.conf.d/11-evdev.conf
/usr/share/X11/xorg.conf.d/50-elotouch.conf

Only config file remaining (generated on runtime) should be
/etc/X11/xorg.conf.d/00-keyboard.conf

Could it be that you're playing with an ancient evdev package? Please check
this

# rpm --changelog -q xf86-input-evdev
* Fr M���r 12 2021 Dirk M���ller <dmueller@suse.com>
- refresh spec file (move licenes)

* Di Jul 30 2019 Stefan Dirsch <sndirsch@suse.com>
- move all xorg.conf.d snippets from /etc/X11/xorg.conf.d to
  /usr/share/X11/xorg.conf.d (boo#1139692)


You are receiving this mail because: