On Wed, Feb 9, 2011 at 9:34 PM, Peter Hutterer <[email protected]> wrote: > We really need symbols, compat and types for a sensible keymap. > > Try this in your xorg.conf.d snippets for all keyboards: > Option "XkbLayout" "us" > Option "XkbVariant" "nodeadkeys" > > us(nodeadkeys) doesn't exist so xkbcomp provides everything but the symbols > map. We say we want everything but don't _need_ anything, the server happily > gives us a keymap with every key mapped to NoSymbol. This in turn isn't what > we want after all. > > So instead, require symbols, compat and types from the keymap and if that > fails, load the default keymap instead. If that fails too, all bets are off. > > Signed-off-by: Peter Hutterer <[email protected]>
I'll take your word for it that symbols, compat and types are the right things to require. This seems like a nice fix. Reviewed-by: Dan Nicholson <[email protected]> _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
