I installed FreeBSD-15-STABLE and the base runs fine despite very few minor flaws. But not so the ports, thus I switched them back from latest to quarterly and reinstalled most ports (from packages; except a few that are doing fine). Setting the keybord map to
but this does not work as indended. Any ideas highly appreciated!
Thx in advance
[EDIT] I am not sure if this is a problem with KDE or X11
ch works well for the text console, but- In KDE/X11, the keyboard layout is fixed to US, I can not change it for the GUI.
- Setting
sddm_langin rc.conf(5) changes the language of the greeter, but not the keyboard layout. - In FreeBSD-14, I had to have a small config script /usr/local/etc/X11/xorg.conf.d/10-keyboard.conf
INI:
# Set the layout of the internal keyboard of a x86 laptop
Section "InputClass"
Identifier "Keyboard0"
MatchIsKeyboard "on"
#MatchDevicePath "/dev/kbd0"
#MatchDriver "atkbd"
Option "XkbLayout" "ch"
Option "XkbVariant" "de"
Option "XkbModel" "pc105"
EndSection
Thx in advance
[EDIT] I am not sure if this is a problem with KDE or X11