Here is the output of the startup script: The XKEYBOARD keymap compiler (xkbcomp) reports: > Error: Can't find file "pc/hu" for symbols include > Exiting > Abandoning symbols file "default" Errors from xkbcomp are not fatal to the X server The relevant part of the xorg.conf file is: Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc104" Option "XkbLayout" "us,hu" Option "XKbOptions" "grp:alt_shift_toggle EndSection After some investigation I found, that there is no "hu" layout under pc in /usr/X11R6/lib/X11/xkb/symbols/pc. I looked to the CVS: http://freedesktop.org/cgi-bin/viewcvs.cgi/xc/programs/xkbcomp/symbols/pc/?root=xorg does not contain "hu" layout while Xfree86 does contain it: http://cvsweb.xfree86.org/cvsweb/xc/programs/xkbcomp/symbols/pc/ It seems to me, that bug was fixed after the Xfree86, xorg fork. (probably worth looking at this part of xfree86 repository, younger than 4 months, since couple of other layouts are alos missing from xorg...)
I'd like to second this bug report. Please see the related bug reports I have filed: http://bugzilla.gnome.org/show_bug.cgi?id=145132 http://bugs.gentoo.org/show_bug.cgi?id=52749 http://bugs.xfree86.org/show_bug.cgi?id=1461 even though I use Linux, not FreeBSD.
Fixed in xkeyboard-config. Don't know whether this bug should be closed or not (it explicitly mentions release 6.7)
*** This bug has been marked as a duplicate of 1899 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.