Hello, I encountered a problem with setxkbmap. I connect from Cygwin, start afterstep and issue "setxkbmap de". This gives an error. A different call with parameters taken from /usr/X11R6/lib/X11/xkb/keymap/xfree86 works, though: $ setxkbmap -v 9 de Setting verbose level to 9 locale is C Couldn't interpret _XKB_RULES_NAMES property Use defaults: rules - 'xorg' model - 'pc101' layout - 'us' Warning! Multiple definitions of keyboard layout Using command line, ignoring X server setxkbmap in free(): warning: junk pointer, too high to make sense Applied rules from xorg: model: pc101 layout: de options: t???~????????? Trying to build keymap using the following components: keycodes: xfree86+aliases(qwertz) types: complete compat: complete symbols: pc/pc(pc101)+pc/de geometry: pc(pc101) Error loading new keyboard description It does however work correctly with setxkbmap -v 10 -keycodes "xfree86" -types "default" -symbols "en_US(pc105)+de" -geometry "pc(pc102)" Setting verbose level to 10 locale is C Couldn't interpret _XKB_RULES_NAMES property Use defaults: rules - 'xorg' model - 'pc101' layout - 'us' setxkbmap in free(): warning: junk pointer, too high to make sense Warning! Multiple definitions of keycodes Using command line, ignoring rules file Warning! Multiple definitions of symbols Using command line, ignoring rules file Warning! Multiple definitions of types Using command line, ignoring rules file Warning! Multiple definitions of geometry Using command line, ignoring rules file Applied rules from xorg: model: pc101 layout: us variant: X???????????? (???? ??? ( options: (???2???5???8???B???J???Q???Y???b???r???|??? Trying to build keymap using the following components: keycodes: xfree86 types: default compat: complete symbols: en_US(pc105)+de geometry: pc(pc102) % -------------------------------------- This is with FreeBSD 5.3-BETA3 default install (updated, but default installation of xorg-* as it was on the iso-images): xorg-clients-6.7.0_3 X client programs and related files from X.Org xorg-documents-6.7.0 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.7.0 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.7.0 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.7.0 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.7.0 X.Org font encoding files xorg-fonts-miscbitmaps-6.7.0 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.7.0 X.Org TrueType fonts xorg-fonts-type1-6.7.0 X.Org Type1 fonts xorg-fontserver-6.7.0 X font server from X.Org xorg-libraries-6.7.0_1 X11 libraries and headers from X.Org xorg-manpages-6.7.0 X.Org library manual pages xorg-server-6.7.0_5 X.Org X server and related programs xorg-vfbserver-6.7.0 X virtual framebuffer server from X.Org Regards, Holger Kipp