--- xinit-1.3.1/xinit.c.bak 2011-07-26 17:59:49.993887075 +0300 +++ xinit-1.3.1/xinit.c 2011-07-26 17:59:52.309951929 +0300 @@ -628,7 +628,7 @@ shutdown(void) Fatal("can't kill X server"); } - if (!processTimeout(10, "X server to shut down")) + if (!processTimeout(30, "X server to shut down")) return; Errorx("X server slow to shut down, sending KILL signal"); @@ -639,7 +639,7 @@ shutdown(void) Error("can't SIGKILL X server"); } - if (processTimeout(3, "server to die")) + if (processTimeout(10, "server to die")) Fatalx("X server refuses to die"); }