--- xc/programs/Xserver/hw/xfree86/common/xf86Config.c.orig 2004-12-27 15:19:28 +0300 +++ xc/programs/Xserver/hw/xfree86/common/xf86Config.c 2005-04-23 15:49:45 +0400 @@ -1610,7 +1610,7 @@ if (!foundKeyboard) { bzero(&defKbd, sizeof(defKbd)); defKbd.inp_identifier = ""; - defKbd.inp_driver = "keyboard"; + defKbd.inp_driver = "kbd"; confInput = &defKbd; foundKeyboard = TRUE; keyboardMsg = "default keyboard configuration";