Xorg, lightdm, xfce & German Keyboard
    Ralf Mardorf 
    ralf-mardorf at riseup.net
       
    Sun Jun 21 07:40:29 UTC 2020
    
    
  
Hi,
I'm coming from Linux, too. I'm using a German keyboard, too.
"Beispiel 5.7. Konfiguration eines Tastaturlayouts
/usr/local/etc/X11/xorg.conf.d/keyboard-fr-oss.conf
Section "InputClass"
	Identifier	"KeyboardDefaults"
	Driver		"keyboard"
	MatchIsKeyboard	"on"
	Option		"XkbLayout" "fr"
	Option		"XkbVariant" "oss"
EndSection" - https://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/x-config.html
Btw. on Linux I'm using this approach, too.
[rocketmouse at archlinux ~]$ cat /etc/X11/xorg.conf.d/keyboard.conf 
Section "InputClass"
       Identifier "keyboard"
       MatchIsKeyboard "yes"
       Option "XkbLayout" "de"
       #Option "XkbVariant" "nodeadkeys"
EndSection
Regards,
Ralf
    
    
More information about the freebsd-questions
mailing list