Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2020 09:58:56 +0200
From:      Ralf Mardorf <ralf-mardorf@riseup.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Xorg, lightdm, xfce & German Keyboard
Message-ID:  <20200621095856.77b5b58a@archlinux>
In-Reply-To: <20200621094024.75ab0b53@archlinux>
References:  <636e8210-85df-6142-22c8-5393333494d3@chemie.uni-hamburg.de> <20200621094024.75ab0b53@archlinux>

next in thread | previous in thread | raw e-mail | index | archive | help
PS:

On Sun, 21 Jun 2020 09:40:24 +0200, Ralf Mardorf wrote:
>Hi,
>
>I'm coming from Linux, too. I'm using a German keyboard, too.

I'm using lightdm, too. I just don't use a DE, instead prefer to use
just a WM, almost all of the times it's openbox.

/etc/lightdm/lightdm.conf might or might not contain
session-wrapper=/etc/lightdm/xsession

/etc/lightdm/ could contain a greeter.conf

FWIW https://wiki.archlinux.org/index.php/LightDM#Keymap
but for FreeBSD I found this regarding KDM, which also might (or might
not) apply to LightDM:
http://georgesfocant.blogspot.com/2014/06/freebsd-100-kde4-how-to-configure.html


>"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@archlinux ~]$ cat /etc/X11/xorg.conf.d/keyboard.conf 
>Section "InputClass"
>       Identifier "keyboard"
>       MatchIsKeyboard "yes"
>       Option "XkbLayout" "de"
>       #Option "XkbVariant" "nodeadkeys"
>EndSection
>
>Regards,
>Ralf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200621095856.77b5b58a>