diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index bf577e6ad..d4f01d311 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -1307,7 +1307,7 @@ AbortDDX() /* * try to restore the original video state */ -#ifdef HAS_USL_VTS +#if defined(HAS_USL_VTS) && !defined(linux) /* Need the sleep when starting X from within another X session */ sleep(1); #endif