Problem with french keyboard and gdm

Patrick Lamaiziere patfbsds+x11 at davenulle.org
Sat Aug 4 10:54:23 UTC 2007


Le Sat, 04 Aug 2007 10:51:15 +0200,
Bruno Damour <freebsd at ruomad.net> a écrit :

> Hello,

Hi,

> I have a strange problem that I did not manage to cope with :
> Each time I reboot, I come up to the login screen and my keyboard is 
> still in us-mode.
> I kill gdm (ctrl-backspace) and the when the login comes up again, 
> everything is fine.
> 
> Any ideas ?

Xorg is set with a french keyboard ?

/etc/X11/xorg.conf:
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
        Option      "XkbVariant" "latin9"
        Option      "XkbOptions" "compose:menu"
EndSection


More information about the freebsd-x11 mailing list