https://bugzilla.redhat.com/show_bug.cgi?id=966799
--- Comment #7 from Adam Williamson awilliam@redhat.com --- If you boot any Fedora 19 live image - or, for that matter, the F14 one - and run 'setxkbmap -print', you get this:
xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+us+inet(evdev)" }; xkb_geometry { include "pc(pc104)" }; };
note the geometry is pc104. So I guess, if we consider this broken at the X layer, it's been broken for a long time, unless I'm misreading things. Obviously, there is potential here for anaconda to try and set an 'appropriate' default model for different layouts, and for desktops to do something similar; perhaps we should add the most common model for each layout as information in langtable. But it does seem like X _wants_ the default model to be pc105, and that may not be working.