-- xorg-server-1.18.4/hw/xfree86/common/xf86Init.c~
++ xorg-server-1.18.4/hw/xfree86/common/xf86Init.c
if (exit_status == 0)
xf86Msg(X_INFO, "Executed %s/%s\n", DRV_SWITCH_PATH, configured_device->driver);
}
if (exit_status != 0) {
exit_status = xdrvswitch("x11");
xf86Msg(X_INFO, "Executed %s/%s\n", DRV_SWITCH_PATH, "x11");
#endif
/* Load all modules specified explicitly in the config file */