tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: (EE) Error compiling keymap



   On Sun, Sep 27, 2009 at 05:43:40AM +1000, matthew green wrote:
   > 
   >       # rm -rf /usr/X11R7/lib/X11/xkb/symbols/pc
   >    # pax -rzpe -f xbase.tgz ./usr/X11R7/lib/X11/xkb/symbols/pc
   
   Unfortunately this does not resolve the issue on 5.99.18.
   
   $ setxkbmap -print
   xkb_keymap {
           xkb_keycodes  { include "xfree86+aliases(qwerty)"       };
           xkb_types     { include "complete"      };
           xkb_compat    { include "complete"      };
           xkb_symbols   { include "pc+fi(nodeadkeys)"     };
           xkb_geometry  { include "pc(pc105)"     };
   };
   
   $ setxkbmap -print > .xkbmap
   $ xkbcomp .xkbmap
   Error:            Can't find file "xfree86" for keycodes include
                     Exiting
                     Abandoning keycodes file "(null)"
   
hmm, do you have this file?

   351      1 xkbcomp  NAMI  "/usr/X11R7/lib/X11/xkb/keycodes/xfree86"


running xkbcomp on your input works for me, and opens the above.
i get a lot of output:


Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
                  Ignoring extra symbols
Warning:          No symbols defined for <SYRQ> (keycode 92)
Warning:          No symbols defined for <II65> (keycode 101)
[ ... 120 odd lines deleted ...]
Warning:          No symbols defined for <I7C> (keycode 252)
Warning:          No symbols defined for <I7D> (keycode 253)
Warning:          No symbols defined for <I7E> (keycode 254)
Warning:          No symbols defined for <I7F> (keycode 255)


.mrg.


Home | Main Index | Thread Index | Old Index