aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-03-20 23:39:37 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-03-20 23:39:37 +0000
commit13d4989f6b567b983197130837ad5c915028eeca (patch)
treeca1bc0dc8d8dce8a074ef750ef9418194d377e36 /UPDATING
parentf3da7746047bc276ada93b75a90c1bc19102ab69 (diff)
downloadports-13d4989f6b567b983197130837ad5c915028eeca.tar.gz
ports-13d4989f6b567b983197130837ad5c915028eeca.zip
x11/libxkbcommon: Switch to evdev rules by default
Switch x11/libxkbcommon to use evdev rules rather than legacy rules by default, to improve support for keyboards when using evdev. For users using the legacy configuration, or running xorg on FreeBSD 11, please consult UPDATING for instructions in case of issues. PR: 244354 [1] Submitted by: jbeich (fix) Reported by: Patricio Villar [1] Differential Revision: https://reviews.freebsd.org/D23860
Notes
Notes: svn path=/head/; revision=528813
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING17
1 files changed, 17 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 83773c6d56b0..d0c15ddb2e5d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20200320:
+ AFFECTS: users of x11/libxkbcommon
+ AUTHOR: zeising@FreeBSD.org
+
+ The libxkbcommon library (x11/libxkbcommon), used to handle keyboards
+ in some applications, most notably kde and wayland, have been switched
+ to use evdev rules by default. Some keys, most notably arrow keys,
+ may not work in applications using libxkbcommon, if you use
+ xf86-input-keyboard rather than xf86-input-libinput.
+ If you have trouble with the keyboard keys, and if /var/log/Xorg.*.log
+ shows that the "kbd" or "keyboard" driver is beind used, you need to
+ switch to legacy rules by setting the environment variable
+ XKB_DEFAULT_RULES to xorg.
+ This switch is make to match the default configuration on FreeBSD 12.1 and
+ later, the default configuration on FreeBSD 11.3 still requres the legacy
+ rules.
+
20200316:
AFFECTS: users of net-im/slack-term
AUTHOR: dmgk@FreeBSD.org