View | Details | Raw Unified | Return to bug 32552
Collapse All | Expand All

(-)file_not_specified_in_diff (-6 / +1 lines)
Line  Link Here
0
-- xorg-server-1.18.4/hw/xfree86/common/xf86Init.c~
0
++ xorg-server-1.18.4/hw/xfree86/common/xf86Init.c
Lines 488-498 InitOutput(ScreenInfo * pScreenInfo, int Link Here
488
	    if (exit_status == 0)
488
	    if (exit_status == 0)
489
		xf86Msg(X_INFO, "Executed %s/%s\n", DRV_SWITCH_PATH, configured_device->driver);
489
		xf86Msg(X_INFO, "Executed %s/%s\n", DRV_SWITCH_PATH, configured_device->driver);
490
	}
490
	}
491
	if (exit_status != 0) {
492
	    exit_status = xdrvswitch("x11");
493
	if (exit_status == 0)
494
	    xf86Msg(X_INFO, "Executed %s/%s\n", DRV_SWITCH_PATH, "x11");
495
	}
496
#endif
491
#endif
497
492
498
        /* Load all modules specified explicitly in the config file */
493
        /* Load all modules specified explicitly in the config file */

Return to bug 32552