On Sat, Dec 25, 2004 at 11:29:07AM -0500, Andrew Schulman wrote: > > What does > > $ setxkbmap -model pc104 -layout us_intl -print > > display? > > $ setxkbmap -model pc104 -layout us_intl -print > xkb_keymap { > xkb_keycodes { include "xfree86+aliases(qwerty)" }; > xkb_types { include "complete" }; > xkb_compat { include "complete" }; > xkb_symbols { include "pc/pc(pc104)+pc/us_intl" }; > xkb_geometry { include "pc(pc104)" }; > };
This is the right output, I hoped to see something wrong here :( Your /etc/X11/xkb/symbols/pc/us_intl file should contain partial default alphanumeric_keys xkb_symbols "basic" { name[Group1]= "US/ASCII"; include "pc/us" Alphabetic letters are defined by the include line above, which is why I am unable to reproduce your bug. Can you please run $ xkbcomp :0 after loading us_intl (by using arrow keys, as you did to fix your keyboard layout)? This command generates a server-0.xkb file. Please send this file, the one coming with your initial bugreport was for obvious reason generated with "us" layout ;) Denis