The legacy "keyboard" driver in X, is now deprecated and the new "kbd" driver that's been there for a while now is enabled by default. system-config-display needs to be updated to configure xorg.conf to use the "kbd" driver instead now.
pyxf86config 0.3.19-1 should already be doing this, which is what system-config-display uses for the xorg.conf template: * Wed Aug 11 2004 Jeremy Katz <katzj> - 0.3.19-1 - Change keyboard driver to kbd Is this on a fresh install or an upgrade?
tested on rawhide import xf86config xconfig = xf86config.createTemplate() xconfig.write("/tmp/xorg.conf") [root@pseries tmp]# grep kbd /tmp/xorg.conf Driver "kbd"