Hi,
I installed a fresh FreeBSD 13.2 and I installed the graphical interface with the desktop-installer script. But I have an issue with my keyboard layout on X.
I configured it like this:
But when X starts, it is still in US keyboard layout.
My login manager is XDM and my desktop environment is Lumina.
(On my previous installs, I used to install the graphical environment by myself and everything worked fine. It is the first time I used the script, maybe I missed something ^^')
I installed a fresh FreeBSD 13.2 and I installed the graphical interface with the desktop-installer script. But I have an issue with my keyboard layout on X.
I configured it like this:
Code:
/usr/local/etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "Keyboard1"
MatchIsKeyboard "on"
Option "XkbLayout" "fr"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
My login manager is XDM and my desktop environment is Lumina.
(On my previous installs, I used to install the graphical environment by myself and everything worked fine. It is the first time I used the script, maybe I missed something ^^')