I'd been getting this error for quite some time, on both the the 1.3.1 and 2.0 releases. The only unusual point on my setup is that I was using one of the "additional" X-servers from S.u.S.E. (because I needed support for the Permedia 2 chipset), and had created my XF86Config file via their patched version of xf86config. It had set up the keyboard section as follows:
----- Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 XkbKeymap "xfree86(us_microsoft)" EndSection ----- What I ended up needing to do, was to rewrite it as: ----- Section "Keyboard" Protocol "Standard" XkbRules "xfree86" XkbModel "microsoft" XkbLayout "us" AutoRepeat 500 5 EndSection ----- Seems to have done the trick. Good luck! On Wed, Sep 02, 1998 at 08:26:05PM -0500, Willie Daniel wrote: > I'm getting this message when starting X. > > System: /usr/X11R6/lib/X11/xkb/xkbcomp -w 1 -R/usr/X11R6/lib/X11/xkb -xkm > -m us -em1 "The XKEYBOARD keymap compiler (xkbcomp) reports:" -emp "> " > -eml "Errors from xkbcomp are not fatal to the X server" keymap/xfree86 > /var/tmp/xfree86.xkm > > > This happened on a fresh 2.0 install and still happens after getting > updates. Does anyone know how to fix this?