diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-03-24 04:55:08 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-03-24 04:55:08 +0800 |
commit | d09304c07d3e4f646ed5c532a5c492ef72565038 (patch) | |
tree | 3199bbaa878d3b85f01b165ce00b9d3e8a522891 /UPDATING | |
parent | 0de16635a23e6965960b395d807e838ba97d8733 (diff) | |
download | freebsd-ports-gnome-d09304c07d3e4f646ed5c532a5c492ef72565038.tar.gz freebsd-ports-gnome-d09304c07d3e4f646ed5c532a5c492ef72565038.tar.zst freebsd-ports-gnome-d09304c07d3e4f646ed5c532a5c492ef72565038.zip |
x11/libxkbcommon: swtch to legacy rules on 11
x11/libxkbcommon was switched to use evdev rules in r528813, but FreeBSD 11
still needs the legacy rules. Switch back to the legacy rules, but only on
FreeBSD 11.
Adjust the UPDATING entry to indicate that the switch to evdev rules by
default is only on FreeBSD 12 and later, and that FreeBSD 11 still uses the
legacy rules.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,15 +26,15 @@ you update your ports collection, before attempting any port upgrades. 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 are using - xf86-input-keyboard rather than xf86-input-libinput. + to use evdev rules by default on FreeBSD 12 and later. Some keys, most + notably arrow keys, may not work in applications using libxkbcommon if + you are using 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 being used, you need to switch to legacy rules by setting the environment variable XKB_DEFAULT_RULES to xorg. This switch is made to match the default configuration on FreeBSD 12.1 and - later, the default configuration on FreeBSD 11.3 still requres the legacy + later, the default configuration on FreeBSD 11.3 still uses the legacy rules. 20200316: |