diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-04-03 20:22:47 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-04-03 20:22:47 +0200 |
commit | 2fe3dbdcea971a9deec8463f182f24cfe454576c (patch) | |
tree | 085cd8cc258f20d2e8ba48031e8aab9196c88367 /2020-04-03-deprecation-of-legacy-x11-input-drivers | |
parent | 2020-03-30-stable-ia64-keywords-removed: Add news item (diff) | |
download | gentoo-news-2fe3dbdcea971a9deec8463f182f24cfe454576c.tar.gz gentoo-news-2fe3dbdcea971a9deec8463f182f24cfe454576c.tar.bz2 gentoo-news-2fe3dbdcea971a9deec8463f182f24cfe454576c.zip |
2020-04-03-deprecation-of-legacy-x11-input-drivers: Add news item
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to '2020-04-03-deprecation-of-legacy-x11-input-drivers')
-rw-r--r-- | 2020-04-03-deprecation-of-legacy-x11-input-drivers/2020-04-03-deprecation-of-legacy-x11-input-drivers.en.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/2020-04-03-deprecation-of-legacy-x11-input-drivers/2020-04-03-deprecation-of-legacy-x11-input-drivers.en.txt b/2020-04-03-deprecation-of-legacy-x11-input-drivers/2020-04-03-deprecation-of-legacy-x11-input-drivers.en.txt new file mode 100644 index 0000000..6f7dd7b --- /dev/null +++ b/2020-04-03-deprecation-of-legacy-x11-input-drivers/2020-04-03-deprecation-of-legacy-x11-input-drivers.en.txt @@ -0,0 +1,45 @@ +Title: Deprecation of legacy X11 input drivers +Author: Piotr Karbowski <slashbeast@gentoo.org> +Posted: 2020-04-03 +Revision: 2 +News-Item-Format: 2.0 +Display-If-Installed: x11-drivers/xf86-input-mouse +Display-If-Installed: x11-drivers/xf86-input-keyboard + +The Gentoo X11 Team is announcing the deprecation and future removal of +the legacy X11 input drivers x11-drivers/xf86-input-mouse and +x11-drivers/xf86-input-keyboard. As of 2020-05-01 those input drivers +will be masked for removal. + +These drivers have been deprecated for many years, first by +xf86-input-evdev and then by xf86-input-libinput. + +The only use for those drivers remain in deployments which intentionally +opt-out of using udev, as both evdev and libinput require udev during +runtime, however given that upstream has already removed the Linux +support from xf86-input-keyboard, future X11 releases will no longer +support xf86-input-keyboard on Linux rendering those installation +infeasible to use without udev. + +In order to ensure frictionless upgrade path for future X11 releases, we +have decided to deprecate those drivers that are not in active use by +pretty much any installation of Gentoo. + +No action is required from end-users who are already using libinput (or +evdev). To check which driver is in use, one can use + + $ grep 'Using input driver' ~/.local/share/xorg/Xorg.0.log + +for the systems running xorg-server as regular user (-suid ++elogind/+systemd) or by running + + # grep 'Using input driver' /var/log/Xorg.0.log + +for those running xorg-server as root. + +If however neither libinput or evdev is in use, one should append +'libinput' to the INPUT_DEVICES variable inside /etc/portage/make.conf +while removing 'keyboard' and 'mouse' if present, then update @world +with new USE flags + + # emerge -N @world |