Comment 10 for bug 58083

Revision history for this message
In , Ben-bnc (ben-bnc) wrote :

I am seeing a similar issue here. I have a trimmend down compile of Xorg 7.1,
which reports this at startup:
    xkb_keycodes { include "xfree86+aliases(qwerty)" };
    xkb_types { include "complete" };
    xkb_compatibility { include "complete" };
    xkb_symbols { include "pc/pc(pc104)+pc/us" };
    xkb_geometry { include "pc(pc104)" };

But when I use numlockx to turn on NumLock, I get:
    xkb_types { include "%" };
    xkb_compatibility { include "%" };
    xkb_symbols { include "%" };
    xkb_geometry { include "%" };
(EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm

numlockx uses XkbLockModifiers() to turn NumLock on or off.

I am not completely sure this is the same bug, but am reluctant to file a new
bug that might be marked as a duplicate of this bug.