xinit: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 22 01:35:13 UTC 2022


 xinit.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0ea1ec1ed445235cdba9e54e71023d5a82feed6b
Author: Arthur Williams <taaparthur at disroot.org>
Date:   Fri Oct 14 20:59:54 2022 -0700

    Don't wait for X to finish starting if it has died
    
    On my setup, when X first starts there aren't any screens available so
    it immediately dies. Half a second later, screens become available but
    xinit would still be waiting for the dead X process to signal that it
    is ready. It'll take 15s for it to timeout and respawn X.
    
    This patch makes xinit listen for its child's death and if X dies, it'll
    immediately stop waiting for it to finish starting and attempt to start
    it again.



More information about the xorg-commit mailing list